Package | Description |
---|---|
de.esprit.appsuite.gui.task |
Contains GUI support classes for async tasks
|
de.esprit.appsuite.task |
Contains basic classes that make up the AsyncTask framework
|
de.esprit.appsuite.task.monitor |
Contains support classes for monitoring async tasks
|
de.esprit.netsuite.client.evgate |
Contains special gates for awaiting events
|
de.esprit.netsuite.netdata.event |
Contains serializable events that are sent by the server
|
de.esprit.netsuite.rtask |
Contains extensions for RemoteAsyncTask support
|
Modifier and Type | Method and Description |
---|---|
boolean |
SwingTaskMonitor.accept(RunState stateFlag)
|
Modifier and Type | Method and Description |
---|---|
RunState |
TaskEvent.getRunState() |
RunState |
RunStateFlag.getRunState() |
static RunState |
TaskUtil.resultingRunStateOf(RunStateFlag flag)
Return the resulting
RunState of a RunStateFlag of a finished task. |
static RunState |
RunState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RunState[] |
RunState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TaskMonitor.accept(RunState state)
Tells whether the monitor wants to be notified about this
RunState . |
boolean |
AbstractTaskMonitor.accept(RunState state) |
Constructor and Description |
---|
RemoteTaskEventGate(C clientCtx,
RunState expectedRunState) |
Modifier and Type | Method and Description |
---|---|
RunState |
RunStateStatusEvent.getRunState() |
Constructor and Description |
---|
RunStateStatusEvent(NetMessageType msgType,
RunState runState) |
RunStateStatusEvent(NetMessageType msgType,
RunState runState,
java.lang.Exception error) |
RunStateStatusEvent(NetMessageType msgType,
RunState runState,
java.lang.String progressMessage) |
RunStateStatusEvent(NetMessageType msgType,
RunState runState,
java.lang.String message,
java.lang.Exception error) |
Constructor and Description |
---|
RemoteTaskStatusEvent(RemoteTaskId taskId,
RunState state) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.