Uses of Class
net.dpml.station.ProcessState

Packages that use ProcessState
net.dpml.station Server activation framework. 
net.dpml.station.server Process management controller implementation. 
 

Uses of ProcessState in net.dpml.station
 

Fields in net.dpml.station declared as ProcessState
static ProcessState ProcessState.IDLE
          Idle state.
static ProcessState ProcessState.STARTED
          Started state.
static ProcessState ProcessState.STARTING
          Starting state.
static ProcessState ProcessState.STOPPED
          Started state.
static ProcessState ProcessState.STOPPING
          Started state.
 

Methods in net.dpml.station that return ProcessState
 ProcessState Application.getProcessState()
          Return the current deployment state of the process.
 ProcessState ApplicationEvent.getState()
          Return the state associated with the event.
static ProcessState ProcessState.parse(String value)
          Return a state value matching the supplied value.
static ProcessState[] ProcessState.values()
          Returns an array of activation enum values.
 

Constructors in net.dpml.station with parameters of type ProcessState
ApplicationEvent(Application application, ProcessState state)
          Creation of a new application event.
 

Uses of ProcessState in net.dpml.station.server
 

Methods in net.dpml.station.server that return ProcessState
 ProcessState RemoteApplication.getProcessState()
          Return the current deployment state of the process.