Package | Description |
---|---|
de.esprit.netsuite.client.workflow |
Contains the Workflow support classes
|
de.esprit.netsuite.rtask |
Contains extensions for RemoteAsyncTask support
|
Modifier and Type | Method and Description |
---|---|
protected RemoteTaskCreator |
AbstractEventDrivenWFT.getRemoteTaskCreator()
Should be overridden if a
RemoteTaskCreator is being used to instantiate the remote task. |
Modifier and Type | Class and Description |
---|---|
class |
CoServerBindTaskCreator<S extends ServerContext>
This class creates a
CoServerBindTask which is supposed to execute a RemoteTaskStartAgent
within a CoClientContext in order to start a remote task on the CoServer (using the given
coSrvTaskCreator for creating the task on the CoServer) |
Modifier and Type | Method and Description |
---|---|
protected abstract RemoteTaskCreator |
AbstractClientEDT.getRemoteTaskCreator()
Creates the agent that is responsible for starting the remote task.
|
Constructor and Description |
---|
CoServerBindTask(S serverCtx,
java.lang.String coServerName,
RemoteTaskCreator coSrvTaskCreator,
SessionId sessionId) |
CoServerBindTaskCreator(java.lang.String coServerName,
RemoteTaskCreator coSrvTaskCreator) |
RemoteTaskStartAgent(C clientCtx,
RemoteTaskCreator<S> taskCreator) |
RemoteTaskStartAgent(C clientCtx,
RemoteTaskCreator<S> taskCreator,
SessionId ownerId) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.