org.apache.servicemix.jbi.event
Class ServiceUnitAdapter

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

public class ServiceUnitAdapter
extends Object
implements ServiceUnitListener

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

Author:
gnodet
See Also:
ServiceUnitEvent, ServiceUnitListener

Constructor Summary
ServiceUnitAdapter()
           
 
Method Summary
 void unitDeployed(ServiceUnitEvent event)
           
 void unitShutDown(ServiceUnitEvent event)
           
 void unitStarted(ServiceUnitEvent event)
           
 void unitStopped(ServiceUnitEvent event)
           
 void unitUndeployed(ServiceUnitEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceUnitAdapter

public ServiceUnitAdapter()
Method Detail

unitDeployed

public void unitDeployed(ServiceUnitEvent event)
Specified by:
unitDeployed in interface ServiceUnitListener

unitStarted

public void unitStarted(ServiceUnitEvent event)
Specified by:
unitStarted in interface ServiceUnitListener

unitStopped

public void unitStopped(ServiceUnitEvent event)
Specified by:
unitStopped in interface ServiceUnitListener

unitShutDown

public void unitShutDown(ServiceUnitEvent event)
Specified by:
unitShutDown in interface ServiceUnitListener

unitUndeployed

public void unitUndeployed(ServiceUnitEvent event)
Specified by:
unitUndeployed in interface ServiceUnitListener


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