org.glassfish.embed
Class GFApplication

java.lang.Object
  extended by org.glassfish.embed.GFApplication

public final class GFApplication
extends java.lang.Object

An application deployed on GlassFish.

Author:
Kohsuke Kawaguchi

Constructor Summary
protected GFApplication(GlassFish owner, com.sun.enterprise.v3.data.ApplicationInfo app, org.glassfish.api.deployment.DeploymentContext deploymentContext)
           
 
Method Summary
 GlassFish getOwner()
          Which GlassFish is this application deployed on?
 void undeploy()
          Undeploys this application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GFApplication

protected GFApplication(GlassFish owner,
                        com.sun.enterprise.v3.data.ApplicationInfo app,
                        org.glassfish.api.deployment.DeploymentContext deploymentContext)
Method Detail

getOwner

public GlassFish getOwner()
Which GlassFish is this application deployed on?


undeploy

public void undeploy()
Undeploys this application.



Copyright © 2008 Sun Microsystems, Inc.. All Rights Reserved.