Class HotRodSessionManagerFactory<S,​SC,​AL,​LC>

  • Type Parameters:
    S - the HttpSession specification type
    SC - the ServletContext specification type
    AL - the HttpSessionAttributeListener specification type
    LC - the local context type
    All Implemented Interfaces:
    AutoCloseable, SessionManagerFactory<SC,​LC,​TransactionBatch>

    public class HotRodSessionManagerFactory<S,​SC,​AL,​LC>
    extends Object
    implements SessionManagerFactory<SC,​LC,​TransactionBatch>
    Factory for creating session managers.
    Author:
    Paul Ferraro