|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<State>
org.jboss.soa.esb.listeners.State
public enum State
ESB listener component state.
| Enum Constant Summary | |
|---|---|
Done_OK
|
|
Exception_thrown
|
|
Loading_parameters
|
|
Ready
|
|
Running
|
|
Shutting_down
|
|
Uninitialised
|
|
| Method Summary | |
|---|---|
int |
getCompletionCode()
Get the completion code. |
java.lang.Throwable |
getThrowable()
Get the exception. |
void |
setCompletionCode(int completionCode)
Set the completion code. |
void |
setThrowable(java.lang.Throwable thrown)
Set the exception. |
static State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static State[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final State Uninitialised
public static final State Loading_parameters
public static final State Running
public static final State Ready
public static final State Shutting_down
public static final State Done_OK
public static final State Exception_thrown
| Method Detail |
|---|
public static final State[] values()
for(State c : State.values())
System.out.println(c);
public static State 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 namepublic int getCompletionCode()
public java.lang.Throwable getThrowable()
public void setCompletionCode(int completionCode)
completionCode - The completionCode value.public void setThrowable(java.lang.Throwable thrown)
thrown - The Exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||