|
Oracle | ||||||||||
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_AVAILABLE
Deprecated. |
static int |
AVAILABILITY_STATUS_DISTRIBUTED
Deprecated. |
static int |
AVAILABILITY_STATUS_NOTAVAILABLE
Deprecated. |
static int |
AVAILABILITY_STATUS_NOTDISTRIBUTED
Deprecated. |
static int |
DEPLOYMENT_STATUS_AVAILABLE
Deprecated. |
static int |
DEPLOYMENT_STATUS_NOTAVAILABLE
Deprecated. |
static int |
DEPLOYMENT_STATUS_PARTIALLYAVAILABLE
Deprecated. |
static int |
TARGET_TYPE_CLUSTER
Deprecated. |
static int |
TARGET_TYPE_SERVER
Deprecated. |
static int |
TARGET_TYPE_VIRTUALHOST
Deprecated. |
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://edocs.bea.com/wls/docs103 Copyright 1996,2008, 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. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |