Modifier and Type | Interface and Description |
---|---|
interface |
BeanGroupFactory<I,T>
A factory for creating a
BeanGroup . |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanBeanGroupFactory<I,T>
Encapsulates the cache mapping strategy of a bean group.
|
Constructor and Description |
---|
InfinispanBeanGroup(I id,
BeanGroupEntry<I,T> entry,
MarshallingContext context,
Mutator mutator,
Remover<I> remover) |
Modifier and Type | Interface and Description |
---|---|
interface |
SessionAttributesFactory<V> |
interface |
SessionFactory<MV,AV,L>
Factory for creating sessions.
|
interface |
SessionMetaDataFactory<V,L> |
Modifier and Type | Class and Description |
---|---|
class |
ExpiredSessionRemover<MV,AV,L>
Session remover that removes a session if and only if it is expired.
|
class |
InfinispanSessionFactory<V,L> |
class |
InfinispanSessionMetaDataFactory<L> |
Constructor and Description |
---|
InfinispanSession(String id,
InvalidatableSessionMetaData metaData,
SessionAttributes attributes,
AtomicReference<L> localContext,
LocalContextFactory<L> localContextFactory,
Remover<String> remover) |
SessionExpirationScheduler(Batcher<TransactionBatch> batcher,
Remover<String> remover) |
SessionExpirationScheduler(Batcher<TransactionBatch> batcher,
Remover<String> remover,
ScheduledExecutorService executor) |
Modifier and Type | Class and Description |
---|---|
class |
CoarseSessionAttributesFactory
SessionAttributesFactory for coarse granularity sessions, where all session attributes are stored in a single cache entry. |
Modifier and Type | Class and Description |
---|---|
class |
FineSessionAttributesFactory
SessionAttributesFactory for fine granularity sessions. |
Modifier and Type | Interface and Description |
---|---|
interface |
SessionsFactory<V,D> |
interface |
SSOFactory<AV,SV,A,D,L>
Creates an
SSO from its cache storage value. |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanSSOFactory<SV,A,D,L> |
Constructor and Description |
---|
InfinispanSSO(String id,
A authentication,
Sessions<D> sessions,
AtomicReference<L> localContext,
LocalContextFactory<L> localContextFactory,
Remover<String> remover) |
Modifier and Type | Class and Description |
---|---|
class |
CoarseSessionsFactory<D> |
Copyright © 2016 JBoss by Red Hat. All rights reserved.