Uses of Enum Class
org.glassfish.tyrus.core.cluster.RemoteSession.DistributedMapKey
-
Uses of RemoteSession.DistributedMapKey in org.glassfish.tyrus.core.cluster
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RemoteSession.DistributedMapKey[]
RemoteSession.DistributedMapKey.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionabstract Map
<RemoteSession.DistributedMapKey, Object> ClusterContext.getDistributedSessionProperties
(String sessionId) Get the map containing session properties to be shared among nodes.ModifierConstructorDescriptionRemoteSession
(String sessionId, ClusterContext clusterContext, Map<RemoteSession.DistributedMapKey, Object> distributedPropertyMap, TyrusEndpointWrapper endpointWrapper, Session session) Constructor.