Uses of Class
org.apache.servicemix.jbi.deployment.ServiceUnit

Packages that use ServiceUnit
org.apache.servicemix.jbi.deployment   
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 ServiceUnit in org.apache.servicemix.jbi.deployment
 

Methods in org.apache.servicemix.jbi.deployment that return ServiceUnit
 ServiceUnit[] ServiceAssembly.getServiceUnits()
           
 

Methods in org.apache.servicemix.jbi.deployment with parameters of type ServiceUnit
 void ServiceAssembly.setServiceUnits(ServiceUnit[] serviceUnits)
           
 

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

Methods in org.apache.servicemix.jbi.framework with parameters of type ServiceUnit
protected  void DeploymentService.checkSus(File saDirectory, ServiceUnit[] sus)
           
 String Registry.registerServiceUnit(ServiceUnit su, String saName, File suDir)
          Register a ServiceUnit.
 

Constructors in org.apache.servicemix.jbi.framework with parameters of type ServiceUnit
ServiceUnitLifeCycle(ServiceUnit serviceUnit, String serviceAssembly, Registry registry, File rootDir)
           
 



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