Package | Description |
---|---|
org.jboss.as.clustering.web | |
org.jboss.as.clustering.web.impl | |
org.jboss.as.web.session |
Modifier and Type | Method and Description |
---|---|
DistributableSessionMetadata |
IncomingDistributableSessionData.getMetadata()
Gets the other session metadata besides the version and timestamp.
|
DistributableSessionMetadata |
OutgoingDistributableSessionData.getMetadata()
Gets the other session metadata besides the version and timestamp.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LocalDistributableSessionManager.sessionChangedInDistributedCache(String realId,
String dataOwner,
int distributedVersion,
long timestamp,
DistributableSessionMetadata metadata)
Callback from the distributed cache to notify us that a session has been modified remotely.
|
Modifier and Type | Method and Description |
---|---|
DistributableSessionMetadata |
IncomingDistributableSessionDataImpl.getMetadata()
Gets the other session metadata besides the version and timestamp.
|
Constructor and Description |
---|
IncomingDistributableSessionDataImpl(Integer version,
Long timestamp,
DistributableSessionMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
DistributableSessionMetadata |
OutgoingDistributableSessionDataImpl.getMetadata() |
protected DistributableSessionMetadata |
ClusteredSession.getSessionMetadata() |
Modifier and Type | Method and Description |
---|---|
boolean |
DistributableSessionManager.sessionChangedInDistributedCache(String realId,
String dataOwner,
int distributedVersion,
long timestamp,
DistributableSessionMetadata metadata) |
Constructor and Description |
---|
OutgoingDistributableSessionDataImpl(String realId,
int version,
Long timestamp,
DistributableSessionMetadata metadata) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.