Package | Description |
---|---|
org.jboss.cache | |
org.jboss.cache.config | |
org.jboss.cache.interceptors | |
org.jboss.cache.transaction |
Modifier and Type | Method and Description |
---|---|
Option |
InvocationContext.getOptionOverrides()
Retrieves the option overrides associated with this invocation
|
Modifier and Type | Method and Description |
---|---|
void |
InvocationContext.setOptionOverrides(Option optionOverrides)
Sets the option overrides to be associated with this invocation
|
Modifier and Type | Method and Description |
---|---|
Option |
Option.clone()
Deprecated.
this method may disappear in future, please use copy() instead.
|
Option |
Option.copy() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
BaseRpcInterceptor.isSynchronous(Option option) |
protected void |
BaseRpcInterceptor.replicateCall(InvocationContext ctx,
ReplicableCommand call,
boolean sync,
Option o) |
protected void |
BaseRpcInterceptor.replicateCall(InvocationContext ctx,
ReplicableCommand call,
boolean sync,
Option o,
boolean useOutOfBandMessage) |
protected void |
BaseRpcInterceptor.replicateCall(InvocationContext ctx,
Vector<org.jgroups.Address> recipients,
ReplicableCommand c,
boolean sync,
Option o,
boolean useOutOfBandMessage) |
Modifier and Type | Method and Description |
---|---|
Option |
TransactionContext.getOption()
Retrieves a transaction scope option override
|
Option |
AbstractTransactionContext.getOption() |
Modifier and Type | Method and Description |
---|---|
void |
TransactionContext.setOption(Option o)
Sets a transaction-scope option override
|
void |
AbstractTransactionContext.setOption(Option o) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.