BEA Systems, Inc.

weblogic.ejb
Class GenericSessionBean

java.lang.Object
  extended by weblogic.ejb.GenericEnterpriseBean
      extended by weblogic.ejb.GenericSessionBean
All Implemented Interfaces:
Serializable, EnterpriseBean, SessionBean

public abstract class GenericSessionBean
extends GenericEnterpriseBean
implements SessionBean

See Also:
Serialized Form

Constructor Summary
GenericSessionBean()
           
 
Method Summary
 void ejbActivate()
           
 void ejbCreate()
           
 void ejbPassivate()
           
 void ejbRemove()
           
protected  SessionContext getSessionContext()
           
 void setSessionContext(SessionContext c)
           
 
Methods inherited from class weblogic.ejb.GenericEnterpriseBean
getCurrentTransaction, getCurrentTransactionStatus, getCurrentXID, getEnvEntry, getInitialContext, getTransactionManager, isTracingEnabled, logDebugMessage, logDebugMessage, logErrorMessage, logErrorMessage, setTracingEnabled, trace, trace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericSessionBean

public GenericSessionBean()
Method Detail

setSessionContext

public void setSessionContext(SessionContext c)
Specified by:
setSessionContext in interface SessionBean

getSessionContext

protected SessionContext getSessionContext()

ejbCreate

public void ejbCreate()
               throws CreateException
Throws:
CreateException

ejbRemove

public void ejbRemove()
Specified by:
ejbRemove in interface SessionBean

ejbActivate

public void ejbActivate()
Specified by:
ejbActivate in interface SessionBean

ejbPassivate

public void ejbPassivate()
Specified by:
ejbPassivate in interface SessionBean

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs100
Copyright 2006 BEA Systems Inc.