Package | Description |
---|---|
org.glassfish.tyrus.core.cluster |
Cluster relates classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
static RemoteSession.DistributedMapKey |
RemoteSession.DistributedMapKey.valueOf(java.lang.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 java.util.Map<RemoteSession.DistributedMapKey,java.lang.Object> |
ClusterContext.getDistributedSessionProperties(java.lang.String sessionId)
Get the map containing session properties to be shared among nodes.
|
Constructor and Description |
---|
RemoteSession(java.lang.String sessionId,
ClusterContext clusterContext,
java.util.Map<RemoteSession.DistributedMapKey,java.lang.Object> distributedPropertyMap,
TyrusEndpointWrapper endpointWrapper,
Session session)
Constructor.
|
Copyright © 2012–2020 Oracle Corporation. All rights reserved.