org.talend.esb.sam.server.service
Class MonitoringWebService
java.lang.Object
org.talend.esb.sam.server.service.MonitoringWebService
- All Implemented Interfaces:
- org.talend.esb.sam.monitoringservice.v1.MonitoringService
public class MonitoringWebService
- extends Object
- implements org.talend.esb.sam.monitoringservice.v1.MonitoringService
The Class MonitoringWebService is implementing the monitoring service.
|
Method Summary |
String |
putEvents(List<org.talend.esb.sam._2011._03.common.EventType> eventTypes)
|
void |
setMonitoringService(org.talend.esb.sam.common.service.MonitoringService monitoringService)
Sets the monitoring service. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MonitoringWebService
public MonitoringWebService()
setMonitoringService
public void setMonitoringService(org.talend.esb.sam.common.service.MonitoringService monitoringService)
- Sets the monitoring service.
- Parameters:
monitoringService - the new monitoring service
putEvents
public String putEvents(List<org.talend.esb.sam._2011._03.common.EventType> eventTypes)
throws org.talend.esb.sam.monitoringservice.v1.PutEventsFault
- Specified by:
putEvents in interface org.talend.esb.sam.monitoringservice.v1.MonitoringService
- Throws:
org.talend.esb.sam.monitoringservice.v1.PutEventsFault
Copyright © 2011–2013 Talend Inc.. All rights reserved.