com.continuent.tungsten.common.cluster.resource
Class RemoteDataService

java.lang.Object
  extended by com.continuent.tungsten.common.cluster.resource.Resource
      extended by com.continuent.tungsten.common.cluster.resource.RemoteDataService
All Implemented Interfaces:
java.io.Serializable

public class RemoteDataService
extends Resource
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.continuent.tungsten.common.cluster.resource.Resource
childType, compositeMember, description, isContainer, isExecutable, name, type
 
Constructor Summary
RemoteDataService()
           
RemoteDataService(ResourceType type, java.lang.String name, ResourceState state)
           
 
Method Summary
 ResourceState getResourceState()
          Returns the resourceState value.
 void setResourceState(ResourceState resourceState)
          Sets the resourceState value.
 java.lang.String toString()
           
 
Methods inherited from class com.continuent.tungsten.common.cluster.resource.Resource
copyTo, describe, getChildType, getCompositeMember, getKey, getName, getType, isContainer, isExecutable, setChildType, setCompositeMember, setContainer, setExecutable, setName, setType, toJSON, toProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteDataService

public RemoteDataService()

RemoteDataService

public RemoteDataService(ResourceType type,
                         java.lang.String name,
                         ResourceState state)
Method Detail

getResourceState

public ResourceState getResourceState()
Returns the resourceState value.

Returns:
Returns the resourceState.

setResourceState

public void setResourceState(ResourceState resourceState)
Sets the resourceState value.

Parameters:
resourceState - The resourceState to set.

toString

public java.lang.String toString()
Overrides:
toString in class Resource