org.springframework.jee.spi
Class EjbProxyMetadata.SessionBeanImpl
java.lang.Object
org.springframework.jee.spi.EjbProxyMetadata.EnterpriseBeanSupport
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
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 |
EjbProxyMetadata.SessionBeanImpl
public EjbProxyMetadata.SessionBeanImpl()
EjbProxyMetadata.SessionBeanImpl
public EjbProxyMetadata.SessionBeanImpl(Object target)
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.