Документ взят из кэша поисковой машины. Адрес оригинального документа : http://angel.cs.msu.su/projects/system/toolsdoc/netcdf_java/ucar/netcdf/NetcdfRemoteProxyImpl_Stub.html
Дата изменения: Tue Dec 28 20:59:06 2004
Дата индексирования: Sun Apr 10 00:19:00 2016
Кодировка:
: Class NetcdfRemoteProxyImpl_Stub

ucar.netcdf
Class NetcdfRemoteProxyImpl_Stub

java.lang.Object
  |
  +--java.rmi.server.RemoteObject
        |
        +--java.rmi.server.RemoteStub
              |
              +--ucar.netcdf.NetcdfRemoteProxyImpl_Stub
All Implemented Interfaces:
NetcdfRemoteProxy, java.rmi.Remote, java.io.Serializable

public final class NetcdfRemoteProxyImpl_Stub
extends java.rmi.server.RemoteStub
implements NetcdfRemoteProxy, java.rmi.Remote

See Also:
Serialized Form

Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
NetcdfRemoteProxyImpl_Stub()
           
NetcdfRemoteProxyImpl_Stub(java.rmi.server.RemoteRef rep)
           
 
Method Summary
 RemoteAccessor getAccessor(java.lang.String $_String_1)
          Get an Accessor for a Variable, by name.
 Schema getSchema()
           
 void release()
          Indicate that you are done with this Netcdf data set.
 
Methods inherited from class java.rmi.server.RemoteStub
setRef
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetcdfRemoteProxyImpl_Stub

public NetcdfRemoteProxyImpl_Stub()

NetcdfRemoteProxyImpl_Stub

public NetcdfRemoteProxyImpl_Stub(java.rmi.server.RemoteRef rep)
Method Detail

getAccessor

public RemoteAccessor getAccessor(java.lang.String $_String_1)
                           throws java.rmi.RemoteException
Description copied from interface: NetcdfRemoteProxy
Get an Accessor for a Variable, by name. Given the Accessor and the ProtoVariable obtained indirectly from getSchema() above, RemoteNetcdf can create a remote proxy for the Variable.
Specified by:
getAccessor in interface NetcdfRemoteProxy
Following copied from interface: ucar.netcdf.NetcdfRemoteProxy
Parameters:
varName - String which names a Variable in the Netcdf this represents.
Returns:
a (Remote)Accessor for the Variable.

getSchema

public Schema getSchema()
                 throws java.rmi.RemoteException
Specified by:
getSchema in interface NetcdfRemoteProxy
Following copied from interface: ucar.netcdf.NetcdfRemoteProxy
Returns:
a Schema for the Netcdf this represents.

release

public void release()
             throws java.rmi.RemoteException
Description copied from interface: NetcdfRemoteProxy
Indicate that you are done with this Netcdf data set. Allows the service to free resources (close the data set).
Specified by:
release in interface NetcdfRemoteProxy