Uses of Class
com.continuent.tungsten.common.cluster.resource.DataSourceAlertStatus

Packages that use DataSourceAlertStatus
com.continuent.tungsten.common.cluster.resource   
 

Uses of DataSourceAlertStatus in com.continuent.tungsten.common.cluster.resource
 

Methods in com.continuent.tungsten.common.cluster.resource that return DataSourceAlertStatus
 DataSourceAlertStatus DataSource.getAlertStatus()
           
static DataSourceAlertStatus DataSourceAlertStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DataSourceAlertStatus[] DataSourceAlertStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.continuent.tungsten.common.cluster.resource with parameters of type DataSourceAlertStatus
 void DataSource.setAlert(DataSourceAlertStatus status, java.lang.String message)
           
 void DataSource.setAlertStatus(DataSourceAlertStatus alertStatus)