Uses of Class
org.codehaus.cargo.container.State
-
Packages that use State Package Description org.codehaus.cargo.container org.codehaus.cargo.container.spi org.codehaus.cargo.daemon -
-
Uses of State in org.codehaus.cargo.container
Fields in org.codehaus.cargo.container declared as State Modifier and Type Field Description static State
State. STARTED
State when container is started.static State
State. STARTING
State when container is starting.static State
State. STOPPED
State when container is stopped.static State
State. STOPPED_FAILED_START
State when a container is stopped due to its start having failed.static State
State. STOPPING
State when container is stopping.static State
State. UNKNOWN
Unknown state.Methods in org.codehaus.cargo.container that return State Modifier and Type Method Description State
Container. getState()
-
Uses of State in org.codehaus.cargo.container.spi
Methods in org.codehaus.cargo.container.spi that return State Modifier and Type Method Description State
AbstractLocalContainer. getState()
State
AbstractRemoteContainer. getState()
Methods in org.codehaus.cargo.container.spi with parameters of type State Modifier and Type Method Description protected void
AbstractLocalContainer. setState(State state)
-
Uses of State in org.codehaus.cargo.daemon
Methods in org.codehaus.cargo.daemon that return State Modifier and Type Method Description State
Handle. getContainerStatus()
-