Uses of Class
org.glassfish.tyrus.core.cluster.RemoteSession.DistributedMapKey
-
Packages that use RemoteSession.DistributedMapKey Package Description org.glassfish.tyrus.core.cluster Cluster relates classes and interfaces. -
-
Uses of RemoteSession.DistributedMapKey in org.glassfish.tyrus.core.cluster
Methods in org.glassfish.tyrus.core.cluster that return RemoteSession.DistributedMapKey Modifier and Type Method 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.Methods in org.glassfish.tyrus.core.cluster that return types with arguments of type RemoteSession.DistributedMapKey Modifier and Type Method 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 parameters in org.glassfish.tyrus.core.cluster with type arguments of type RemoteSession.DistributedMapKey Constructor Description RemoteSession(java.lang.String sessionId, ClusterContext clusterContext, java.util.Map<RemoteSession.DistributedMapKey,java.lang.Object> distributedPropertyMap, TyrusEndpointWrapper endpointWrapper, Session session)
Constructor.
-