|
Adobe LiveCycle Business Activity Monitoring ES API | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Interface Summary | |
| 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. |
Celequest agent APIs.
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.
|
Adobe LiveCycle Business Activity Monitoring ES API | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||