BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.ejb
Class GenericSessionBean

java.lang.Object
  |
  +--weblogic.ejb.GenericEnterpriseBean
        |
        +--weblogic.ejb.GenericSessionBean

public abstract class GenericSessionBean
extends GenericEnterpriseBean
implements javax.ejb.SessionBean

Author:
Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
GenericSessionBean()
           
 
Method Summary
 void ejbActivate()
           
 void ejbCreate()
           
 void ejbPassivate()
           
 void ejbRemove()
           
protected  javax.ejb.SessionContext getSessionContext()
           
 void setSessionContext(javax.ejb.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(javax.ejb.SessionContext c)
Specified by:
setSessionContext in interface javax.ejb.SessionBean


getSessionContext

protected javax.ejb.SessionContext getSessionContext()


ejbCreate

public void ejbCreate()
               throws javax.ejb.CreateException


ejbRemove

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


ejbActivate

public void ejbActivate()
Specified by:
ejbActivate in interface javax.ejb.SessionBean


ejbPassivate

public void ejbPassivate()
Specified by:
ejbPassivate in interface javax.ejb.SessionBean


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81