Class InfinispanSessionManagerFactoryContext<CC,SC>

java.lang.Object
org.wildfly.clustering.context.AbstractContext<org.wildfly.clustering.session.SessionManagerFactory<CC,SC>>
org.wildfly.clustering.session.infinispan.embedded.InfinispanSessionManagerFactoryContext<CC,SC>
Type Parameters:
CC - the container context type
SC - the session context type
All Implemented Interfaces:
AutoCloseable, Consumer<Runnable>, Supplier<org.wildfly.clustering.session.SessionManagerFactory<CC,SC>>, org.wildfly.clustering.context.Context<org.wildfly.clustering.session.SessionManagerFactory<CC,SC>>, org.wildfly.clustering.function.Supplier<org.wildfly.clustering.session.SessionManagerFactory<CC,SC>>

public class InfinispanSessionManagerFactoryContext<CC,SC> extends org.wildfly.clustering.context.AbstractContext<org.wildfly.clustering.session.SessionManagerFactory<CC,SC>>
Author:
Paul Ferraro
  • Field Summary

    Fields inherited from interface org.wildfly.clustering.context.Context

    EMPTY

    Fields inherited from interface org.wildfly.clustering.function.Supplier

    NULL
  • Method Summary

    Modifier and Type
    Method
    Description
    org.wildfly.clustering.session.SessionManagerFactory<CC,SC>
    get()
     

    Methods inherited from class org.wildfly.clustering.context.AbstractContext

    accept, close

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface Consumer

    andThen

    Methods inherited from interface org.wildfly.clustering.function.Supplier

    handle, thenAccept, thenApply, thenApplyAsDouble, thenApplyAsInt, thenApplyAsLong, thenTest
  • Method Details

    • get

      public org.wildfly.clustering.session.SessionManagerFactory<CC,SC> get()