|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.portal.server.kernel.state.State
public class State
Service states.
| Field Summary | |
|---|---|
static State |
FAILED
Failed. |
static State |
REGISTERED
The service implementation is present. |
static State |
STARTED
The service is running |
static State |
STOPPED
stopped == destroyed |
static State |
UNREGISTERED
The service implementation is not yet present. |
| Method Summary | |
|---|---|
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 UNREGISTERED
public static final State REGISTERED
public static final State STOPPED
public static final State STARTED
public static final State FAILED
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||