Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
java.rmi.server.RemoteCall

Uses of RemoteCall in java.rmi.server
 

Methods in java.rmi.server that return RemoteCall
 RemoteCall RemoteRef.newCall(RemoteObject obj, Operation[] op, int opnum, long hash)
          Deprecated. use RemoteRef.invoke(Remote, Method, Object[], long) 55 instead.
 

Methods in java.rmi.server with parameters of type RemoteCall
 void Skeleton.dispatch(java.rmi.Remote obj, RemoteCall theCall, int opnum, long hash)
          Deprecated.  
 void RemoteRef.invoke(RemoteCall call)
          Deprecated. use RemoteRef.invoke(Remote, Method, Object[], long) 55 instead.
 void RemoteRef.done(RemoteCall call)
          Deprecated. use RemoteRef.invoke(Remote, Method, Object[], long) 55 instead.