| 
 | Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 API Reference 11g Release 1 (10.3.1) Part Number E13941-02 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 or a virtual host.
| 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. | 
| Method Summary | |
|---|---|
|  int | getAvailabilityStatus()Deprecated. This returns the availability status of the component on the server. | 
|  Set | getClustersAvailabilityStatus()Deprecated. Set of TargetAvailabilityStatus objects encapsulating the availability status of the underlying clusters of the virtual host. | 
|  int | getDeploymentStatus()Deprecated. This returns the deployment status of the component on the target. | 
|  Set | getServersAvailabilityStatus()Deprecated. Set of TargetAvailabilityStatus objects encapsulating the availability status of the underlying servers of the cluster/virtual host. | 
|  String | getTargetName()Deprecated. This method returns the target name on which the component is deployed | 
|  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
| Method Detail | 
|---|
String getTargetName()
int getTargetType()
int getDeploymentStatus()
int getAvailabilityStatus()
Set getServersAvailabilityStatus()
Set getClustersAvailabilityStatus()
| 
 | Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm Copyright 1996, 2009, 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 10.3.1 API Reference 11g Release 1 (10.3.1) Part Number E13941-02 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||