Package | Description |
---|---|
org.glassfish.tyrus.core.cluster |
Cluster relates classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
static RemoteSession.DistributedMapKey |
RemoteSession.DistributedMapKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteSession.DistributedMapKey[] |
RemoteSession.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<RemoteSession.DistributedMapKey,Object> |
ClusterContext.getDistributedSessionProperties(String sessionId)
Get the map containing session properties to be shared among nodes.
|
Constructor and Description |
---|
RemoteSession(String sessionId,
ClusterContext clusterContext,
Map<RemoteSession.DistributedMapKey,Object> distributedPropertyMap,
TyrusEndpointWrapper endpointWrapper,
javax.websocket.Session session)
Constructor.
|
Copyright © 2012-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.