| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
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.getDeploymentManager(String protocol,
String host,
String port,
String path,
String userName,
String password,
String idd)
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.
|
static WebLogicDeploymentManager |
SessionHelper.getRemoteDeploymentManager(String protocol,
String host,
String port,
String path,
String userName,
String password,
String idd)
Allocate a connected DeploymentManager.
|
| Modifier and Type | Method and Description |
|---|---|
static SessionHelper |
SessionHelper.getInstance(WebLogicDeploymentManager dm)
get a SessionHelper for a DeploymentManager
|