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 |
AbstractSequencedAgent<C extends ClientContext,S extends ServerContext>
This agent allows for sending huge results in multiple chunks to the client.
|
class |
LoadTextFileSequencedAgent
This agent reads a text file on server side and fills a client side
TextPrintable component. |
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.