Package | Description |
---|---|
de.esprit.netsuite.client |
Contains classes that make up the Client of a dual-port server
|
de.esprit.netsuite.client.activity.agent |
Contains Agent activity monitoring classes
|
de.esprit.netsuite.client.activity.transfer |
Contains Transfer activity monitoring classes
|
de.esprit.netsuite.netdata.agent |
Contains base classes for implementing custom network agents
|
de.esprit.netsuite.netdata.agent.internal.transfer |
Contains Agents dealing with file transfers
|
de.esprit.netsuite.netdata.transfer |
Contains base classes for file transfers
|
de.esprit.netsuite.server.cpu |
Contains classes of the positioner tool (MVC-demo)
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<AgentId,PropertyMap> |
ClientContext.getAgentParamsCache()
Returns a general purpose HashMap that can be used by agents for caching parameters
|
Modifier and Type | Method and Description |
---|---|
AgentId |
ActiveAgentsListModel.getAgentId(int index) |
Modifier and Type | Method and Description |
---|---|
AsyncAgent |
ActiveAgentsListModel.findAgentById(AgentId id) |
void |
ActiveAgentsListModel.removeAgentById(AgentId agentId) |
Modifier and Type | Method and Description |
---|---|
AgentId |
IOFileDownstreamConnection.getAgentId() |
AgentId |
FileTransferClientTask.getAgentId() |
AgentId |
DownloadStream.getAgentId() |
AgentId |
DownloadReader.getAgentId() |
Constructor and Description |
---|
FileTransferClientTask(C clientCtx,
AgentId agentId) |
Modifier and Type | Class and Description |
---|---|
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 |
---|---|
AgentId |
AgentId.clone() |
protected AgentId |
AbstractSequencedAgent.createAgentId(SessionId sessId) |
AgentId |
Agent.getAgentId()
Returns a server side unique identifier.
|
Modifier and Type | Method and Description |
---|---|
protected AgentId |
FileTransferAgent.createAgentId(SessionId sessId) |
protected AgentId |
FileStreamDownloadAgent.createAgentId(SessionId sessId) |
Constructor and Description |
---|
MissingJobException(AgentId agentId) |
Constructor and Description |
---|
FileTransferJobList(AgentId agentId,
boolean isTransferZipped) |
JobId(AgentId agentId) |
StreamJobId(AgentId agentId) |
TransferJobId(AgentId agentId) |
Modifier and Type | Method and Description |
---|---|
AgentId |
AgentExecutorTask.getAgentId() |
Constructor and Description |
---|
AgentExecutionTimeoutException(java.lang.Throwable cause,
AgentId agentId,
long seconds) |
ServerTooBusyException(java.lang.Exception cause,
AgentId agentId) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.