Modifier and Type | Interface and Description |
---|---|
interface |
BeanGroupFactory<G,I,T>
A factory for creating a
BeanGroup . |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanBeanGroupFactory<G,I,T>
Encapsulates the cache mapping strategy of a bean group.
|
Constructor and Description |
---|
InfinispanBeanGroup(G id,
BeanGroupEntry<I,T> entry,
MarshallingContext context,
Mutator mutator,
Remover<G> remover) |
Modifier and Type | Interface and Description |
---|---|
interface |
SessionFactory<V,L>
Factory for creating sessions.
|
Modifier and Type | Class and Description |
---|---|
class |
ExpiredSessionRemover<V,L>
Session remover that removes a session if and only if it is expired.
|
Constructor and Description |
---|
InfinispanSession(String id,
SessionMetaData metaData,
SessionAttributes attributes,
AtomicReference<L> localContext,
LocalContextFactory<L> localContextFactory,
SessionContext context,
Mutator mutator,
Remover<String> remover) |
SessionExpirationScheduler(Batcher batcher,
Remover<String> remover) |
SessionExpirationScheduler(Batcher batcher,
Remover<String> remover,
ScheduledExecutorService executor) |
Modifier and Type | Class and Description |
---|---|
class |
CoarseSessionFactory<L>
SessionFactory for coarse granularity sessions. |
Modifier and Type | Class and Description |
---|---|
class |
FineSessionFactory<L>
SessionFactory for fine granularity sessions. |
Modifier and Type | Interface and Description |
---|---|
interface |
SSOFactory<V,I,D,L>
Creates an
SSO from its cache storage value. |
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 |
CoarseSSOFactory<I,D,L> |
Copyright © 2014 JBoss by Red Hat. All rights reserved.