Package | Description |
---|---|
de.esprit.appsuite.task.vm |
Contains support classes for running a new VM within as a task
|
de.esprit.appsuite.workflow.wft |
Contains support classes for building workflow tasks
|
de.esprit.netsuite.rtask |
Contains extensions for RemoteAsyncTask support
|
de.esprit.netsuite.rtask.demo.server.javacmd |
Remote task example
|
de.esprit.netsuite.rtask.demo.server.osnormal |
Remote task example
|
de.esprit.netsuite.rtask.journal |
Contains the classes implementing journalled remote tasks
|
Modifier and Type | Class and Description |
---|---|
class |
JavaCommandTask<C extends ApplicationContext>
This OS-process task runs a Java program within a separate Virtual Machine.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJavaCommandWFT<C extends ApplicationContext>
This is the base class for all
WorkflowTask implementations. |
class |
AbstractOsProcessWFT<C extends ApplicationContext>
This is the base implementation which allows an OS-process to run as a
WorkflowTask within an AbstractWorkflow . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteOsProcessTask<S extends ServerContext>
This class runs an OS-process within a remote task on the server
|
class |
RemoteJavaCommandTask<S extends ServerContext>
This OS-process task executes on server side and runs a Java program within a
separate Virtual Machine.
|
Modifier and Type | Class and Description |
---|---|
class |
ExRemoteJavaCommandTask
This Task runs the
ExRemoteJavaCommand , which simply executes a
loop until the max value (passed as cmd-line-arg) is reached. |
Modifier and Type | Class and Description |
---|---|
class |
ExRemoteOsProcessTask
This class ...
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJournalOsProcessTask<S extends ServerContext>
This is a OS-process task that runs as a reattachable
JournalTask |
Copyright © 2011 EsprIT-Systems. All Rights Reserved.