| 
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-07  | 
||||||||||
| 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
  | 
Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||