org.apache.servicemix.jbi.deployer.impl
Class SharedLibraryInstaller
java.lang.Object
org.apache.servicemix.jbi.deployer.impl.AbstractInstaller
org.apache.servicemix.jbi.deployer.impl.SharedLibraryInstaller
public class SharedLibraryInstaller
- extends AbstractInstaller
| Fields inherited from class org.apache.servicemix.jbi.deployer.impl.AbstractInstaller |
autoStart, bundle, deployer, descriptor, installRoot, isFirstInstall, isModified, jbiArtifact, LAST_INSTALL, logger, uninstallFromOsgi |
| Methods inherited from class org.apache.servicemix.jbi.deployer.impl.AbstractInstaller |
deleteStorage, extractBundle, getBundle, getBundleContext, getStorage, init, installBundle, isAutoStart, isUninstallFromOsgi, postInstall, setAutoStart, setBundle, setUninstallFromOsgi, uninstallBundle |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SharedLibraryInstaller
public SharedLibraryInstaller(Deployer deployer,
Descriptor descriptor,
File jbiArtifact,
boolean autoStart)
getName
public String getName()
- Specified by:
getName in class AbstractInstaller
install
public ObjectName install()
throws javax.jbi.JBIException
- Specified by:
install in class AbstractInstaller
- Throws:
javax.jbi.JBIException
uninstall
public void uninstall()
throws javax.jbi.JBIException
- Throws:
javax.jbi.JBIException
stop
public void stop(boolean force)
throws Exception
- Specified by:
stop in class AbstractInstaller
- Throws:
Exception
uninstall
public void uninstall(boolean force)
throws Exception
- Specified by:
uninstall in class AbstractInstaller
- Throws:
Exception
createClassLoader
protected ClassLoader createClassLoader()
Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.