@Deprecated
public final class DeployerRuntime
extends java.lang.Object
WebLogicDeploymentManager| Modifier and Type | Method | Description |
|---|---|---|
static DeployerRuntimeMBean |
getDeployerRuntime() |
Deprecated.
Provides server side access to the DeployerRuntime singleton
|
static DeployerRuntimeMBean |
getDeployerRuntime(java.lang.String user,
java.lang.String pword,
java.lang.String adminURL) |
Deprecated.
Provides client access to the DeployerRuntime singleton.
|
public static DeployerRuntimeMBean getDeployerRuntime(java.lang.String user, java.lang.String pword, java.lang.String adminURL) throws java.lang.IllegalArgumentException, javax.management.InstanceNotFoundException
user - is the userid to use for authenticationpword - is the password to use for authenticationadminURL - is the URL of the Admin Serverjavax.management.InstanceNotFoundExceptionjava.lang.IllegalArgumentException - if unable to obtain context or
contact the Admin ServergetDeployerRuntime()public static DeployerRuntimeMBean getDeployerRuntime()
getDeployerRuntime(String, String, String)