Uses of Interface
org.apache.servicemix.jbi.deployer.impl.Storage

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

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

Fields in org.apache.servicemix.jbi.deployer.artifacts declared as Storage
protected  Storage AbstractLifecycleJbiArtifact.storage
           
 

Constructors in org.apache.servicemix.jbi.deployer.artifacts with parameters of type Storage
ComponentImpl(org.osgi.framework.Bundle bundle, ComponentDesc componentDesc, javax.jbi.component.Component component, Storage storage, boolean autoStart, SharedLibrary[] sharedLibraries)
           
ServiceAssemblyImpl(org.osgi.framework.Bundle bundle, ServiceAssemblyDesc serviceAssemblyDesc, List<ServiceUnitImpl> serviceUnits, Storage storage, AssemblyReferencesListener listener, boolean autoStart)
           
 

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

Classes in org.apache.servicemix.jbi.deployer.impl that implement Storage
 class SimpleStorage
           
 

Methods in org.apache.servicemix.jbi.deployer.impl that return Storage
protected  Storage AbstractInstaller.getStorage()
           
 Storage Storage.getStorage(String name)
           
 Storage SimpleStorage.getStorage(String name)
           
 Storage Deployer.getStorage(String name)
           
 



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