public final class IndeterminateProcessStatus extends Object implements ProcessStatus
| Modifier and Type | Field and Description |
|---|---|
static IndeterminateProcessStatus |
STATUS
Eine Instanz dieser Klasse.
|
| Constructor and Description |
|---|
IndeterminateProcessStatus() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrent()
Der aktuelle Status.
|
int |
getMax()
Die maximale Länge der Prozess.
|
String |
getMessage()
Eine Nachricht zum aktuellen Zustand.
|
int |
getMin()
Die minimale Länge des Prozess.
|
boolean |
isIndeterminate()
Nicht deterministisch?
|
public static final IndeterminateProcessStatus STATUS
public boolean isIndeterminate()
ProcessStatusisIndeterminate in interface ProcessStatusisIndeterminate()public int getMax()
ProcessStatusgetMax in interface ProcessStatusgetMax()public int getMin()
ProcessStatusgetMin in interface ProcessStatusgetMin()public int getCurrent()
ProcessStatusgetCurrent in interface ProcessStatusgetCurrent()public String getMessage()
ProcessStatusgetMessage in interface ProcessStatusProcessStatus.getMessage()Copyright © 2014–2015. All rights reserved.