Uses of Class
com.loomcache.server.cp.SessionManager.ManagedSession
Packages that use SessionManager.ManagedSession
-
Uses of SessionManager.ManagedSession in com.loomcache.server.cp
Methods in com.loomcache.server.cp that return SessionManager.ManagedSessionModifier and TypeMethodDescriptionSessionManager.createSession(String ownerId) Creates a new session.@Nullable SessionManager.ManagedSessionSessionManager.getSession(String sessionId) Gets a session by ID.Methods in com.loomcache.server.cp that return types with arguments of type SessionManager.ManagedSessionModifier and TypeMethodDescriptionConsistencySubsystem.getActiveManagedSessions()Gets all active managed sessions.SessionManager.getActiveSessions()Gets all active sessions.Methods in com.loomcache.server.cp with parameters of type SessionManager.ManagedSessionModifier and TypeMethodDescriptionvoidLinearizableSemaphore.acquire(int permits, @Nullable SessionManager.ManagedSession managedSession) Acquires the given number of permits on behalf of the provided managed session.voidSessionManager.ResourceReleaseCallback.onResourceRelease(String resourceType, String resourceName, SessionManager.ManagedSession session, int units) voidLinearizableSemaphore.release(int permits, @Nullable SessionManager.ManagedSession managedSession) Releases the given number of permits on behalf of the provided managed session.booleanLinearizableSemaphore.tryAcquire(int permits, long timeout, TimeUnit unit, @Nullable SessionManager.ManagedSession managedSession) Attempts to acquire permits within the given timeout on behalf of the provided managed session.