|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.talend.esb.sam.agent.lifecycle.AbstractListenerImpl
public class AbstractListenerImpl
The Class AbstractListenerImpl implementing abstract life cycle for SAM agent event.
| Constructor Summary | |
|---|---|
AbstractListenerImpl()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractListenerImpl()
| Method Detail |
|---|
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 client
protected void processStart(org.apache.cxf.endpoint.Endpoint endpoint,
org.talend.esb.sam.common.event.EventTypeEnum eventType)
endpoint - the endpointeventType - the event type
protected void processStop(org.apache.cxf.endpoint.Endpoint endpoint,
org.talend.esb.sam.common.event.EventTypeEnum eventType)
endpoint - the endpointeventType - the event type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||