Uses of Class
visad.RemoteServerImpl

Packages that use RemoteServerImpl
visad.ss Provides a spreadsheet user interface for VisAD that can import data from any form VisAD supports and compute new data objects using formulas by utilizing the visad.formula package. 
visad.util Provides a collection of useful utilities, many of them GUI widgets, to aid in VisAD application design. 
 

Uses of RemoteServerImpl in visad.ss
 

Fields in visad.ss declared as RemoteServerImpl
protected  RemoteServerImpl SpreadSheet.rsi
          Server for spreadsheet cells, if any.
 

Methods in visad.ss with parameters of type RemoteServerImpl
 void BasicSSCell.addToRemoteServer(RemoteServerImpl rs)
          Adds this cell to the given RemoteServer.
 void BasicSSCell.removeFromRemoteServer(RemoteServerImpl rs)
          Removes this cell from the given RemoteServer.
 

Uses of RemoteServerImpl in visad.util
 

Methods in visad.util that return RemoteServerImpl
static RemoteServerImpl ClientServer.startServer(String serviceName)