Class InfinispanSessionManagerFactoryContext<C,SC>
java.lang.Object
org.wildfly.clustering.context.AbstractContext<org.wildfly.clustering.session.SessionManagerFactory<C,SC>>
org.wildfly.clustering.session.infinispan.embedded.InfinispanSessionManagerFactoryContext<C,SC>
- Type Parameters:
C- the session manager context typeSC- the referenced session context type
- All Implemented Interfaces:
AutoCloseable,Consumer<Runnable>,Supplier<org.wildfly.clustering.session.SessionManagerFactory<C,,SC>> org.wildfly.clustering.context.Context<org.wildfly.clustering.session.SessionManagerFactory<C,,SC>> org.wildfly.clustering.function.Supplier<org.wildfly.clustering.session.SessionManagerFactory<C,SC>>
public class InfinispanSessionManagerFactoryContext<C,SC>
extends org.wildfly.clustering.context.AbstractContext<org.wildfly.clustering.session.SessionManagerFactory<C,SC>>
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.wildfly.clustering.context.Context
EMPTYFields inherited from interface org.wildfly.clustering.function.Supplier
NULL -
Constructor Summary
ConstructorsConstructorDescriptionInfinispanSessionManagerFactoryContext(InfinispanSessionManagerParameters parameters, String memberName, Supplier<SC> contextFactory) -
Method Summary
Methods inherited from class org.wildfly.clustering.context.AbstractContext
accept, closeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.function.Supplier
handle, map
-
Constructor Details
-
InfinispanSessionManagerFactoryContext
public InfinispanSessionManagerFactoryContext(InfinispanSessionManagerParameters parameters, String memberName, Supplier<SC> contextFactory)
-
-
Method Details
-
get
-