BEA Systems, Inc.

Uses of Interface
weblogic.deploy.api.spi.WebLogicDeploymentManager

Packages that use WebLogicDeploymentManager
weblogic.deploy.api.tools   
 

Uses of WebLogicDeploymentManager in weblogic.deploy.api.tools
 

Methods in weblogic.deploy.api.tools that return WebLogicDeploymentManager
static WebLogicDeploymentManager SessionHelper.getDeploymentManager(String host, String port)
          Allocate a connected DeploymentManager.
static WebLogicDeploymentManager SessionHelper.getDeploymentManager(String host, String port, String userName, String password)
          Allocate a connected DeploymentManager.
static WebLogicDeploymentManager SessionHelper.getDeploymentManager(String protocol, String host, String port, String userName, String password)
          Allocate a connected DeploymentManager.
static WebLogicDeploymentManager SessionHelper.getDisconnectedDeploymentManager()
          Allocate a disconnected DeploymentManager.
static WebLogicDeploymentManager SessionHelper.getRemoteDeploymentManager(String host, String port, String userName, String password)
          Allocate a connected DeploymentManager.
static WebLogicDeploymentManager SessionHelper.getRemoteDeploymentManager(String protocol, String host, String port, String userName, String password)
          Allocate a connected DeploymentManager.
 

Methods in weblogic.deploy.api.tools with parameters of type WebLogicDeploymentManager
static SessionHelper SessionHelper.getInstance(WebLogicDeploymentManager dm)
          get a SessionHelper for a DeploymentManager
 


Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.