|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
abstract SerializableHttpSession |
ClusteredHTTPSessionBeanAbstract.getSession()
|
SerializableHttpSession |
ClusteredHTTPSessionBeanImpl.getSession()
|
| Methods in org.jboss.ha.httpsession.beanimpl.ejb with parameters of type SerializableHttpSession | |
|---|---|
String |
ClusteredHTTPSessionBeanAbstract.ejbCreate(String sessionId,
SerializableHttpSession session)
|
void |
ClusteredHTTPSessionBeanAbstract.ejbPostCreate(String sessionId,
SerializableHttpSession session)
|
abstract void |
ClusteredHTTPSessionBeanAbstract.setSession(SerializableHttpSession session)
|
void |
ClusteredHTTPSessionBeanImpl.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 | |
|---|---|
ClusteredHTTPSession |
ClusteredHTTPSessionHome.create(String sessionId,
SerializableHttpSession session)
|
LocalClusteredHTTPSession |
LocalClusteredHTTPSessionHome.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 |
ClusteredHTTPSessionService.getHttpSession(String sessionId,
ClassLoader tcl)
|
SerializableHttpSession |
ClusteredHTTPSessionServiceMBean.getHttpSession(String sessionId,
ClassLoader tcl)
Return the HttpSession associated to a session id. |
| Methods in org.jboss.ha.httpsession.server with parameters of type SerializableHttpSession | |
|---|---|
protected ClusteredHTTPSessionBusiness |
ClusteredHTTPSessionService.createSession(String id,
SerializableHttpSession session)
|
void |
ClusteredHTTPSessionService.setHttpSession(String sessionId,
SerializableHttpSession session)
|
void |
ClusteredHTTPSessionServiceMBean.setHttpSession(String sessionId,
SerializableHttpSession session)
Associate a new session with the session id. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||