|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.talend.esb.sam.agent.serviceclient.MonitoringServiceWrapper
public class MonitoringServiceWrapper
Wraps business logic to web service logic. So web service should be changeable.
| Constructor Summary | |
|---|---|
MonitoringServiceWrapper()
|
|
| Method Summary | |
|---|---|
void |
putEvents(List<org.talend.esb.sam.common.event.Event> events)
Sends all events to the web service. |
void |
setDelayBetweenRetry(long delayBetweenRetry)
Sets the delay between retry. |
void |
setMonitoringService(org.talend.esb.sam.monitoringservice.v1.MonitoringService monitoringService)
Set by Spring. |
void |
setNumberOfRetries(int numberOfRetries)
Sets the number of retries. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MonitoringServiceWrapper()
| Method Detail |
|---|
public void setNumberOfRetries(int numberOfRetries)
numberOfRetries - the new number of retriespublic void setDelayBetweenRetry(long delayBetweenRetry)
delayBetweenRetry - the new delay between retrypublic void setMonitoringService(org.talend.esb.sam.monitoringservice.v1.MonitoringService monitoringService)
monitoringService - the new monitoring servicepublic void putEvents(List<org.talend.esb.sam.common.event.Event> events)
putEvents in interface org.talend.esb.sam.common.service.MonitoringServiceevents - the events
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||