| 
 | Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Deprecated. 9.0.0.0 Replaced by AppRuntimeStateRuntimeMBean
public interface TargetAvailabilityStatus
This is a standard interface that encapsultes the availability/deployment status of a component on a target. The targets could be a server,cluster, a virtual host or a virtual target.
| Field Summary | |
|---|---|
| static int | AVAILABILITY_STATUS_AVAILABLEDeprecated. | 
| static int | AVAILABILITY_STATUS_DISTRIBUTEDDeprecated. | 
| static int | AVAILABILITY_STATUS_NOTAVAILABLEDeprecated. | 
| static int | AVAILABILITY_STATUS_NOTDISTRIBUTEDDeprecated. | 
| static int | DEPLOYMENT_STATUS_AVAILABLEDeprecated. | 
| static int | DEPLOYMENT_STATUS_NOTAVAILABLEDeprecated. | 
| static int | DEPLOYMENT_STATUS_PARTIALLYAVAILABLEDeprecated. | 
| static int | TARGET_TYPE_CLUSTERDeprecated. | 
| static int | TARGET_TYPE_SERVERDeprecated. | 
| static int | TARGET_TYPE_VIRTUALHOSTDeprecated. | 
| static int | TARGET_TYPE_VIRTUALTARGETDeprecated. | 
| Method Summary | |
|---|---|
| abstract  int | getAvailabilityStatus()Deprecated. This returns the availability status of the component on the server. | 
| abstract  Set | getClustersAvailabilityStatus()Deprecated. Set of TargetAvailabilityStatus objects encapsulating the availability status of the underlying clusters of the virtual host or target. | 
| abstract  int | getDeploymentStatus()Deprecated. This returns the deployment status of the component on the target. | 
| abstract  Set | getServersAvailabilityStatus()Deprecated. Set of TargetAvailabilityStatus objects encapsulating the availability status of the underlying servers of the cluster/virtual host or target. | 
| abstract  String | getTargetName()Deprecated. This method returns the target name on which the component is deployed | 
| abstract  int | getTargetType()Deprecated. Returns the type of the target for which the availability status is stored. | 
| Field Detail | 
|---|
static final int DEPLOYMENT_STATUS_NOTAVAILABLE
static final int DEPLOYMENT_STATUS_AVAILABLE
static final int DEPLOYMENT_STATUS_PARTIALLYAVAILABLE
static final int AVAILABILITY_STATUS_NOTAVAILABLE
static final int AVAILABILITY_STATUS_AVAILABLE
static final int AVAILABILITY_STATUS_DISTRIBUTED
static final int AVAILABILITY_STATUS_NOTDISTRIBUTED
static final int TARGET_TYPE_SERVER
static final int TARGET_TYPE_CLUSTER
static final int TARGET_TYPE_VIRTUALHOST
static final int TARGET_TYPE_VIRTUALTARGET
| Method Detail | 
|---|
String getTargetName()
int getTargetType()
int getDeploymentStatus()
int getAvailabilityStatus()
Set getServersAvailabilityStatus()
Set getClustersAvailabilityStatus()
| 
 | 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 Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||