public interface EventServerService
Event reporting facilities. Agents will use this
interface to report new Events to the Server.| Modifier and Type | Method and Description |
|---|---|
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. |
@Asynchronous(guaranteedDelivery=true) void mergeEventReport(org.rhq.core.domain.event.transfer.EventReport report)
Events are to be reported from an Agent to the Server.report - the report containing the EventsCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.