java.io.Serializable@Deprecated
public class TargetStatus
extends java.lang.Object
implements java.io.Serializable
WebLogicDeploymentManagerDeployerRuntimeMBean 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.| Modifier and Type | Field | Description | 
|---|---|---|
| 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 | 
| static int | TYPE_VIRTUAL_TARGET | Deprecated. Indicates target is a cluster | 
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.Exception[] | getMessages() | Deprecated. Any messages generated during this task in the order received. | 
| int | getState() | Deprecated. Status of deployment for this target. | 
| java.lang.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. | 
| java.lang.String | toString() | Deprecated. | 
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
@Deprecated 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
public static final int TYPE_VIRTUAL_TARGET
public int getState()
public java.lang.Exception[] getMessages()
public java.lang.String getTarget()
public int getTargetType()
protected void setTargetListEmpty(boolean targetListEmpty)
protected boolean isTargetListEmpty()
public java.lang.String toString()
toString in class java.lang.Object