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

ucar.netcdf
Class NetcdfServer_Skel

java.lang.Object
  |
  +--ucar.netcdf.NetcdfServer_Skel
All Implemented Interfaces:
java.rmi.server.Skeleton

public final class NetcdfServer_Skel
extends java.lang.Object
implements java.rmi.server.Skeleton


Constructor Summary
NetcdfServer_Skel()
           
 
Method Summary
 void dispatch(java.rmi.Remote obj, java.rmi.server.RemoteCall call, int opnum, long hash)
           
 java.rmi.server.Operation[] getOperations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetcdfServer_Skel

public NetcdfServer_Skel()
Method Detail

getOperations

public java.rmi.server.Operation[] getOperations()
Specified by:
getOperations in interface java.rmi.server.Skeleton

dispatch

public void dispatch(java.rmi.Remote obj,
                     java.rmi.server.RemoteCall call,
                     int opnum,
                     long hash)
              throws java.rmi.RemoteException,
                     java.lang.Exception
Specified by:
dispatch in interface java.rmi.server.Skeleton