Package | Description |
---|---|
org.glassfish.tyrus.core.cluster |
Modifier and Type | Method and Description |
---|---|
static ClusterSession.DistributedMapKey |
ClusterSession.DistributedMapKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterSession.DistributedMapKey[] |
ClusterSession.DistributedMapKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract Map<ClusterSession.DistributedMapKey,Object> |
ClusterContext.getDistributedSessionProperties(String sessionId)
Get the map containing session properties to be shared among nodes.
|
Constructor and Description |
---|
ClusterSession(String sessionId,
ClusterContext clusterContext,
Map<ClusterSession.DistributedMapKey,Object> distributedPropertyMap,
TyrusEndpointWrapper endpointWrapper,
Session session)
Constructor.
|
Copyright © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.