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

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

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

Methods in org.apache.servicemix.jbi.deployer.artifacts that return ServiceAssemblyImpl
protected  ServiceAssemblyImpl ServiceUnitImpl.getServiceAssemblyImpl()
           
 

Methods in org.apache.servicemix.jbi.deployer.artifacts that return types with arguments of type ServiceAssemblyImpl
 Set<ServiceAssemblyImpl> ComponentImpl.getServiceAssemblies()
           
 

Methods in org.apache.servicemix.jbi.deployer.artifacts with parameters of type ServiceAssemblyImpl
protected  void ServiceUnitImpl.setServiceAssemblyImpl(ServiceAssemblyImpl serviceAssembly)
           
 

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

Methods in org.apache.servicemix.jbi.deployer.impl that return ServiceAssemblyImpl
 ServiceAssemblyImpl Deployer.getServiceAssembly(String name)
           
 ServiceAssemblyImpl Deployer.registerServiceAssembly(org.osgi.framework.Bundle bundle, ServiceAssemblyDesc serviceAssemblyDesc, List<ServiceUnitImpl> sus)
           
 

Methods in org.apache.servicemix.jbi.deployer.impl that return types with arguments of type ServiceAssemblyImpl
 Map<String,ServiceAssemblyImpl> Deployer.getServiceAssemblies()
           
 

Methods in org.apache.servicemix.jbi.deployer.impl with parameters of type ServiceAssemblyImpl
protected  void Deployer.unregisterServiceAssembly(ServiceAssemblyImpl assembly)
           
 



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