|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.management.deploy.TargetStatus
WebLogicDeploymentManager
public class TargetStatus
Interface used within the deployment API for tracking target specific status
of deployment requests. These objects maintain the status of the deployment
task for a particular target server or cluster in a deployment task.
TargetStatus objects are created by the server as part of initiating a
deployment request via the
DeployerRuntimeMBean
methods, which
create a DeploymentTaskRuntimeMBean
object to track overall status of the deployment task. The TargetStatus
objects for such a task are accessible via the
DeploymentTaskRuntimeMBean.getTargets()
method.
Field Summary | |
---|---|
static int |
STATE_FAILED
Deprecated. Deployment failed or cancelled for this target |
static int |
STATE_IN_PROGRESS
Deprecated. In progress. |
static int |
STATE_INIT
Deprecated. Initial state |
static int |
STATE_SUCCESS
Deprecated. Deployment succeeded for this target |
static int |
STATE_UNAVAILABLE
Deprecated. |
static int |
TYPE_CLUSTER
Deprecated. Indicates target is a cluster |
static int |
TYPE_JMS_SERVER
Deprecated. Indicates target is a JMS server |
static int |
TYPE_SAF_AGENT
Deprecated. Indicates target is a SAF agent |
static int |
TYPE_SERVER
Deprecated. Indicates target is a server |
static int |
TYPE_UNKNOWN
Deprecated. Indicates target is unknown |
static int |
TYPE_VIRTUAL_HOST
Deprecated. Indicates target is a cluster |
Method Summary | |
---|---|
Exception[] |
getMessages()
Deprecated. Any messages generated during this task in the order received. |
int |
getState()
Deprecated. Status of deployment for this target. |
String |
getTarget()
Deprecated. Returns the name of the associated target server or cluster whose status is tracked by this object. |
int |
getTargetType()
Deprecated. Indicates the type of target. |
protected boolean |
isTargetListEmpty()
Deprecated. |
protected void |
setTargetListEmpty(boolean targetListEmpty)
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int STATE_INIT
public static final int STATE_IN_PROGRESS
public static final int STATE_FAILED
public static final int STATE_SUCCESS
public static final int STATE_UNAVAILABLE
public static final int TYPE_UNKNOWN
public static final int TYPE_SERVER
public static final int TYPE_CLUSTER
public static final int TYPE_JMS_SERVER
public static final int TYPE_VIRTUAL_HOST
public static final int TYPE_SAF_AGENT
Method Detail |
---|
public int getState()
public Exception[] getMessages()
public String getTarget()
public int getTargetType()
protected void setTargetListEmpty(boolean targetListEmpty)
protected boolean isTargetListEmpty()
public String toString()
toString
in class Object
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |