Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

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

Packages that use WebLogicDeployableObject
weblogic.deploy.api.model Provides interfaces and classes that represent represent the J2EE configuration of a deployable object. 
weblogic.deploy.api.tools Provides convenience classes to obtain a WebLogicDeploymentManager, populate a configuration for an application, and create a new or updated deployment plan. 
 

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)
          Deprecated. since WLS 9.2.
static WebLogicDeployableObject WebLogicDeployableObject.createDeployableObject(File app, File appRoot)
          Deprecated. since WLS 9.2.
static WebLogicDeployableObject WebLogicDeployableObject.createDeployableObject(File app, File appRoot, File plan, File plandir, weblogic.deploy.api.internal.utils.LibrarySpec[] libraries)
          Deprecated. since WLS 9.2.
static WebLogicDeployableObject WebLogicDeployableObject.createLazyDeployableObject(File app, File appRoot)
          Deprecated. since WLS 9.2.
 

Uses of WebLogicDeployableObject in weblogic.deploy.api.tools
 

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


Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04