| Package | Description |
|---|---|
| com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
| com.whitestein.lsps.engine.comm | |
| com.whitestein.lsps.wsclient.task |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAsynchronousExecutionTask
This is the base class for all tasks, which needs to perform
some heavy computing or any other long running operations.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends AsynchronousExecutionTask> |
AsynchronousExecutionMessage.getTaskClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
AsynchronousExecutionMessage.setTaskClass(Class<? extends AsynchronousExecutionTask> taskClass) |
| Constructor and Description |
|---|
AsynchronousExecutionMessage(Identifier sender,
Serializable executionData,
Class<? extends AsynchronousExecutionTask> taskClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpClientTask
This is the generic implementation of task for http calls.
|
class |
WsSoapCall
This is the generic implementation of task for web service calls.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.