Uses of Package
org.infinispan.context.impl

Packages that use org.infinispan.context.impl
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
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. 
org.infinispan.context.impl This package contains different context implementations, selected dynamically based on the type of invocation. 
org.infinispan.distribution Classes relating to the distributed cache mode. 
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.interceptors.base Base interceptors containing common, reusable behavior. 
 

Classes in org.infinispan.context.impl used by org.infinispan.commands
TxInvocationContext
          Interface defining additional functionality for invocation contexts that propagate within a transaction's scope.
 

Classes in org.infinispan.context.impl used by org.infinispan.context
LocalTxInvocationContext
          Invocation context to be used for locally originated transactions.
NonTxInvocationContext
          Context to be used for non transactional calls, both remote and local.
RemoteTxInvocationContext
          Context to be used for transaction that originated remotely.
TxInvocationContext
          Interface defining additional functionality for invocation contexts that propagate within a transaction's scope.
 

Classes in org.infinispan.context.impl used by org.infinispan.context.impl
AbstractInvocationContext
          Common features of transaction and invocation contexts
AbstractInvocationContext.ContextFlag
           
AbstractTxInvocationContext
          Support class for TxInvocationContext.
ImmutableContext
          This context is a non-context for operations such as eviction which are not related to the method invocation which caused them.
NonTxInvocationContext
          Context to be used for non transactional calls, both remote and local.
RemoteTxInvocationContext
          Context to be used for transaction that originated remotely.
TxInvocationContext
          Interface defining additional functionality for invocation contexts that propagate within a transaction's scope.
 

Classes in org.infinispan.context.impl used by org.infinispan.distribution
TxInvocationContext
          Interface defining additional functionality for invocation contexts that propagate within a transaction's scope.
 

Classes in org.infinispan.context.impl used by org.infinispan.interceptors
TxInvocationContext
          Interface defining additional functionality for invocation contexts that propagate within a transaction's scope.
 

Classes in org.infinispan.context.impl used by org.infinispan.interceptors.base
TxInvocationContext
          Interface defining additional functionality for invocation contexts that propagate within a transaction's scope.
 


-->

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