|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Option | |
|---|---|
| org.jboss.cache | |
| org.jboss.cache.config | |
| org.jboss.cache.interceptors | |
| org.jboss.cache.transaction | |
| Uses of Option in org.jboss.cache |
|---|
| Methods in org.jboss.cache that return Option | |
|---|---|
Option |
InvocationContext.getOptionOverrides()
Retrieves the option overrides associated with this invocation |
| Methods in org.jboss.cache with parameters of type Option | |
|---|---|
void |
InvocationContext.setOptionOverrides(Option optionOverrides)
Sets the option overrides associated with this invocation |
| Uses of Option in org.jboss.cache.config |
|---|
| Methods in org.jboss.cache.config that return Option | |
|---|---|
Option |
Option.clone()
|
| Uses of Option in org.jboss.cache.interceptors |
|---|
| Methods in org.jboss.cache.interceptors with parameters of type Option | |
|---|---|
protected boolean |
BaseRpcInterceptor.isSynchronous(Option option)
|
protected void |
BaseRpcInterceptor.replicateCall(InvocationContext ctx,
List<org.jgroups.Address> recipients,
MethodCall call,
boolean sync,
Option o)
|
protected void |
BaseRpcInterceptor.replicateCall(InvocationContext ctx,
List<org.jgroups.Address> recipients,
MethodCall call,
boolean sync,
Option o,
boolean wrapMethodCallInReplicateMethod,
boolean useOutOfBandMessage)
|
protected void |
BaseRpcInterceptor.replicateCall(InvocationContext ctx,
MethodCall call,
boolean sync,
Option o)
|
protected void |
BaseRpcInterceptor.replicateCall(InvocationContext ctx,
MethodCall call,
boolean sync,
Option o,
boolean useOutOfBandMessage)
|
| Uses of Option in org.jboss.cache.transaction |
|---|
| Methods in org.jboss.cache.transaction that return Option | |
|---|---|
Option |
TransactionEntry.getOption()
Retrieves a transaction scope option override |
| Methods in org.jboss.cache.transaction with parameters of type Option | |
|---|---|
void |
TransactionEntry.setOption(Option o)
Sets a transaction-scope option override |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||