Celequest agent APIs. Overview This package provides the APIs to extend the data extraction capabilities of the Celequest Activity Server by allowing arbitrary data sources to send data to the server. The Celequest Agent is used as the transport mechanism. The agent can handle both pollable, and event-driven data sources, by allowing the data source to implement one of the two supported intefaces. In the pollable mode, the agent calls getData on the datasource every polling interval seconds, and sends the data to the server. In the event-driven mode, the agent registers a listener with the data source, which calls the onMessage on the agent when it receives data.
| Interface | Description | |
|---|---|---|
| IAgent | IAgent is implemented by a class that extracts data from an arbitrary source and sends it to the Celequest server. | |
| IEventAgent | IEventAgent is implemented by an event-driven agent. | |
| IEventCallback | The interface IEventCallback is implemented by the Celequest agent to receive data from an IEventAgent agent. | |
| IPollingAgent | IPollingAgent is implemented by an agent and is polled at intervals seconds by the Celequest agent. | |
| IRecoverableAgent | IRecoverableAgent is implemented by a class that extracts data from an arbitrary source, sends it to the Celequest server, and is recoverable. |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/celequest/api/agent/package-detail.html