Package | Description |
---|---|
org.infinispan.context.impl |
This package contains different context implementations, selected dynamically based on the type of invocation.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTxInvocationContext
Support class for
TxInvocationContext . |
class |
LocalTxInvocationContext
Invocation context to be used for locally originated transactions.
|
class |
NonTxInvocationContext
Context to be used for non transactional calls, both remote and local.
|
class |
RemoteTxInvocationContext
Context to be used for transaction that originated remotely.
|
Modifier and Type | Method and Description |
---|---|
AbstractInvocationContext |
AbstractInvocationContext.clone() |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.