Package org.infinispan.context

Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags.

See:
          Description

Interface Summary
EntryLookup Interface that can look up MVCC wrapped entries.
FlagContainer Interface that defines access to and manipulation of Flag.
InvocationContext A context that contains information pertaining to a given invocation.
InvocationContextContainer Manages the association between an InvocationContext and the calling thread.
 

Class Summary
InvocationContextContainerImpl Default implementation for InvocationContextContainer.
InvocationContextFlagsOverride Wraps an existing InvocationContext without changing the context directly but making sure the specified flags are considered enabled.
TransactionalInvocationContextFlagsOverride Extension of InvocationContextFlagsOverride to be used when a TxInvocationContext is required.
 

Enum Summary
Flag Available flags, which may be set on a per-invocation basis.
 

Package org.infinispan.context Description

Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags.



Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.