Adobe LiveCycle Business Activity Monitoring ES API

com.celequest.api.agent
Interface IEventAgent

All Superinterfaces:
IAgent

public interface IEventAgent
extends IAgent

IEventAgent is implemented by an event-driven agent. The Celequest agent registers its listener using IEventCallback and the agent calls the onMessage method on it when it receives data.


Method Summary
 void registerListener(IEventCallback callback)
          registerListener is called by the Celequest agent to register a listener to handle data published by the the source.
 
Methods inherited from interface com.celequest.api.agent.IAgent
cleanup, close, disable, enable, getDescription, isRecoverable, open
 

Method Detail

registerListener

public void registerListener(IEventCallback callback)
registerListener is called by the Celequest agent to register a listener to handle data published by the the source.

Parameters:
callback - an IEventCallback - the onMessage method on the interface is called by the source when it has new data to be sent to the server.

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