org.apache.servicemix.jbi.deployer.impl
Class ServiceAssemblyInstaller
java.lang.Object
org.apache.servicemix.jbi.deployer.impl.AbstractInstaller
org.apache.servicemix.jbi.deployer.impl.ServiceAssemblyInstaller
public class ServiceAssemblyInstaller
- 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 |
deletePreferences, extractBundle, getBundle, getBundleContext, getPreferences, 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 |
ServiceAssemblyInstaller
public ServiceAssemblyInstaller(Deployer deployer,
Descriptor descriptor,
java.io.File jbiArtifact,
boolean autoStart)
ServiceAssemblyInstaller
public ServiceAssemblyInstaller(Deployer deployer,
Descriptor descriptor,
DeployedAssembly deployedAssembly,
boolean autoStart)
getName
public java.lang.String getName()
- Specified by:
getName in class AbstractInstaller
getDeployedAssembly
public DeployedAssembly getDeployedAssembly()
init
public void init()
throws java.lang.Exception
- Overrides:
init in class AbstractInstaller
- Throws:
java.lang.Exception
install
public javax.management.ObjectName install()
throws javax.jbi.JBIException
- Specified by:
install in class AbstractInstaller
- Throws:
javax.jbi.JBIException
stop
public void stop(boolean force)
throws java.lang.Exception
- Specified by:
stop in class AbstractInstaller
- Throws:
java.lang.Exception
uninstall
public void uninstall(boolean force)
throws java.lang.Exception
- Specified by:
uninstall in class AbstractInstaller
- Throws:
java.lang.Exception
deploySUs
protected java.util.List<ServiceUnitImpl> deploySUs()
throws java.lang.Exception
- Throws:
java.lang.Exception
undeploy
public void undeploy()
throws javax.jbi.JBIException
- Throws:
javax.jbi.JBIException
Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.