|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<EssConstants.EssModule>
oracle.as.scheduler.EssConstants.EssModule
public static enum EssConstants.EssModule
Enum of parameter values for
ESS_Module.
| Enum Constant Summary | |
|---|---|
Adapter
|
|
ApplicationEventHandler
|
|
Dispatcher
|
|
Heartbeat
|
|
Processor
|
|
SystemEventHandler
|
|
| Method Summary | |
|---|---|
static EssConstants.EssModule |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EssConstants.EssModule[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final EssConstants.EssModule Dispatcher
public static final EssConstants.EssModule Processor
public static final EssConstants.EssModule SystemEventHandler
public static final EssConstants.EssModule ApplicationEventHandler
public static final EssConstants.EssModule Heartbeat
public static final EssConstants.EssModule Adapter
| Method Detail |
|---|
public static EssConstants.EssModule[] values()
for (EssConstants.EssModule c : EssConstants.EssModule.values()) System.out.println(c);
public static EssConstants.EssModule valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||