org.apache.servicemix.jbi.event
Interface ServiceUnitListener
- All Superinterfaces:
- EventListener, ServiceMixListener
- All Known Implementing Classes:
- ServiceUnitAdapter
public interface ServiceUnitListener
- extends ServiceMixListener
unitDeployed
void unitDeployed(ServiceUnitEvent event)
unitStarted
void unitStarted(ServiceUnitEvent event)
unitStopped
void unitStopped(ServiceUnitEvent event)
unitShutDown
void unitShutDown(ServiceUnitEvent event)
unitUndeployed
void unitUndeployed(ServiceUnitEvent event)
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.