Adobe LiveCycle Business Activity Monitoring ES API

Package com.celequest.api.agent

Celequest agent APIs.

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.
 

Package com.celequest.api.agent Description

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.

Since:
2.5

Adobe LiveCycle Business Activity Monitoring ES API

Copyright © 2004-2007 Adobe Systems Incorporated. All rights reserved.
Copyright © 2002-2007 Celequest Corp. All Rights Reserved.

Take a survey