|
||||||||||
| 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(BundleContext context)
|
|
| Method Summary | |
|---|---|
Bundle |
deploy(Deployment dep)
Deploy a bundle |
void |
deploy(Deployment[] depArr)
Deploy an array of bundles |
protected Bundle |
installBundle(Deployment dep)
|
Bundle |
undeploy(Deployment dep)
Undeploy a bundle |
void |
undeploy(Deployment[] depArr)
Undeploy an array of bundles |
protected void |
uninstallBundle(Deployment dep,
Bundle bundle)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SystemDeployerService(BundleContext context)
| Method Detail |
|---|
public Bundle deploy(Deployment dep)
throws BundleException
DeployerService
deploy in interface DeployerServiceBundleException
public Bundle undeploy(Deployment dep)
throws BundleException
DeployerService
undeploy in interface DeployerServiceBundleException
public void deploy(Deployment[] depArr)
throws BundleException
DeployerService
deploy in interface DeployerServiceBundleException
public void undeploy(Deployment[] depArr)
throws BundleException
DeployerService
undeploy in interface DeployerServiceBundleException
protected Bundle installBundle(Deployment dep)
throws BundleException
BundleException
protected void uninstallBundle(Deployment dep,
Bundle bundle)
throws BundleException
BundleException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||