|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ProcessState.State in org.opensolaris.os.dtrace |
---|
Methods in org.opensolaris.os.dtrace that return ProcessState.State | |
---|---|
ProcessState.State |
ProcessState.getState()
Gets the process state. |
static ProcessState.State |
ProcessState.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProcessState.State[] |
ProcessState.State.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.opensolaris.os.dtrace with parameters of type ProcessState.State | |
---|---|
ProcessState(int pid,
ProcessState.State processState,
int processTerminationSignal,
java.lang.String processTerminationSignalName,
java.lang.Integer processExitStatus,
java.lang.String msg)
Creates a ProcessState instance with the given state. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |