|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Processor.State | |
|---|---|
| org.crsh | |
| Uses of Processor.State in org.crsh |
|---|
| Fields in org.crsh declared as Processor.State | |
|---|---|
private Processor.State |
Processor.Status.state
. |
| Fields in org.crsh with type parameters of type Processor.State | |
|---|---|
private LatchedFuture<Processor.State> |
Processor.ShellInvoker.result
. |
| Methods in org.crsh that return Processor.State | |
|---|---|
Processor.State |
Processor.getState()
|
Processor.State |
Processor.Status.getState()
|
Processor.State |
Processor.Result.getState()
|
static Processor.State |
Processor.State.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Processor.State[] |
Processor.State.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.crsh that return types with arguments of type Processor.State | |
|---|---|
protected abstract LatchedFuture<Processor.State> |
Processor.Task.execute()
|
| Constructors in org.crsh with parameters of type Processor.State | |
|---|---|
Processor.Status(Processor.State state,
boolean available)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||