December 1999
Intermediate to advanced
816 pages
20h 27m
English
public abstract interface RemoteRef
extends Externalizable
A RemoteRef object is a handle to a remote object. It's used by a RemoteStub to call a method on a remote object.
static String packagePrefix static long serialVersionUID
void done(RemoteCall call) (Deprecated) String getRefClass(ObjectOutput out) void invoke(RemoteCall call) (Deprecated) Object invoke(Remote obj, Method method, Object[] params, long opnum) RemoteCall newCall(RemoteObject obj, Operation[] op, int opnum, long hash) (Deprecated) boolean remoteEquals(RemoteRef obj) int remoteHashCode() String remoteToString()
public abstract interface RMIClientSocketFactory ...Read now
Unlock full access