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

All Implemented Interfaces:
    ClusteredHTTPSessionBusiness, javax.ejb.EntityBean

CMP 1.1 concrete implementation for the HTTPSession bean.
Field Summary
public  String id     
public  Serializable serializedSession     
public  long lastAccessTime     
public  long creationTime     
Fields inherited from org.jboss.ha.httpsession.beanimpl.ejb.ClusteredHTTPSessionBeanImpl:
tmpSession,  isModified
Fields inherited from org.jboss.ha.httpsession.beanimpl.ejb.ClusteredHTTPSessionBeanAbstract:
ejbContext
Constructor:
 public ClusteredHTTPSessionBeanCmp11() 
Method from org.jboss.ha.httpsession.beanimpl.ejb.ClusteredHTTPSessionBeanCmp11 Summary:
getCreationTime,   getLastAccessedTime,   getSerializedSession,   getSessionId,   setCreationTime,   setLastAccessedTime,   setSerializedSession,   setSessionId
Methods from org.jboss.ha.httpsession.beanimpl.ejb.ClusteredHTTPSessionBeanImpl:
ejbLoad,   ejbStore,   getSession,   isModified,   serializeSession,   setSession,   unserializeSession
Methods from org.jboss.ha.httpsession.beanimpl.ejb.ClusteredHTTPSessionBeanAbstract:
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.ClusteredHTTPSessionBeanCmp11 Detail:
 public long getCreationTime() 
 public long getLastAccessedTime() 
 public Serializable getSerializedSession() 
 public String getSessionId() 
 public  void setCreationTime(long value) 
 public  void setLastAccessedTime(long value) 
 public  void setSerializedSession(Serializable session) 
 public  void setSessionId(String sessionId)