Modifier and Type | Method and Description |
---|---|
SessionContext |
SimpleImmutableSession.getContext() |
SessionContext |
InfinispanImmutableSession.getContext() |
Modifier and Type | Method and Description |
---|---|
<L> SessionManager<L> |
InfinispanSessionManagerFactory.createSessionManager(SessionContext context,
IdentifierFactory<String> identifierFactory,
LocalContextFactory<L> localContextFactory) |
Constructor and Description |
---|
InfinispanImmutableSession(String id,
ImmutableSessionMetaData metaData,
ImmutableSessionAttributes attributes,
SessionContext context) |
InfinispanSession(String id,
SessionMetaData metaData,
SessionAttributes attributes,
AtomicReference<L> localContext,
LocalContextFactory<L> localContextFactory,
SessionContext context,
Mutator mutator,
Remover<String> remover) |
InfinispanSessionManager(SessionContext context,
IdentifierFactory<String> identifierFactory,
org.infinispan.Cache<String,V> cache,
SessionFactory<V,L> factory,
Batcher batcher,
org.jboss.metadata.web.jboss.JBossWebMetaData metaData) |
Constructor and Description |
---|
CoarseSessionFactory(org.infinispan.Cache<String,CoarseSessionCacheEntry<L>> sessionCache,
org.infinispan.Cache<SessionAttributesCacheKey,MarshalledValue<Map<String,Object>,MarshallingContext>> attributesCache,
CacheInvoker invoker,
SessionContext context,
SessionAttributeMarshaller<Map<String,Object>,MarshalledValue<Map<String,Object>,MarshallingContext>> marshaller,
LocalContextFactory<L> localContextFactory) |
Constructor and Description |
---|
FineSessionFactory(org.infinispan.Cache<String,FineSessionCacheEntry<L>> sessionCache,
org.infinispan.Cache<SessionAttributeCacheKey,MarshalledValue<Object,MarshallingContext>> attributeCache,
CacheInvoker invoker,
SessionContext context,
SessionAttributeMarshaller<Object,MarshalledValue<Object,MarshallingContext>> marshaller,
LocalContextFactory<L> localContextFactory) |
Modifier and Type | Method and Description |
---|---|
SessionContext |
ImmutableSession.getContext()
Returns the application context of this session.
|
Modifier and Type | Method and Description |
---|---|
<C> SessionManager<C> |
SessionManagerFactory.createSessionManager(SessionContext context,
IdentifierFactory<String> idFactory,
LocalContextFactory<C> localContextFactory)
Create as session manager using the specified context and identifier factory.
|
Modifier and Type | Class and Description |
---|---|
class |
UndertowSessionContext
SessionContext that delegate to a Deployment . |
Copyright © 2014 JBoss by Red Hat. All rights reserved.