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

Constructor Summary
PropertyStoreSession()
           
 
Method Summary
 void ejbActivate()
           
 void ejbCreate()
           
 void ejbPassivate()
           
 void ejbRemove()
           
 void setSessionContext(javax.ejb.SessionContext ctx)
           
 void unsetSessionContext()
           
 
Methods inherited from class com.opensymphony.module.propertyset.ejb.PropertyStoreEJB
exists, get, getKeys, getType, remove, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyStoreSession

public PropertyStoreSession()
Method Detail

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

See www.opensymphony.com for more information.