org.glassfish.osgijavaeebase
Interface OSGiDeployer

All Known Implementing Classes:
AbstractOSGiDeployer

public interface OSGiDeployer

Author:
Sanjeeb.Sahoo@Sun.COM

Method Summary
 OSGiApplicationInfo deploy(org.osgi.framework.Bundle b)
           
 boolean handles(org.osgi.framework.Bundle bundle)
           
 void undeploy(OSGiApplicationInfo osgiAppInfo)
           
 

Method Detail

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.