Package | Description |
---|---|
org.jboss.as.clustering.web | |
org.jboss.as.clustering.web.impl | |
org.jboss.as.clustering.web.infinispan | |
org.jboss.as.web.session |
Modifier and Type | Method and Description |
---|---|
IncomingDistributableSessionData |
DistributedCacheManager.getSessionData(String realId,
boolean initialLoad)
Get the
IncomingDistributableSessionData that encapsulates the distributed cache's information about the given
session. |
IncomingDistributableSessionData |
DistributedCacheManager.getSessionData(String realId,
String dataOwner,
boolean includeAttributes)
Get the
IncomingDistributableSessionData that encapsulates the distributed cache's information about the given
session. |
Modifier and Type | Class and Description |
---|---|
class |
IncomingDistributableSessionDataImpl
Base implementation of
IncomingDistributableSessionData . |
Modifier and Type | Method and Description |
---|---|
IncomingDistributableSessionData |
DistributedCacheManager.getSessionData(String sessionId,
boolean initialLoad)
Get the
IncomingDistributableSessionData that encapsulates the distributed cache's information about the given
session. |
IncomingDistributableSessionData |
DistributedCacheManager.getSessionData(String sessionId,
String dataOwner,
boolean includeAttributes)
Get the
IncomingDistributableSessionData that encapsulates the distributed cache's information about the given
session. |
Modifier and Type | Method and Description |
---|---|
void |
ClusteredSession.update(IncomingDistributableSessionData sessionData) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.