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

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

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

Methods in com.continuent.tungsten.common.cluster.resource with parameters of type DataServer
 void DataServer.update(DataServer ds)
          Update a given datastore with values from a different datastore
 

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

Methods in com.continuent.tungsten.common.cluster.resource.notification that return DataServer
 DataServer DataServerNotification.getDataServer()
           
 

Constructors in com.continuent.tungsten.common.cluster.resource.notification with parameters of type DataServer
DataServerNotification(java.lang.String clusterName, java.lang.String memberName, java.lang.String resourceName, ResourceState resourceState, java.lang.String source, DataServer dataServer, TungstenProperties dsQueryResultProps)