|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeployerService
A Service that can be used to deploy/undeploy bundles or archives to/from the runtime.
| Field Summary | |
|---|---|
static javax.management.ObjectName |
MBEAN_DEPLOYER_SERVICE
The object name under which this is registered: 'jboss.osgi:service=DeployerService' |
| Method Summary | |
|---|---|
Deployment |
createDeployment(org.jboss.osgi.spi.util.BundleInfo info)
Create a deployment from the given bundle info. |
Deployment |
createDeployment(java.net.URL url)
Create a deployment from the given location. |
Deployment |
createDeployment(org.jboss.virtual.VirtualFile file)
Create a deployment from the given file. |
void |
deploy(Deployment[] bundleDeps)
Deploy an array of bundles |
void |
deploy(java.net.URL url)
Deploy bundle from URL |
void |
undeploy(Deployment[] bundleDeps)
Undeploy an array of bundles |
void |
undeploy(java.net.URL url)
Undeploy bundle from URL. |
| Field Detail |
|---|
static final javax.management.ObjectName MBEAN_DEPLOYER_SERVICE
| Method Detail |
|---|
Deployment createDeployment(java.net.URL url)
Deployment createDeployment(org.jboss.virtual.VirtualFile file)
Deployment createDeployment(org.jboss.osgi.spi.util.BundleInfo info)
void deploy(Deployment[] bundleDeps)
throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
void undeploy(Deployment[] bundleDeps)
throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
void deploy(java.net.URL url)
throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
void undeploy(java.net.URL url)
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 | |||||||||