Package | Description |
---|---|
org.infinispan.context.impl |
This package contains different context implementations, selected dynamically based on the type of invocation.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.