org.rhq.core.clientapi.server.event
Interface EventServerService


public interface EventServerService

The Server-side interface that provides access to the Event reporting facilities. Agents will use this interface to report new Events to the Server.


Method Summary
 void mergeEventReport(EventReport report)
          This method is called when new Events are to be reported from an Agent to the Server.
 

Method Detail

mergeEventReport

@Asynchronous(guaranteedDelivery=true)
void mergeEventReport(EventReport report)
This method is called when new Events are to be reported from an Agent to the Server.

Parameters:
report - the report containing the Events


Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.