Uses of Class
org.apache.servicemix.jbi.framework.ServiceUnitLifeCycle

Packages that use ServiceUnitLifeCycle
org.apache.servicemix.jbi.event Event and listeners definitions that can be registered in the JBI container. 
org.apache.servicemix.jbi.framework Component Framwork - internal representations of Components and registries for end points, service units etc Provides standard Installation and Deployment services 
 

Uses of ServiceUnitLifeCycle in org.apache.servicemix.jbi.event
 

Methods in org.apache.servicemix.jbi.event that return ServiceUnitLifeCycle
 ServiceUnitLifeCycle ServiceUnitEvent.getServiceUnit()
           
 

Constructors in org.apache.servicemix.jbi.event with parameters of type ServiceUnitLifeCycle
ServiceUnitEvent(ServiceUnitLifeCycle unit, int type)
           
 

Uses of ServiceUnitLifeCycle in org.apache.servicemix.jbi.framework
 

Methods in org.apache.servicemix.jbi.framework that return ServiceUnitLifeCycle
 ServiceUnitLifeCycle[] Registry.getDeployedServiceUnits(String componentName)
          Returns a list of Service Units that are currently deployed to the given component.
 ServiceUnitLifeCycle[] ServiceAssemblyLifeCycle.getDeployedSUs()
           
 ServiceUnitLifeCycle Registry.getServiceUnit(String suKey)
          Get a ServiceUnit by its key.
 

Methods in org.apache.servicemix.jbi.framework that return types with arguments of type ServiceUnitLifeCycle
 Collection<ServiceUnitLifeCycle> Registry.getServiceUnits()
          Return a list of all service units.
 

Methods in org.apache.servicemix.jbi.framework with parameters of type ServiceUnitLifeCycle
protected  void ServiceAssemblyLifeCycle.setServiceUnits(ServiceUnitLifeCycle[] serviceUnits)
           
protected  void DeploymentService.undeployServiceUnit(ServiceUnitLifeCycle su)
           
 



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