public class AbstractListenerImpl extends Object
| Constructor and Description |
|---|
AbstractListenerImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processStart(org.apache.cxf.endpoint.Endpoint endpoint,
org.talend.esb.sam.common.event.EventTypeEnum eventType)
Process start.
|
protected void |
processStop(org.apache.cxf.endpoint.Endpoint endpoint,
org.talend.esb.sam.common.event.EventTypeEnum eventType)
Process stop.
|
void |
setMonitoringServiceClient(org.talend.esb.sam.common.service.MonitoringService monitoringServiceClient)
Sets the monitoring service client.
|
void |
setQueue(Queue<org.talend.esb.sam.common.event.Event> queue)
Sets the queue.
|
void |
setSendLifecycleEvent(boolean sendLifecycleEvent)
Sets the lifecycle event for sending.
|
public void setSendLifecycleEvent(boolean sendLifecycleEvent)
sendLifecycleEvent - the new lifecycle eventpublic void setQueue(Queue<org.talend.esb.sam.common.event.Event> queue)
queue - the new queuepublic void setMonitoringServiceClient(org.talend.esb.sam.common.service.MonitoringService monitoringServiceClient)
monitoringServiceClient - the new monitoring service clientprotected void processStart(org.apache.cxf.endpoint.Endpoint endpoint,
org.talend.esb.sam.common.event.EventTypeEnum eventType)
endpoint - the endpointeventType - the event typeprotected void processStop(org.apache.cxf.endpoint.Endpoint endpoint,
org.talend.esb.sam.common.event.EventTypeEnum eventType)
endpoint - the endpointeventType - the event typeCopyright © 2011–2015 Talend Inc.. All rights reserved.