| Modifier and Type | Field and Description |
|---|---|
static ProcessState |
ProcessState.FINISHED |
static ProcessState |
ProcessState.RUNNING |
static ProcessState |
ProcessState.SLEEPING |
ProcessState |
ProcessStateHolder.value |
static ProcessState |
ProcessState.WAITING |
| Modifier and Type | Method and Description |
|---|---|
static ProcessState |
ProcessStateHelper.extract(org.omg.CORBA.Any any) |
static ProcessState |
ProcessState.from_int(int value) |
static ProcessState |
ProcessStateHelper.read(org.omg.CORBA.portable.InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ProcessStateHelper.insert(org.omg.CORBA.Any any,
ProcessState s) |
static void |
ProcessStateHelper.write(org.omg.CORBA.portable.OutputStream out,
ProcessState s) |
| Constructor and Description |
|---|
ProcessStateHolder(ProcessState initial) |
Copyright © 2015. All Rights Reserved.