Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/ucar/netcdf/NetcdfRemoteProxy.html
Дата изменения: Tue Dec 28 20:59:06 2004 Дата индексирования: Sun Apr 10 00:16:53 2016 Кодировка: |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public Schema getSchema() throws java.rmi.RemoteException
public RemoteAccessor getAccessor(java.lang.String varName) throws java.rmi.RemoteException
varName
- String which names a Variable in the
Netcdf this represents.public void release() throws java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |