Class CoarseSessions<D,S>
java.lang.Object
org.wildfly.clustering.web.cache.sso.coarse.CoarseSessions<D,S>
- All Implemented Interfaces:
Sessions<D,S>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddSession(D deployment, S session) getSession(D deployment) removeSession(D deployment)
-
Constructor Details
-
CoarseSessions
-
-
Method Details
-
getDeployments
- Specified by:
getDeploymentsin interfaceSessions<D,S>
-
getSession
- Specified by:
getSessionin interfaceSessions<D,S>
-
removeSession
- Specified by:
removeSessionin interfaceSessions<D,S>
-
addSession
- Specified by:
addSessionin interfaceSessions<D,S>
-