Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.ha.httpsession.beanimpl » ejb » [javadoc | source]
org.jboss.ha.httpsession.beanimpl.ejb
abstract public class: ClusteredHTTPSessionBeanAbstract [javadoc | source]
java.lang.Object
   org.jboss.ha.httpsession.beanimpl.ejb.ClusteredHTTPSessionBeanAbstract

All Implemented Interfaces:
    ClusteredHTTPSessionBusiness, javax.ejb.EntityBean

Direct Known Subclasses:
    ClusteredHTTPSessionBeanCmp11, ClusteredHTTPSessionBeanImpl

Abstract default implementation of the Clustered HTTP session for servlets.
Field Summary
protected  EntityContext ejbContext     
Method from org.jboss.ha.httpsession.beanimpl.ejb.ClusteredHTTPSessionBeanAbstract Summary:
ejbActivate,   ejbCreate,   ejbCreate,   ejbLoad,   ejbPassivate,   ejbPostCreate,   ejbPostCreate,   ejbRemove,   ejbStore,   getCreationTime,   getEntityContext,   getLastAccessedTime,   getSerializedSession,   getSession,   getSessionId,   isModified,   setCreationTime,   setEntityContext,   setLastAccessedTime,   setSerializedSession,   setSession,   setSessionId,   unsetEntityContext
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.ha.httpsession.beanimpl.ejb.ClusteredHTTPSessionBeanAbstract Detail:
 public  void ejbActivate() throws EJBException, RemoteException 
 public String ejbCreate(String sessionId) throws CreateException 
 public String ejbCreate(String sessionId,
    SerializableHttpSession session) throws CreateException 
 public  void ejbLoad() throws EJBException, RemoteException 
 public  void ejbPassivate() throws EJBException, RemoteException 
 public  void ejbPostCreate(String sessionId) throws CreateException 
 public  void ejbPostCreate(String sessionId,
    SerializableHttpSession session) throws CreateException 
 public  void ejbRemove() throws EJBException, RemoveException, RemoteException 
 public  void ejbStore() throws EJBException, RemoteException 
 abstract public long getCreationTime()
 protected EntityContext getEntityContext() 
 abstract public long getLastAccessedTime()
 abstract public Serializable getSerializedSession()
 abstract public SerializableHttpSession getSession() throws EJBException
 abstract public String getSessionId()
 abstract public boolean isModified()
 abstract public  void setCreationTime(long value)
 public  void setEntityContext(EntityContext ctx) 
 abstract public  void setLastAccessedTime(long value)
 abstract public  void setSerializedSession(Serializable session)
 abstract public  void setSession(SerializableHttpSession session)
 abstract public  void setSessionId(String sessionId)
 public  void unsetEntityContext()