org.springframework.jee.spi
Class EjbProxyMetadata.SessionBeanImpl

java.lang.Object
  extended by org.springframework.jee.spi.EjbProxyMetadata.EnterpriseBeanSupport
      extended by org.springframework.jee.spi.EjbProxyMetadata.SessionBeanImpl
All Implemented Interfaces:
Serializable, javax.ejb.EnterpriseBean, javax.ejb.SessionBean, EnterpriseBeanProxy
Enclosing class:
EjbProxyMetadata

protected class EjbProxyMetadata.SessionBeanImpl
extends EjbProxyMetadata.EnterpriseBeanSupport
implements javax.ejb.SessionBean

See Also:
Serialized Form

Constructor Summary
EjbProxyMetadata.SessionBeanImpl()
           
EjbProxyMetadata.SessionBeanImpl(Object target)
           
 
Method Summary
 void ejbActivate()
           
 void ejbPassivate()
           
 void setSessionContext(javax.ejb.SessionContext sessionContext)
           
 
Methods inherited from class org.springframework.jee.spi.EjbProxyMetadata.EnterpriseBeanSupport
ejbRemove, getTarget
 
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
ejbRemove
 

Constructor Detail

EjbProxyMetadata.SessionBeanImpl

public EjbProxyMetadata.SessionBeanImpl()

EjbProxyMetadata.SessionBeanImpl

public EjbProxyMetadata.SessionBeanImpl(Object target)
Method Detail

setSessionContext

public void setSessionContext(javax.ejb.SessionContext sessionContext)
                       throws javax.ejb.EJBException,
                              RemoteException
Specified by:
setSessionContext in interface javax.ejb.SessionBean
Throws:
javax.ejb.EJBException
RemoteException

ejbActivate

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

ejbPassivate

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


Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.