Uses of Class
org.infinispan.context.impl.AbstractInvocationContext.ContextFlag

Packages that use AbstractInvocationContext.ContextFlag
org.infinispan.context.impl   
 

Uses of AbstractInvocationContext.ContextFlag in org.infinispan.context.impl
 

Methods in org.infinispan.context.impl that return AbstractInvocationContext.ContextFlag
static AbstractInvocationContext.ContextFlag AbstractInvocationContext.ContextFlag.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AbstractInvocationContext.ContextFlag[] AbstractInvocationContext.ContextFlag.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.infinispan.context.impl with parameters of type AbstractInvocationContext.ContextFlag
protected  boolean AbstractInvocationContext.isContextFlagSet(AbstractInvocationContext.ContextFlag flag)
          Tests whether a context flag is set.
protected  void AbstractInvocationContext.setContextFlag(AbstractInvocationContext.ContextFlag flag)
          Unility method that sets a given context flag.
protected  void AbstractInvocationContext.setContextFlag(AbstractInvocationContext.ContextFlag flag, boolean set)
          Utility value that sets or unsets a context flag based on a boolean passed in
protected  void AbstractInvocationContext.unsetContextFlag(AbstractInvocationContext.ContextFlag flag)
          Utility method that unsets a context flag.
 


Google Analytics

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