|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractInvocationContext.ContextFlag | |
---|---|
org.infinispan.context.impl | This package contains different context implementations, selected dynamically based on the type of invocation. |
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)
Utility method that sets a given context flag. |
protected void |
AbstractInvocationContext.setContextFlag(AbstractInvocationContext.ContextFlag flag,
boolean set)
Utility value that sets or un-sets a context flag based on a boolean passed in |
protected void |
AbstractInvocationContext.unsetContextFlag(AbstractInvocationContext.ContextFlag flag)
Utility method that un-sets a context flag. |
|
--> |