org.glassfish.osgijavaeebase
Interface OSGiDeployer
- All Known Implementing Classes:
- AbstractOSGiDeployer
public interface OSGiDeployer
- Author:
- Sanjeeb.Sahoo@Sun.COM
deploy
OSGiApplicationInfo deploy(org.osgi.framework.Bundle b)
throws DeploymentException
- Throws:
DeploymentException
undeploy
void undeploy(OSGiApplicationInfo osgiAppInfo)
throws DeploymentException
- Throws:
DeploymentException
handles
boolean handles(org.osgi.framework.Bundle bundle)
Copyright © 2012 GlassFish Community. All Rights Reserved.