|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractContext.ContextFlags | |
|---|---|
| org.infinispan.context | |
| Uses of AbstractContext.ContextFlags in org.infinispan.context |
|---|
| Methods in org.infinispan.context that return AbstractContext.ContextFlags | |
|---|---|
static AbstractContext.ContextFlags |
AbstractContext.ContextFlags.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AbstractContext.ContextFlags[] |
AbstractContext.ContextFlags.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.infinispan.context with parameters of type AbstractContext.ContextFlags | |
|---|---|
protected boolean |
AbstractContext.isContextFlagSet(AbstractContext.ContextFlags flag)
|
protected void |
AbstractContext.setContextFlag(AbstractContext.ContextFlags flag)
|
protected void |
AbstractContext.setContextFlag(AbstractContext.ContextFlags flag,
boolean value)
|
protected void |
AbstractContext.unsetContextFlag(AbstractContext.ContextFlags flag)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||