public static enum BaseContext.Call extends java.lang.Enum<BaseContext.Call>
Modifier and Type | Method and Description |
---|---|
static BaseContext.Call |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BaseContext.Call[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseContext.Call getEJBObject
public static final BaseContext.Call getEJBLocalObject
public static final BaseContext.Call isCallerInRole
public static final BaseContext.Call setRollbackOnly
public static final BaseContext.Call getCallerPrincipal
public static final BaseContext.Call getRollbackOnly
public static final BaseContext.Call getTimerService
public static final BaseContext.Call getUserTransaction
public static final BaseContext.Call getBusinessObject
public static final BaseContext.Call timerMethod
public static final BaseContext.Call getInvokedBusinessInterface
public static final BaseContext.Call UserTransactionMethod
public static final BaseContext.Call getMessageContext
public static final BaseContext.Call getPrimaryKey
public static final BaseContext.Call getContextData
public static BaseContext.Call[] values()
for (BaseContext.Call c : BaseContext.Call.values()) System.out.println(c);
public static BaseContext.Call valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null