Package | Description |
---|---|
de.esprit.netsuite.client |
Contains classes that make up the Client of a dual-port server
|
de.esprit.netsuite.client.gui.rtask |
Contains GUI components dealing with remote tasks
|
de.esprit.netsuite.client.tool.sess |
Contains classes for moitoring sessions
|
de.esprit.netsuite.netdata.agent |
Contains base classes for implementing custom network agents
|
de.esprit.netsuite.netdata.agent.internal |
Contains network agents for internal useage only
|
de.esprit.netsuite.netdata.command |
Contains a collection of standard ClientCommands
|
de.esprit.netsuite.rtask |
Contains extensions for RemoteAsyncTask support
|
de.esprit.netsuite.rtask.journal |
Contains the classes implementing journalled remote tasks
|
de.esprit.netsuite.server.batch |
Contains classes that implement and manage the available server processes
|
de.esprit.netsuite.server.core |
Contains basic server core classes
|
de.esprit.netsuite.server.cpu |
Contains classes of the positioner tool (MVC-demo)
|
Modifier and Type | Method and Description |
---|---|
boolean |
ClientTaskManager.cancelTask(RemoteTaskId taskId,
SessionId sessId)
Sends a
RemoteTaskCancelAgent in order to cancel the remote task on the server. |
boolean |
ClientContext.cancelTask(RemoteTaskId taskId,
SessionId sessId)
Sends a
RemoteTaskCancelAgent in order to cancel the remote task on the server. |
Constructor and Description |
---|
RemoteTaskProgessSwitchAgent(C clientCtx,
RemoteTaskId taskId,
boolean isDoProgress) |
Modifier and Type | Method and Description |
---|---|
RemoteTaskId |
RunningRemoteTasksList.getSeletedRemoteTaskId() |
Modifier and Type | Class and Description |
---|---|
class |
AgentId
The AgentId object provides a globally unique agent identifier which is used to identify an
asynchronously running agent on the server (i.e. for canceling).
|
class |
SequencedAgentId
This is the AgentId of a sequence agent.
|
class |
StreamAgentId
This is a special agentId used by
FileStreamDownloadAgent |
class |
TransferAgentId
This is a special AgentId used by
FileTransferAgent |
Modifier and Type | Method and Description |
---|---|
java.util.List<RemoteTaskId> |
GetRunningRemoteTasksAgent.getTaskIds() |
Constructor and Description |
---|
CancelRemoteTaskCommand(SessionId fromSessId,
SessionId toSessId,
RemoteTaskId agentId) |
Modifier and Type | Method and Description |
---|---|
RemoteTaskId |
RemoteTaskId.clone() |
protected RemoteTaskId |
AbstractRemoteTask.createTaskId() |
RemoteTaskId |
RemoteTaskStartAgent.getRemoteTaskId() |
RemoteTaskId |
AbstractClientEDT.getRemoteTaskId()
Returns the
RemoteTaskId of the remotely running task as received within the RemoteTaskStartAgent
. |
RemoteTaskId |
RemoteTaskStatusEvent.getTaskId() |
RemoteTaskId |
RemoteTaskEvent.getTaskId() |
RemoteTaskId |
RemoteTask.getTaskId()
Returns the
RemoteTaskId of this task |
RemoteTaskId |
RemoteRunStateFlag.getTaskId() |
RemoteTaskId |
AbstractRemoteTask.getTaskId() |
RemoteTaskId |
AbstractRemoteOsProcessTask.getTaskId() |
RemoteTaskId |
RemoteTask.submit()
Submits this task for execution into the default application thread pool
|
RemoteTaskId |
AbstractRemoteTask.submit() |
RemoteTaskId |
AbstractRemoteOsProcessTask.submit() |
RemoteTaskId |
RemoteTask.submit(java.util.concurrent.ExecutorService pool)
Submits this task for execution into the given thread pool
|
RemoteTaskId |
AbstractRemoteTask.submit(java.util.concurrent.ExecutorService pool) |
RemoteTaskId |
AbstractRemoteOsProcessTask.submit(java.util.concurrent.ExecutorService pool) |
Constructor and Description |
---|
RemoteTaskCancelAgent(ClientContext clientCtx,
RemoteTaskId taskIdToCancel,
SessionId killerId) |
RemoteTaskEventProcessor(RemoteTaskId remoteTaskId,
RemoteTaskEventReceiver receivingTask) |
RemoteTaskEventQueue(ClientContext clientCtx,
RemoteTaskId taskId) |
RemoteTaskReleaseAgent(C clientCtx,
RemoteTaskId remoteTaskId,
boolean isRunningJournalTask) |
RemoteTaskStatusEvent(RemoteTaskId taskId,
RunState state) |
Modifier and Type | Class and Description |
---|---|
class |
JournalTaskId
This is a TaskId of an AsyncTask instance that runs on the server
and is associated to a particular client that started it.
|
Modifier and Type | Method and Description |
---|---|
RemoteTaskId |
AbstractBatchTask.submitForDirectExecution(SessionId sessionId)
Runs this task immediately in to the
BatchTaskExecutor . |
Modifier and Type | Method and Description |
---|---|
java.util.List<RemoteTaskId> |
ServerTaskManager.findRemoteTaskIds()
Returns the TaskIds of all currently running
RemoteTask s except those with JournalTaskId s. |
Modifier and Type | Method and Description |
---|---|
boolean |
ServerTaskManager.cancelRemoteTask(RemoteTaskId taskId,
SessionId killerId) |
Modifier and Type | Method and Description |
---|---|
protected RemoteTaskId |
AgentExecutorTask.createTaskId()
Overridden to 'abuse' the AgentId as TaskId.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.