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.

Author:
Ian Springer

Method Summary
 void mergeEventReport(org.rhq.core.domain.event.transfer.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(org.rhq.core.domain.event.transfer.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-2012 Red Hat, Inc.. All Rights Reserved.