Uses of Interface
org.wildfly.clustering.web.session.ImmutableSessionMetaData
-
Packages that use ImmutableSessionMetaData Package Description org.wildfly.clustering.web.session org.wildfly.clustering.web.session.oob -
-
Uses of ImmutableSessionMetaData in org.wildfly.clustering.web.session
Subinterfaces of ImmutableSessionMetaData in org.wildfly.clustering.web.session Modifier and Type Interface Description interfaceSessionMetaDataAbstraction for meta information about a web session.Methods in org.wildfly.clustering.web.session that return ImmutableSessionMetaData Modifier and Type Method Description ImmutableSessionMetaDataImmutableSession. getMetaData()Returns this session's meta data.Methods in org.wildfly.clustering.web.session that return types with arguments of type ImmutableSessionMetaData Modifier and Type Method Description Recordable<ImmutableSessionMetaData>SessionManagerConfiguration. getInactiveSessionRecorder() -
Uses of ImmutableSessionMetaData in org.wildfly.clustering.web.session.oob
Classes in org.wildfly.clustering.web.session.oob that implement ImmutableSessionMetaData Modifier and Type Class Description classOOBSession<L,B extends Batch>Out-of-band session implementation, for use outside the context of a request.
-