|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NetcdfRemoteProxy
This interface wraps a single instance of Netcdf to provide Remote services required in the construction of an instance of RemoteNetcdf.
This interface is only needed by directory services like NetcdfService to bootstrap instances of RemoteNetcdf. It could be considered package or implementation private.
Method Summary | |
---|---|
RemoteAccessor |
getAccessor(java.lang.String varName)
Get an Accessor for a Variable, by name. |
Schema |
getSchema()
|
void |
release()
Indicate that you are done with this Netcdf data set. |
Method Detail |
---|
Schema getSchema() throws java.rmi.RemoteException
java.rmi.RemoteException
RemoteAccessor getAccessor(java.lang.String varName) throws java.rmi.RemoteException
varName
- String which names a Variable in the
Netcdf this represents.
java.rmi.RemoteException
void release() throws java.rmi.RemoteException
java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |