|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This service provides a way to 'open' remote Netcdf data sets by name. It is a placeholder for a more elaborate directory service, hopefully to be provided later on.
| Field Summary | |
static String |
SVC_NAME
The string identifing this service in the rmi registry. |
| Method Summary | |
String[] |
list()
List the names of exported data sets. |
NetcdfRemoteProxy |
lookup(String dataSetName)
Connect to (open) a remote Netcdf dataSet by name. |
int |
ping()
Test if the service is alive. |
| Field Detail |
public static final String SVC_NAME
| Method Detail |
public int ping()
throws RemoteException
RemoteException
public NetcdfRemoteProxy lookup(String dataSetName)
throws RemoteException
dataSetName - String name of the remote Netcdf
RemoteException
public String[] list()
throws RemoteException
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||