org.talend.esb.sam.agent.lifecycle
Class AbstractListenerImpl
java.lang.Object
org.talend.esb.sam.agent.lifecycle.AbstractListenerImpl
- Direct Known Subclasses:
- ClientListenerImpl, ServiceListenerImpl
public class AbstractListenerImpl
- extends Object
|
Method Summary |
protected void |
processStart(org.apache.cxf.endpoint.Endpoint endpoint,
org.talend.esb.sam.common.event.EventTypeEnum eventType)
|
protected void |
processStop(org.apache.cxf.endpoint.Endpoint endpoint,
org.talend.esb.sam.common.event.EventTypeEnum eventType)
|
void |
setMonitoringServiceClient(org.talend.esb.sam.common.service.MonitoringService monitoringServiceClient)
|
void |
setQueue(Queue<org.talend.esb.sam.common.event.Event> queue)
|
void |
setSendLifecycleEvent(boolean sendLifecycleEvent)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractListenerImpl
public AbstractListenerImpl()
setSendLifecycleEvent
public void setSendLifecycleEvent(boolean sendLifecycleEvent)
setQueue
public void setQueue(Queue<org.talend.esb.sam.common.event.Event> queue)
setMonitoringServiceClient
public void setMonitoringServiceClient(org.talend.esb.sam.common.service.MonitoringService monitoringServiceClient)
processStart
protected void processStart(org.apache.cxf.endpoint.Endpoint endpoint,
org.talend.esb.sam.common.event.EventTypeEnum eventType)
processStop
protected void processStop(org.apache.cxf.endpoint.Endpoint endpoint,
org.talend.esb.sam.common.event.EventTypeEnum eventType)
Copyright © 2011 Talend Inc.. All Rights Reserved.