Uses of Class
org.glassfish.osgijavaeebase.OSGiApplicationInfo

Uses of OSGiApplicationInfo in org.glassfish.osgijavaeebase
 

Fields in org.glassfish.osgijavaeebase with type parameters of type OSGiApplicationInfo
protected  Map<org.osgi.framework.Bundle,OSGiApplicationInfo> OSGiContainer.applications
           
protected  Map<OSGiApplicationInfo,org.osgi.framework.ServiceRegistration> OSGiContainer.regs
           
 

Methods in org.glassfish.osgijavaeebase that return OSGiApplicationInfo
 OSGiApplicationInfo OSGiDeployer.deploy(org.osgi.framework.Bundle b)
           
 OSGiApplicationInfo AbstractOSGiDeployer.deploy(org.osgi.framework.Bundle b)
           
 OSGiApplicationInfo OSGiContainer.deploy(org.osgi.framework.Bundle b)
          Deploys an application bundle in underlying application container in GlassFish.
 OSGiApplicationInfo OSGiDeploymentRequest.execute()
          Deploys a web application bundle in GlassFish Web container.
 OSGiApplicationInfo[] OSGiContainer.getDeployedApps()
           
protected  OSGiApplicationInfo OSGiUndeploymentRequest.getOsgiAppInfo()
           
 OSGiApplicationInfo OSGiDeploymentRequest.getResult()
           
 

Methods in org.glassfish.osgijavaeebase with parameters of type OSGiApplicationInfo
protected abstract  OSGiUndeploymentRequest AbstractOSGiDeployer.createOSGiUndeploymentRequest(org.glassfish.internal.deployment.Deployment deployer, org.glassfish.server.ServerEnvironmentImpl env, org.glassfish.api.ActionReport reporter, OSGiApplicationInfo osgiAppInfo)
           
protected  org.glassfish.api.deployment.UndeployCommandParameters OSGiUndeploymentRequest.getUndeployParams(OSGiApplicationInfo osgiAppInfo)
           
 void OSGiDeployer.undeploy(OSGiApplicationInfo osgiAppInfo)
           
 void AbstractOSGiDeployer.undeploy(OSGiApplicationInfo osgiAppInfo)
           
 

Constructors in org.glassfish.osgijavaeebase with parameters of type OSGiApplicationInfo
OSGiUndeploymentRequest(org.glassfish.internal.deployment.Deployment deployer, org.glassfish.server.ServerEnvironmentImpl env, org.glassfish.api.ActionReport reporter, OSGiApplicationInfo osgiAppInfo)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.