|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.cargo.container.State
public final class State
Represent the container states (started, starting, stopped, etc).
| Field Summary | |
|---|---|
static State |
STARTED
State when container is started. |
static State |
STARTING
State when container is starting. |
static State |
STOPPED
State when container is stopped. |
static State |
STOPPING
State when container is stopping. |
static State |
UNKNOWN
Unknown state. |
| Method Summary | |
|---|---|
boolean |
isStarted()
|
boolean |
isStarting()
|
boolean |
isStopped()
|
boolean |
isStopping()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final State STARTED
public static final State STOPPED
public static final State STARTING
public static final State STOPPING
public static final State UNKNOWN
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean isStarted()
public boolean isStopped()
public boolean isStarting()
public boolean isStopping()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||