org.dentaku.foundation.connector
Class EJBConnectorBean

java.lang.Object
  extended byorg.dentaku.foundation.connector.EJBConnectorBean
All Implemented Interfaces:
Connector, javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean

public abstract class EJBConnectorBean
extends java.lang.Object
implements Connector, javax.ejb.SessionBean

See Also:
Serialized Form

Field Summary
protected  Connector connector
           
 
Fields inherited from interface org.dentaku.foundation.connector.Connector
ROLE
 
Constructor Summary
EJBConnectorBean()
           
 
Method Summary
 void ejbCreate()
           
 void ejbRemove()
           
 void fireEvent(AbstractEvent event)
           
 Pipeline getPipeline()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.ejb.SessionBean
ejbActivate, ejbPassivate, setSessionContext
 

Field Detail

connector

protected Connector connector
Constructor Detail

EJBConnectorBean

public EJBConnectorBean()
Method Detail

ejbCreate

public void ejbCreate()
               throws javax.ejb.CreateException
Throws:
javax.ejb.EJBException
javax.ejb.CreateException

ejbRemove

public void ejbRemove()
               throws javax.ejb.EJBException
Specified by:
ejbRemove in interface javax.ejb.SessionBean
Throws:
javax.ejb.EJBException

fireEvent

public void fireEvent(AbstractEvent event)
               throws java.lang.Exception
Specified by:
fireEvent in interface Connector
Throws:
java.lang.Exception

getPipeline

public Pipeline getPipeline()
Specified by:
getPipeline in interface Connector


Copyright © -2004 . All Rights Reserved.