org.apache.servicemix.jbi.event
Class EndpointAdapter

java.lang.Object
  extended by org.apache.servicemix.jbi.event.EndpointAdapter
All Implemented Interfaces:
EventListener, EndpointListener, ServiceMixListener

public class EndpointAdapter
extends Object
implements EndpointListener

An abstract adapter class for receiving endpoint events. The methods in this class are empty. This class exists as a convenience for creating listener objects.

Author:
gnodet
See Also:
EndpointEvent, EndpointListener

Constructor Summary
EndpointAdapter()
           
 
Method Summary
 void externalEndpointRegistered(EndpointEvent event)
           
 void externalEndpointUnregistered(EndpointEvent event)
           
 void internalEndpointRegistered(EndpointEvent event)
           
 void internalEndpointUnregistered(EndpointEvent event)
           
 void linkedEndpointRegistered(EndpointEvent event)
           
 void linkedEndpointUnregistered(EndpointEvent event)
           
 void remoteEndpointRegistered(EndpointEvent event)
           
 void remoteEndpointUnregistered(EndpointEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointAdapter

public EndpointAdapter()
Method Detail

internalEndpointRegistered

public void internalEndpointRegistered(EndpointEvent event)
Specified by:
internalEndpointRegistered in interface EndpointListener

internalEndpointUnregistered

public void internalEndpointUnregistered(EndpointEvent event)
Specified by:
internalEndpointUnregistered in interface EndpointListener

externalEndpointRegistered

public void externalEndpointRegistered(EndpointEvent event)
Specified by:
externalEndpointRegistered in interface EndpointListener

externalEndpointUnregistered

public void externalEndpointUnregistered(EndpointEvent event)
Specified by:
externalEndpointUnregistered in interface EndpointListener

linkedEndpointRegistered

public void linkedEndpointRegistered(EndpointEvent event)
Specified by:
linkedEndpointRegistered in interface EndpointListener

linkedEndpointUnregistered

public void linkedEndpointUnregistered(EndpointEvent event)
Specified by:
linkedEndpointUnregistered in interface EndpointListener

remoteEndpointRegistered

public void remoteEndpointRegistered(EndpointEvent event)
Specified by:
remoteEndpointRegistered in interface EndpointListener

remoteEndpointUnregistered

public void remoteEndpointUnregistered(EndpointEvent event)
Specified by:
remoteEndpointUnregistered in interface EndpointListener


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.