|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.osgi.deployment.deployer.SystemDeployerService
public class SystemDeployerService
A DeployerService that installs/uninstalls the bundles directly on the OSGi framework.
| Constructor Summary | |
|---|---|
SystemDeployerService(org.osgi.framework.BundleContext context)
|
|
| Method Summary | |
|---|---|
org.osgi.framework.Bundle |
deploy(Deployment dep)
Deploy a bundle |
void |
deploy(Deployment[] depArr)
Deploy an array of bundles |
protected org.osgi.framework.Bundle |
installBundle(Deployment dep)
|
org.osgi.framework.Bundle |
undeploy(Deployment dep)
Undeploy a bundle |
void |
undeploy(Deployment[] depArr)
Undeploy an array of bundles |
protected void |
uninstallBundle(Deployment dep,
org.osgi.framework.Bundle bundle)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SystemDeployerService(org.osgi.framework.BundleContext context)
| Method Detail |
|---|
public org.osgi.framework.Bundle deploy(Deployment dep)
throws org.osgi.framework.BundleException
DeployerService
deploy in interface DeployerServiceorg.osgi.framework.BundleException
public org.osgi.framework.Bundle undeploy(Deployment dep)
throws org.osgi.framework.BundleException
DeployerService
undeploy in interface DeployerServiceorg.osgi.framework.BundleException
public void deploy(Deployment[] depArr)
throws org.osgi.framework.BundleException
DeployerService
deploy in interface DeployerServiceorg.osgi.framework.BundleException
public void undeploy(Deployment[] depArr)
throws org.osgi.framework.BundleException
DeployerService
undeploy in interface DeployerServiceorg.osgi.framework.BundleException
protected org.osgi.framework.Bundle installBundle(Deployment dep)
throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
protected void uninstallBundle(Deployment dep,
org.osgi.framework.Bundle bundle)
throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||