Uses of Class
org.apache.servicemix.jbi.deployer.artifacts.ServiceUnitImpl

Packages that use ServiceUnitImpl
org.apache.servicemix.jbi.deployer.artifacts   
org.apache.servicemix.jbi.deployer.impl OSGi deployer implementation for JBI artifacts. 
 

Uses of ServiceUnitImpl in org.apache.servicemix.jbi.deployer.artifacts
 

Methods in org.apache.servicemix.jbi.deployer.artifacts that return types with arguments of type ServiceUnitImpl
 List<ServiceUnitImpl> ServiceAssemblyImpl.getServiceUnitsList()
           
 

Methods in org.apache.servicemix.jbi.deployer.artifacts with parameters of type ServiceUnitImpl
 void ComponentImpl.addServiceUnit(ServiceUnitImpl serviceUnit)
           
protected  void ServiceAssemblyImpl.changeState(ServiceUnitImpl su, org.apache.servicemix.jbi.deployer.artifacts.ServiceAssemblyImpl.Action action)
           
 void ComponentImpl.removeServiceUnit(ServiceUnitImpl serviceUnit)
           
 

Constructor parameters in org.apache.servicemix.jbi.deployer.artifacts with type arguments of type ServiceUnitImpl
ServiceAssemblyImpl(org.osgi.framework.Bundle bundle, ServiceAssemblyDesc serviceAssemblyDesc, List<ServiceUnitImpl> serviceUnits, Storage storage, AssemblyReferencesListener listener, boolean autoStart)
           
 

Uses of ServiceUnitImpl in org.apache.servicemix.jbi.deployer.impl
 

Methods in org.apache.servicemix.jbi.deployer.impl that return ServiceUnitImpl
 ServiceUnitImpl Deployer.createServiceUnit(ServiceUnitDesc sud, File suRootDir, ComponentImpl component)
           
 

Methods in org.apache.servicemix.jbi.deployer.impl that return types with arguments of type ServiceUnitImpl
protected  List<ServiceUnitImpl> ServiceAssemblyInstaller.deploySUs()
           
 

Method parameters in org.apache.servicemix.jbi.deployer.impl with type arguments of type ServiceUnitImpl
 ServiceAssemblyImpl Deployer.registerServiceAssembly(org.osgi.framework.Bundle bundle, ServiceAssemblyDesc serviceAssemblyDesc, List<ServiceUnitImpl> sus)
           
 



Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.