org.jboss.portal.server.kernel.state
Class State

java.lang.Object
  extended by org.jboss.portal.server.kernel.state.State

public class State
extends java.lang.Object

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

UNREGISTERED

public static final State UNREGISTERED
The service implementation is not yet present.


REGISTERED

public static final State REGISTERED
The service implementation is present.


STOPPED

public static final State STOPPED
stopped == destroyed


STARTED

public static final State STARTED
The service is running


FAILED

public static final State FAILED
Failed.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object