com.opensymphony.module.propertyset.ejb
Class PropertyStoreSession
java.lang.Object
|
+--com.opensymphony.module.propertyset.ejb.PropertyStoreEJB
|
+--com.opensymphony.module.propertyset.ejb.PropertyStoreSession
- All Implemented Interfaces:
- javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean
- public class PropertyStoreSession
- extends PropertyStoreEJB
- implements javax.ejb.SessionBean
Session layer for os.PropertyStore.
- Version:
- XDOCLET 1.1.1
- Author:
- XDOCLET 1.1.1
- See Also:
PropertyStore
,
PropertyStoreHome
, Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyStoreSession
public PropertyStoreSession()
ejbActivate
public void ejbActivate()
- Specified by:
ejbActivate
in interface javax.ejb.SessionBean
- Overrides:
ejbActivate
in class PropertyStoreEJB
ejbPassivate
public void ejbPassivate()
- Specified by:
ejbPassivate
in interface javax.ejb.SessionBean
- Overrides:
ejbPassivate
in class PropertyStoreEJB
setSessionContext
public void setSessionContext(javax.ejb.SessionContext ctx)
- Specified by:
setSessionContext
in interface javax.ejb.SessionBean
- Overrides:
setSessionContext
in class PropertyStoreEJB
unsetSessionContext
public void unsetSessionContext()
ejbRemove
public void ejbRemove()
- Specified by:
ejbRemove
in interface javax.ejb.SessionBean
- Overrides:
ejbRemove
in class PropertyStoreEJB
ejbCreate
public void ejbCreate()
throws javax.ejb.CreateException
- Overrides:
ejbCreate
in class PropertyStoreEJB