|
Class Summary
|
| RemoteFileFormat |
a representation of the format of a remote file accessed via RMI. |
| RMICachedDataNDClient |
This class is the RMI capable version of a CachedDataND
It uses the RMIDataNDInt interface as a proxy to make
calls on the RMIDataNDImpl on the server. |
| RMIDataAccessImpl |
This class is the server side implementation of the RMIDataAccessInt interface
It is a wrapper around the Viewable object and simply passes on calls from the client
to the viewable object. |
| RMIDataFile |
This represents an RMI data file. |
| RMIDataNDImpl |
This class is the server side implementation of the RMIDataNDInt interface.
|
| RMIFormatHandlerImpl |
an interface for remote format handling |
| RMIFormatHandler |
a class that handles the creation of Viewables that use RMI |
| RMIViewableClient |
This is the RMI capable Viewable. |