org.apache.servicemix.jbi.event
Interface ServiceUnitListener

All Superinterfaces:
EventListener, ServiceMixListener
All Known Implementing Classes:
ServiceUnitAdapter

public interface ServiceUnitListener
extends ServiceMixListener


Method Summary
 void unitDeployed(ServiceUnitEvent event)
           
 void unitShutDown(ServiceUnitEvent event)
           
 void unitStarted(ServiceUnitEvent event)
           
 void unitStopped(ServiceUnitEvent event)
           
 void unitUndeployed(ServiceUnitEvent event)
           
 

Method Detail

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.