java.rmi.server Interface and Class Details
Interface RemoteRef
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.
Fields
static String packagePrefix static long serialVersionUID
Methods
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()
Interface RMIClientSocketFactory
public abstract interface RMIClientSocketFactory ...
Get PURE Java™ 2 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.