org.jboss.osgi.microcontainer
Class AbstractMicrocontainerDeployerService
java.lang.Object
org.jboss.osgi.deployment.deployer.AbstractDeployerService
org.jboss.osgi.microcontainer.AbstractMicrocontainerDeployerService
- All Implemented Interfaces:
- DeployerService
public abstract class AbstractMicrocontainerDeployerService
- extends AbstractDeployerService
An abstract base implementation of the DeployerService that delegates to the MC
provided deployer architecture.
The jboss-osgi-microcontainer bundle and the jbossas integration both provide
concrete implementations.
- Since:
- 02-Nov-2009
- Author:
- thomas.diesler@jboss.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractMicrocontainerDeployerService
public AbstractMicrocontainerDeployerService()
getMainDeployer
public abstract org.jboss.deployers.client.spi.main.MainDeployer getMainDeployer()
getBundleContext
public abstract BundleContext getBundleContext()
deploy
public void deploy(java.net.URL url)
throws BundleException
- Description copied from interface:
DeployerService
- Deploy bundle from URL
- Throws:
BundleException
undeploy
public void undeploy(java.net.URL url)
throws BundleException
- Description copied from interface:
DeployerService
- Undeploy bundle from URL.
- Throws:
BundleException
deploy
public void deploy(Deployment[] depArr)
throws BundleException
- Description copied from interface:
DeployerService
- Deploy an array of bundles
- Throws:
BundleException
undeploy
public void undeploy(Deployment[] depArr)
throws BundleException
- Description copied from interface:
DeployerService
- Undeploy an array of bundles
- Throws:
BundleException
Copyright © 2009. All Rights Reserved.