Uses of Interface
org.apache.servicemix.jbi.deployer.SharedLibrary

Packages that use SharedLibrary
org.apache.servicemix.jbi.deployer Contains interfaces defining Services associated to JBI artifacts. 
org.apache.servicemix.jbi.deployer.artifacts   
org.apache.servicemix.jbi.deployer.impl OSGi deployer implementation for JBI artifacts. 
 

Uses of SharedLibrary in org.apache.servicemix.jbi.deployer
 

Methods in org.apache.servicemix.jbi.deployer that return SharedLibrary
 SharedLibrary[] Component.getSharedLibraries()
          Retrieve the Shared Libraries used by this component
 

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

Classes in org.apache.servicemix.jbi.deployer.artifacts that implement SharedLibrary
 class SharedLibraryImpl
          SharedLibrary object
 

Methods in org.apache.servicemix.jbi.deployer.artifacts that return SharedLibrary
 SharedLibrary[] ComponentImpl.getSharedLibraries()
           
 

Constructors in org.apache.servicemix.jbi.deployer.artifacts with parameters of type SharedLibrary
ComponentImpl(org.osgi.framework.Bundle bundle, ComponentDesc componentDesc, javax.jbi.component.Component component, org.osgi.service.prefs.Preferences prefs, boolean autoStart, SharedLibrary[] sharedLibraries)
           
 

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

Methods in org.apache.servicemix.jbi.deployer.impl with parameters of type SharedLibrary
protected  java.lang.ClassLoader ComponentInstaller.createClassLoader(org.osgi.framework.Bundle bundle, java.lang.String name, java.lang.String[] classPathNames, boolean parentFirst, SharedLibrary[] sharedLibs)
           
 ComponentImpl Deployer.registerComponent(org.osgi.framework.Bundle bundle, ComponentDesc componentDesc, javax.jbi.component.Component innerComponent, SharedLibrary[] sharedLibraries)
           
protected  void Deployer.unregisterSharedLibrary(SharedLibrary library)
           
 



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