public interface InfinispanSessionManagerConfiguration
InfinispanSessionManager
.Modifier and Type | Method and Description |
---|---|
Batcher<TransactionBatch> |
getBatcher() |
org.infinispan.Cache<Key<String>,?> |
getCache() |
CommandDispatcherFactory |
getCommandDispatcherFactory() |
SessionExpirationListener |
getExpirationListener() |
IdentifierFactory<String> |
getIdentifierFactory() |
Recordable<ImmutableSession> |
getInactiveSessionRecorder() |
int |
getMaxActiveSessions() |
NodeFactory<org.infinispan.remoting.transport.Address> |
getNodeFactory() |
CacheProperties |
getProperties() |
javax.servlet.ServletContext |
getServletContext() |
javax.servlet.ServletContext getServletContext()
SessionExpirationListener getExpirationListener()
CacheProperties getProperties()
IdentifierFactory<String> getIdentifierFactory()
Batcher<TransactionBatch> getBatcher()
CommandDispatcherFactory getCommandDispatcherFactory()
NodeFactory<org.infinispan.remoting.transport.Address> getNodeFactory()
int getMaxActiveSessions()
Recordable<ImmutableSession> getInactiveSessionRecorder()
Copyright © 2016 JBoss by Red Hat. All rights reserved.