| Modifier and Type | Method and Description |
|---|---|
static BaseContext.Call |
BaseContext.Call.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseContext.Call[] |
BaseContext.Call.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
BaseContext.check(BaseContext.Call call) |
protected IllegalStateException |
BaseContext.illegal(BaseContext.Call call,
Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityContext.check(BaseContext.Call call) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedContext.check(BaseContext.Call call) |
| Modifier and Type | Method and Description |
|---|---|
void |
MdbContext.check(BaseContext.Call call) |
| Modifier and Type | Method and Description |
|---|---|
void |
SingletonContext.check(BaseContext.Call call) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatefulContext.check(BaseContext.Call call) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatelessContext.check(BaseContext.Call call) |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.