Package | Description |
---|---|
org.codehaus.cargo.container | |
org.codehaus.cargo.container.spi |
Modifier and Type | Field and 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.STOPPING
State when container is stopping.
|
static State |
State.UNKNOWN
Unknown state.
|
Modifier and Type | Method and Description |
---|---|
State |
Container.getState() |
Modifier and Type | Method and Description |
---|---|
State |
AbstractRemoteContainer.getState() |
State |
AbstractLocalContainer.getState() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractLocalContainer.setState(State state) |
Copyright © 2004-2013 Codehaus. All Rights Reserved.