BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


Uses of Class
weblogic.deploy.api.model.WebLogicDeployableObject

Packages that use WebLogicDeployableObject
weblogic.deploy.api.model   
weblogic.deploy.api.tools   
 

Uses of WebLogicDeployableObject in weblogic.deploy.api.model
 

Subclasses of WebLogicDeployableObject in weblogic.deploy.api.model
 class WebLogicJ2eeApplicationObject
          This class is the WebLogic Server implementation of DeployableObject.
 

Methods in weblogic.deploy.api.model that return WebLogicDeployableObject
static WebLogicDeployableObject WebLogicDeployableObject.createDeployableObject(File app)
          Create a DeployableObject for an application.
static WebLogicDeployableObject WebLogicDeployableObject.createDeployableObject(File app, File appRoot)
          Create a DeployableObject for an application.
static WebLogicDeployableObject WebLogicDeployableObject.createDeployableObject(File app, File appRoot, File plan, File plandir, weblogic.deploy.api.internal.utils.LibrarySpec[] libraries)
          Create a DeployableObject for an application.
static WebLogicDeployableObject WebLogicDeployableObject.createLazyDeployableObject(File app, File appRoot)
           
 

Uses of WebLogicDeployableObject in weblogic.deploy.api.tools
 

Methods in weblogic.deploy.api.tools that return WebLogicDeployableObject
 WebLogicDeployableObject SessionHelper.getDeployableObject()
          The root deployable object.
protected  WebLogicDeployableObject DeployableObjectInfo.getDeployableObject()
           
 

Methods in weblogic.deploy.api.tools with parameters of type WebLogicDeployableObject
 

Constructors in weblogic.deploy.api.tools with parameters of type WebLogicDeployableObject
DeployableObjectInfo(WebLogicDeployableObject dobj)
           
DeployableObjectInfo(WebLogicDeployableObject dobj, WebLogicDeploymentConfiguration dc, String name)
           
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.