|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use State | |
org.codehaus.cargo.container | |
org.codehaus.cargo.container.spi |
Uses of State in org.codehaus.cargo.container |
Fields in org.codehaus.cargo.container declared as State | |
static State |
State.STARTED
State when container is started. |
static State |
State.STOPPED
State when container is stopped. |
static State |
State.STARTING
State when container is starting. |
static State |
State.STOPPING
State when container is stopping. |
static State |
State.UNKNOWN
Unknown state. |
Methods in org.codehaus.cargo.container that return State | |
State |
Container.getState()
|
Uses of State in org.codehaus.cargo.container.spi |
Methods in org.codehaus.cargo.container.spi that return State | |
State |
AbstractLocalContainer.getState()
|
State |
AbstractRemoteContainer.getState()
|
Methods in org.codehaus.cargo.container.spi with parameters of type State | |
protected void |
AbstractLocalContainer.setState(State state)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |