public final class State extends Object
Modifier and Type | Field and Description |
---|---|
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.
|
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
public String toString()
public boolean isStarted()
public boolean isStopped()
public boolean isStarting()
public boolean isStopping()
Copyright © 2004-2013 Codehaus. All Rights Reserved.