org.apache.servicemix.jbi.event
Class ServiceUnitAdapter
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceUnitAdapter
public ServiceUnitAdapter()
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.