Class ManagedSession<C>
java.lang.Object
org.wildfly.clustering.session.cache.DecoratedSession<C>
org.wildfly.clustering.session.cache.ManagedSession<C>
- Type Parameters:
C- the session context type
- All Implemented Interfaces:
AutoCloseable,Supplier<Session<C>>,ImmutableSession,Session<C>
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.session.cache.DecoratedSession
equals, get, getAttributes, getContext, getId, getMetaData, hashCode, invalidate, isValid, toString
-
Constructor Details
-
ManagedSession
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceSession<C>- Overrides:
closein classDecoratedSession<C>
-