站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 cluster API Documentation 英文版文档

Uses of Interface org.jboss.ha.httpsession.interfaces.SerializableHttpSession (JBoss Cluster API) - JBoss 4.0.1 sp1 cluster API Documentation 英文版文档


Uses of Interface
org.jboss.ha.httpsession.interfaces.SerializableHttpSession

Packages that use SerializableHttpSession
org.jboss.ha.httpsession.beanimpl.ejb   
org.jboss.ha.httpsession.beanimpl.interfaces   
org.jboss.ha.httpsession.interfaces   
org.jboss.ha.httpsession.server   
 

Uses of SerializableHttpSession in org.jboss.ha.httpsession.beanimpl.ejb
 

Fields in org.jboss.ha.httpsession.beanimpl.ejb declared as SerializableHttpSession
protected  SerializableHttpSession ClusteredHTTPSessionBeanImpl.tmpSession
           
 

Methods in org.jboss.ha.httpsession.beanimpl.ejb that return SerializableHttpSession
 SerializableHttpSession ClusteredHTTPSessionBeanImpl.getSession()
           
abstract  SerializableHttpSession ClusteredHTTPSessionBeanAbstract.getSession()
           
 

Methods in org.jboss.ha.httpsession.beanimpl.ejb with parameters of type SerializableHttpSession
 void ClusteredHTTPSessionBeanImpl.setSession(SerializableHttpSession session)
           
 String ClusteredHTTPSessionBeanAbstract.ejbCreate(String sessionId, SerializableHttpSession session)
           
 void ClusteredHTTPSessionBeanAbstract.ejbPostCreate(String sessionId, SerializableHttpSession session)
           
abstract  void ClusteredHTTPSessionBeanAbstract.setSession(SerializableHttpSession session)
           
 

Uses of SerializableHttpSession in org.jboss.ha.httpsession.beanimpl.interfaces
 

Methods in org.jboss.ha.httpsession.beanimpl.interfaces that return SerializableHttpSession
 SerializableHttpSession ClusteredHTTPSessionBusiness.getSession()
          Return the HttpSession object associated to its id.
 

Methods in org.jboss.ha.httpsession.beanimpl.interfaces with parameters of type SerializableHttpSession
 LocalClusteredHTTPSession LocalClusteredHTTPSessionHome.create(String sessionId, SerializableHttpSession session)
           
 ClusteredHTTPSession ClusteredHTTPSessionHome.create(String sessionId, SerializableHttpSession session)
           
 void ClusteredHTTPSessionBusiness.setSession(SerializableHttpSession session)
          Associate a new session (set of attributes, ...) to this id.
 

Uses of SerializableHttpSession in org.jboss.ha.httpsession.interfaces
 

Methods in org.jboss.ha.httpsession.interfaces with parameters of type SerializableHttpSession
 boolean SerializableHttpSession.areAttributesModified(SerializableHttpSession previousVersion)
          Method used by the entity bean to determine if the content attributes have been modified.
 

Uses of SerializableHttpSession in org.jboss.ha.httpsession.server
 

Methods in org.jboss.ha.httpsession.server that return SerializableHttpSession
 SerializableHttpSession ClusteredHTTPSessionServiceMBean.getHttpSession(String sessionId, ClassLoader tcl)
          Return the HttpSession associated to a session id.
 SerializableHttpSession ClusteredHTTPSessionService.getHttpSession(String sessionId, ClassLoader tcl)
           
 

Methods in org.jboss.ha.httpsession.server with parameters of type SerializableHttpSession
 void ClusteredHTTPSessionServiceMBean.setHttpSession(String sessionId, SerializableHttpSession session)
          Associate a new session with the session id.
 void ClusteredHTTPSessionService.setHttpSession(String sessionId, SerializableHttpSession session)
           
protected  ClusteredHTTPSessionBusiness ClusteredHTTPSessionService.createSession(String id, SerializableHttpSession session)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.