|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NetcdfService
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 |
---|
static final String SVC_NAME
Method Detail |
---|
int ping() throws RemoteException
RemoteException
NetcdfRemoteProxy lookup(String dataSetName) throws RemoteException
dataSetName
- String name of the remote Netcdf
RemoteException
String[] list() throws RemoteException
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |