|
Adobe LiveCycle Business Activity Monitoring ES API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
acknowledge is called by VCAgent when the server sucessfully
receives the data sent by the agent.
cleanup is called to allow the source to clean up
after the agent has transmitted the data to the server.
close closes the source.
disable is called when a DISABLE request is received
from the Celequest server.
enable enables the source.
getData is called by the agent every polling
interval.
getDescription provides an arbitrary description of
the source.
IAgent is implemented by a class that extracts data from
an arbitrary source and sends it to the Celequest server.IEventAgent is implemented by an event-driven agent.IEventCallback is implemented by the
Celequest agent to receive data from an IEventAgent agent.IPollingAgent is implemented by an agent and is polled at
intervals seconds by the Celequest agent.IRecoverableAgent is implemented by a class that extracts data
from an arbitrary source, sends it to the Celequest server, and is recoverable.true if the value is null.
isRecoverable states whether the agent is recoverable.
aggregateState2 (which aggregates a subset of
values) from aggregateState1.
aggregateState2 into aggregateState1
For example, for the AVG set function, this method may add the two
partial sums and the two partial counts.
onMessage is called by the source when it receives
new data; for example, from a publish-subscribe messaging
system.
open is called by the Celequest agent to open the source.
registerListener is called by the Celequest agent to
register a listener to handle data published by the the source.
|
Adobe LiveCycle Business Activity Monitoring ES API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||