|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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're 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |