AppRuntimeStateRuntimeMBean
@Deprecated
public interface TargetAvailabilityStatus
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
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.
|
static int |
TARGET_TYPE_VIRTUALTARGET
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getAvailabilityStatus()
Deprecated.
This returns the availability status of the component on the server.
|
java.util.Set |
getClustersAvailabilityStatus()
Deprecated.
Set of TargetAvailabilityStatus objects encapsulating the availability
status of the underlying clusters of the virtual host or target.
|
int |
getDeploymentStatus()
Deprecated.
This returns the deployment status of the component on the target.
|
java.util.Set |
getServersAvailabilityStatus()
Deprecated.
Set of TargetAvailabilityStatus objects encapsulating the availability
status of the underlying servers of the cluster/virtual host or target.
|
java.lang.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.
|
void |
updateAvailabilityStatus(ComponentTarget componentTarget)
Deprecated.
This methods allows to update the availability status of the underlying
servers of the component target.
|
void |
updateUnavailabilityStatus(java.util.List stagedServersList)
Deprecated.
This method allows to update the unavailability status of the underlying
servers of the component target.
|
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
java.lang.String getTargetName()
int getTargetType()
int getDeploymentStatus()
int getAvailabilityStatus()
java.util.Set getServersAvailabilityStatus()
java.util.Set getClustersAvailabilityStatus()
void updateAvailabilityStatus(ComponentTarget componentTarget)
componentTarget
- void updateUnavailabilityStatus(java.util.List stagedServersList)
stagedServersList
- getAvailabilityStatus()