Uses of Enum Class
com.loomcache.server.cp.SessionState
Packages that use SessionState
-
Uses of SessionState in com.loomcache.server.cp
Subclasses with type arguments of type SessionState in com.loomcache.server.cpModifier and TypeClassDescriptionenumEnumeration of possible states for a CP session.Methods in com.loomcache.server.cp that return SessionStateModifier and TypeMethodDescriptionConsistencySubsystem.CpSessionInfo.state()Returns the value of thestaterecord component.SessionManager.ManagedSession.state()Gets the current state.SessionManager.SessionSnapshot.state()Returns the value of thestaterecord component.static SessionStateReturns the enum constant of this class with the specified name.static SessionState[]SessionState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loomcache.server.cp with parameters of type SessionStateModifier and TypeMethodDescriptionvoidSessionManager.SessionTerminationCallback.onSessionTerminated(String sessionId, SessionState terminalState) Constructors in com.loomcache.server.cp with parameters of type SessionStateModifierConstructorDescriptionCpSessionInfo(String sessionId, String ownerId, long createdAt, long lastHeartbeat, SessionState state, List<String> heldLocks, Map<String, Integer> heldPermits) Creates an instance of aCpSessionInforecord class.SessionSnapshot(String sessionId, String ownerId, long createdAt, long lastHeartbeat, SessionState state) Creates an instance of aSessionSnapshotrecord class.