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: ClusteredHTTPSessionBeanImpl [javadoc | source]
java.lang.Object
   org.jboss.ha.httpsession.beanimpl.ejb.ClusteredHTTPSessionBeanAbstract
      org.jboss.ha.httpsession.beanimpl.ejb.ClusteredHTTPSessionBeanImpl

All Implemented Interfaces:
    ClusteredHTTPSessionBusiness, javax.ejb.EntityBean

Direct Known Subclasses:
    ClusteredHTTPSessionBeanCmp11

Core implementation of methods for the bean.
Field Summary
protected  SerializableHttpSession tmpSession     
protected  boolean isModified     
Fields inherited from org.jboss.ha.httpsession.beanimpl.ejb.ClusteredHTTPSessionBeanAbstract:
ejbContext
Method from org.jboss.ha.httpsession.beanimpl.ejb.ClusteredHTTPSessionBeanImpl Summary:
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.ClusteredHTTPSessionBeanImpl Detail:
 public  void ejbLoad() throws EJBException, RemoteException 
 public  void ejbStore() throws EJBException, RemoteException 
 public SerializableHttpSession getSession() 
 public boolean isModified() 
 protected  void serializeSession() throws EJBException 
 public  void setSession(SerializableHttpSession session) 
 protected  void unserializeSession() throws EJBException