public interface OSGiDeployer
| Modifier and Type | Method and Description |
|---|---|
OSGiApplicationInfo |
deploy(org.osgi.framework.Bundle b) |
boolean |
handles(org.osgi.framework.Bundle bundle) |
void |
undeploy(OSGiApplicationInfo osgiAppInfo) |
OSGiApplicationInfo deploy(org.osgi.framework.Bundle b) throws DeploymentException
DeploymentExceptionvoid undeploy(OSGiApplicationInfo osgiAppInfo) throws DeploymentException
DeploymentExceptionboolean handles(org.osgi.framework.Bundle bundle)
Copyright © 2018 GlassFish Community. All Rights Reserved.