Uses of Interface
visad.RemoteData

Packages that use RemoteData
visad The core VisAD package, providing support for VisAD's Data & MathType hierarchy, as well as for VisAD Displays and remote collaboration. 
visad.cluster   
 

Uses of RemoteData in visad
 

Classes in visad that implement RemoteData
 class RemoteDataImpl
          RemoteDataImpl is the VisAD remote adapter for DataImpl.
 class RemoteFieldImpl
          RemoteFieldImpl is the VisAD remote adapter for FieldImpl.
 class RemoteFlatFieldImpl
          RemoteFlatFieldImpl is the VisAD remote adapter for FlatField.
 class RemoteFunctionImpl
          RemoteFunctionImpl is the VisAD remote adapter for FieldImpl.
 

Methods in visad that return RemoteData
 RemoteData MessageEvent.getData()
          Get the data associated with this message.
 

Constructors in visad with parameters of type RemoteData
MessageEvent(int id, int originator, String str, RemoteData data)
          Create a message event with the given IDs, string and data
MessageEvent(int id, RemoteData data)
          Create a message event with the given ID and data
MessageEvent(int id, String str, RemoteData data)
          Create a message event with the given ID, string and data
MessageEvent(RemoteData data)
          Create a message event with the given data
MessageEvent(String str, RemoteData data)
          Create a message event with the given string and data
 

Uses of RemoteData in visad.cluster
 

Subinterfaces of RemoteData in visad.cluster
 interface RemoteClientData
          RemoteClientData is the interface for cluster client VisAD data objects.
 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.
 interface RemoteClusterData
          RemoteClusterData is the interface for cluster client and node Data.
 interface RemoteNodeData
          RemoteNodeData is the interface for cluster node VisAD data objects.
 interface RemoteNodeField
          RemoteNodeField is the interface for cluster node VisAD Field data objects that are not paritioned.
 interface RemoteNodePartitionedField
          RemoteNodePartitionedField is the interface for cluster node VisAD Field data objects that are paritioned.
 interface RemoteNodeTuple
          RemoteNodeTuple is the interface for cluster node VisAD Tuple data objects.
 

Classes in visad.cluster that implement RemoteData
 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.
 class RemoteClusterDataImpl
          RemoteClusterDataImpl is the super class for cluster client and node Data.
 class RemoteNodeDataImpl
          RemoteNodeData is the class for cluster node VisAD data objects.
 class RemoteNodeFieldImpl
          RemoteNodeFieldImpl is the class for cluster node VisAD Field data objects.
 class RemoteNodePartitionedFieldImpl
          RemoteNodePartitionedFieldImpl is the class for cluster node VisAD Field data objects that are paritioned.
 class RemoteNodeTupleImpl
          RemoteNodeTupleImpl is the class for cluster client VisAD Tuple data objects.