Infinispan Distribution 5.2.6.Final-redhat-2

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
AbstractInvocationContextContainer Base class for InvocationContextContainer implementations.
Flag.Externalizer  
NonTransactionalInvocationContextContainer Invocation Context container to be used for non-transactional caches.
SingleKeyNonTxInvocationContext  
TransactionalInvocationContextContainer Invocation context to be used for transactional caches.
 

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.


Infinispan Distribution 5.2.6.Final-redhat-2

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