Searched defs:ProcessState (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProcessState.java44 public final class ProcessState implements Serializable { class in inherits:Serializable
49 BeanInfo info = Introspector.getBeanInfo(ProcessState.class);
74 ProcessState pstate = (ProcessState)oldInstance;
121 * Creates a {@code ProcessState} instance with the given state.
140 ProcessState(int pid, State processState, method in class:ProcessState
157 * @see #ProcessState(int pid, State processState, int
161 * ProcessState.State} value with the given state name.
164 ProcessState(int pid, String processStateName, method in class:ProcessState
270 * Compares the specified object with this {@code ProcessState}
[all...]

Completed in 57 milliseconds