Uses of Class
org.jboss.cache.config.Option

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 to be associated with this invocation
 

Uses of Option in org.jboss.cache.config
 

Methods in org.jboss.cache.config that return Option
 Option Option.clone()
          Deprecated. this method may disappear in future, please use copy() instead.
 Option Option.copy()
           
 

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, 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)
           
 

Uses of Option in org.jboss.cache.transaction
 

Methods in org.jboss.cache.transaction that return Option
 Option TransactionContext.getOption()
          Retrieves a transaction scope option override
 Option AbstractTransactionContext.getOption()
           
 

Methods in org.jboss.cache.transaction with parameters of type Option
 void TransactionContext.setOption(Option o)
          Sets a transaction-scope option override
 void AbstractTransactionContext.setOption(Option o)
           
 



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