Uses of Class
org.apache.servicemix.jbi.deployer.descriptor.ServiceAssemblyDesc

Packages that use ServiceAssemblyDesc
org.apache.servicemix.jbi.deployer.artifacts   
org.apache.servicemix.jbi.deployer.descriptor JBI descriptor POJOs based model. 
org.apache.servicemix.jbi.deployer.impl OSGi deployer implementation for JBI artifacts. 
 

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

Constructors in org.apache.servicemix.jbi.deployer.artifacts with parameters of type ServiceAssemblyDesc
ServiceAssemblyImpl(org.osgi.framework.Bundle bundle, ServiceAssemblyDesc serviceAssemblyDesc, java.util.List<ServiceUnitImpl> serviceUnits, org.osgi.service.prefs.Preferences prefs, AssemblyReferencesListener listener, boolean autoStart)
           
 

Uses of ServiceAssemblyDesc in org.apache.servicemix.jbi.deployer.descriptor
 

Methods in org.apache.servicemix.jbi.deployer.descriptor that return ServiceAssemblyDesc
 ServiceAssemblyDesc Descriptor.getServiceAssembly()
           
 

Methods in org.apache.servicemix.jbi.deployer.descriptor with parameters of type ServiceAssemblyDesc
 void Descriptor.setServiceAssembly(ServiceAssemblyDesc serviceAssembly)
           
 

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

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



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