|
|||||||||
| 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 java.lang.String |
SVC_NAME
The string identifing this service in the rmi registry. |
| Method Summary | |
|---|---|
java.lang.String[] |
list()
List the names of exported data sets. |
NetcdfRemoteProxy |
lookup(java.lang.String dataSetName)
Connect to (open) a remote Netcdf dataSet by name. |
int |
ping()
Test if the service is alive. |
| Field Detail |
|---|
static final java.lang.String SVC_NAME
| Method Detail |
|---|
int ping()
throws java.rmi.RemoteException
java.rmi.RemoteException
NetcdfRemoteProxy lookup(java.lang.String dataSetName)
throws java.rmi.RemoteException
dataSetName - String name of the remote Netcdf
java.rmi.RemoteException
java.lang.String[] list()
throws java.rmi.RemoteException
java.rmi.RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||