public class ProcessState extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
differs(ProcessState other) |
boolean |
equals(Object o) |
Throwable |
getCause() |
static ProcessState |
INIT() |
static ProcessState |
IO_EXCEPTION1(IOException e) |
static ProcessState |
IO_EXCEPTION2(IOException e) |
static ProcessState |
RUNNING() |
static ProcessState |
TERMINATED_OK() |
static ProcessState |
TIMEOUT() |
String |
toString() |
public static ProcessState INIT()
public static ProcessState RUNNING()
public static ProcessState TERMINATED_OK()
public static ProcessState TIMEOUT()
public static ProcessState IO_EXCEPTION1(IOException e)
public static ProcessState IO_EXCEPTION2(IOException e)
public boolean differs(ProcessState other)
public Throwable getCause()
Copyright © 2016. All Rights Reserved.