Package | Description |
---|---|
de.esprit.netsuite.netdata.agent |
Contains base classes for implementing custom network agents
|
de.esprit.netsuite.netdata.agent.database |
Contains database related network agents for reading/writing records from/to the database
|
de.esprit.netsuite.netdata.agent.test |
Contains network agents for testing purposes only
|
Modifier and Type | Class and Description |
---|---|
class |
LoadTextFileSequencedAgent
This agent reads a text file on server side and fills a client side
TextPrintable component. |
Modifier and Type | Method and Description |
---|---|
protected NetMessage |
AbstractSequencedAgent.createNetMessage(AbstractSequencedAgent copiedAgent)
By default this method creates a NetMessage of type AGENT_MESSAGE
which is set to be session-private an thus sent back to the calling client only.
|
Modifier and Type | Class and Description |
---|---|
class |
DBLoadAgent
This agent reads records from the database and sends them in multiple chunks
to the client
|
Modifier and Type | Class and Description |
---|---|
class |
MessageBurstSequencedAgent
This agent sends a burst of messages to all clients just for testing purposes.
|
class |
SequencedParamAgent
This agent demonstrates the usage of client side agent parameters, which are stored in a client
cache.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.