| Package | Description |
|---|---|
| de.esprit.netsuite.netdata.agent |
Contains base classes for implementing custom network agents
|
| de.esprit.netsuite.rtask |
Contains extensions for RemoteAsyncTask support
|
| de.esprit.netsuite.rtask.journal |
Contains the classes implementing journalled remote tasks
|
| Constructor and Description |
|---|
AgentId(SessionId sessId,
java.lang.String agentName,
RemoteTaskType taskType) |
| Modifier and Type | Class and Description |
|---|---|
class |
AgentTaskType
Defines the various types of agent tasks.
|
| Modifier and Type | Field and Description |
|---|---|
static RemoteTaskType |
RemoteTaskType.CO_CLIENT_BIND_TASK |
static RemoteTaskType |
RemoteTaskType.REMOTE_JAVA_VM |
static RemoteTaskType |
RemoteTaskType.REMOTE_OS_PROCESS |
static RemoteTaskType |
RemoteTaskType.REMOTE_TASK |
static RemoteTaskType |
RemoteTaskType.SERVER_BATCH_TASK |
| Constructor and Description |
|---|
AbstractRemoteOsProcessTask(S serverCtx,
LogChannel logCh,
java.lang.String taskName,
RemoteTaskType taskType,
SessionId sessionId) |
AbstractRemoteTask(S serverCtx,
LogChannel logCh,
RemoteTaskType taskType,
SessionId sessionId) |
AbstractRemoteTask(S serverCtx,
LogChannel logCh,
java.lang.String taskName,
RemoteTaskType taskType,
SessionId sessionId) |
AbstractRemoteTask(S serverCtx,
RemoteTaskType taskType,
SessionId sessionId) |
AbstractRemoteTask(S serverCtx,
java.lang.String taskName,
RemoteTaskType taskType,
SessionId sessionId) |
| Constructor and Description |
|---|
AbstractJournalOsProcessTask(S serverCtx,
LogChannel logCh,
java.lang.String taskName,
RemoteTaskType taskType,
SessionId sessionId) |
AbstractJournalTask(S serverCtx,
LogChannel logCh,
RemoteTaskType taskType,
SessionId sessionId) |
AbstractJournalTask(S serverCtx,
LogChannel logCh,
java.lang.String taskName,
RemoteTaskType taskType,
SessionId sessionId) |
AbstractJournalTask(S serverCtx,
java.lang.String taskName,
RemoteTaskType taskType,
SessionId sessionId) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.