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

Packages that use DataSourceRole
com.continuent.tungsten.common.cluster.resource   
com.continuent.tungsten.common.cluster.resource.notification   
 

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

Methods in com.continuent.tungsten.common.cluster.resource that return DataSourceRole
 DataSourceRole DataSource.getDataSourceRole()
           
static DataSourceRole DataSourceRole.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DataSourceRole[] DataSourceRole.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 DataSourceRole
 void DataSource.setDataSourceRole(DataSourceRole role)
           
 

Uses of DataSourceRole in com.continuent.tungsten.common.cluster.resource.notification
 

Fields in com.continuent.tungsten.common.cluster.resource.notification declared as DataSourceRole
protected  DataSourceRole DataSourceNotification.role
           
 

Methods in com.continuent.tungsten.common.cluster.resource.notification that return DataSourceRole
 DataSourceRole DataSourceNotification.getRole()