Uses of Interface
visad.cluster.RemoteClientData

Packages that use RemoteClientData
visad.cluster   
 

Uses of RemoteClientData in visad.cluster
 

Subinterfaces of RemoteClientData in visad.cluster
 interface RemoteClientField
          RemoteClientField is the interface for cluster client VisAD Field data objects that are not partitioned over nodes.
 interface RemoteClientPartitionedField
          RemoteClientPartitionedField is the interface for cluster client VisAD Field data objects that are partitioned over nodes.
 interface RemoteClientTuple
          RemoteClientTuple is the interface for cluster client VisAD Tuple data objects.
 

Classes in visad.cluster that implement RemoteClientData
 class RemoteClientDataImpl
          RemoteClientData is the class for cluster client VisAD data objects.
 class RemoteClientFieldImpl
          RemoteClientFieldImpl is the class for cluster client VisAD Field data objects.
 class RemoteClientPartitionedFieldImpl
          RemoteClientPartitionedFieldImpl is the class for cluster client VisAD Field data objects.
 class RemoteClientTupleImpl
          RemoteClientTupleImpl is the class for cluster client VisAD Tuple data objects.
 

Methods in visad.cluster that return RemoteClientData
 RemoteClientData RemoteProxyAgentImpl.getRemoteClientData()
           
 RemoteClientData RemoteProxyAgent.getRemoteClientData()
           
 

Constructors in visad.cluster with parameters of type RemoteClientData
UserDummyDataImpl(RemoteClientData rcd)