当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 cluster API Documentation 英文版文档
ClusteredHTTPSessionBeanImpl (JBoss Cluster API) - JBoss 4.0.1 sp1 cluster API Documentation 英文版文档
org.jboss.ha.httpsession.beanimpl.ejb
Class ClusteredHTTPSessionBeanImpl
java.lang.Object
org.jboss.ha.httpsession.beanimpl.ejb.ClusteredHTTPSessionBeanAbstract
org.jboss.ha.httpsession.beanimpl.ejb.ClusteredHTTPSessionBeanImpl
- All Implemented Interfaces:
- ClusteredHTTPSessionBusiness, javax.ejb.EnterpriseBean, javax.ejb.EntityBean, Serializable
- Direct Known Subclasses:
- ClusteredHTTPSessionBeanCmp11
- public abstract class ClusteredHTTPSessionBeanImpl
- extends ClusteredHTTPSessionBeanAbstract
Core implementation of methods for the bean.
- Version:
- $Revision: 1.4 $
- Author:
- Sacha Labourey.
- See Also:
ClusteredHTTPSession
,
ClusteredHTTPSessionBeanAbstract
,
Serialized Form
Methods inherited from class org.jboss.ha.httpsession.beanimpl.ejb.ClusteredHTTPSessionBeanAbstract |
ejbActivate, ejbCreate, ejbCreate, ejbPassivate, ejbPostCreate, ejbPostCreate, ejbRemove, getCreationTime, getEntityContext, getLastAccessedTime, getSerializedSession, getSessionId, setCreationTime, setEntityContext, setLastAccessedTime, setSerializedSession, setSessionId, unsetEntityContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tmpSession
protected SerializableHttpSession tmpSession
isModified
protected boolean isModified
ClusteredHTTPSessionBeanImpl
public ClusteredHTTPSessionBeanImpl()
ejbStore
public void ejbStore()
throws javax.ejb.EJBException,
RemoteException
- Specified by:
ejbStore
in interface javax.ejb.EntityBean
- Overrides:
ejbStore
in class ClusteredHTTPSessionBeanAbstract
- Throws:
javax.ejb.EJBException
RemoteException
ejbLoad
public void ejbLoad()
throws javax.ejb.EJBException,
RemoteException
- Specified by:
ejbLoad
in interface javax.ejb.EntityBean
- Overrides:
ejbLoad
in class ClusteredHTTPSessionBeanAbstract
- Throws:
javax.ejb.EJBException
RemoteException
getSession
public SerializableHttpSession getSession()
- Description copied from interface:
ClusteredHTTPSessionBusiness
- Return the HttpSession object associated to its id. The main difference with the
standard class is that this one is Serializable.
- Specified by:
getSession
in interface ClusteredHTTPSessionBusiness
- Specified by:
getSession
in class ClusteredHTTPSessionBeanAbstract
setSession
public void setSession(SerializableHttpSession session)
- Description copied from interface:
ClusteredHTTPSessionBusiness
- Associate a new session (set of attributes, ...) to this id.
- Specified by:
setSession
in interface ClusteredHTTPSessionBusiness
- Specified by:
setSession
in class ClusteredHTTPSessionBeanAbstract
isModified
public boolean isModified()
- Specified by:
isModified
in class ClusteredHTTPSessionBeanAbstract
serializeSession
protected void serializeSession()
throws javax.ejb.EJBException
- Throws:
javax.ejb.EJBException
unserializeSession
protected void unserializeSession()
throws javax.ejb.EJBException
- Throws:
javax.ejb.EJBException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.