Module java.rmi

Interface RemoteCall


@Deprecated
public interface RemoteCall
Deprecated.
no replacement.
RemoteCall is an abstraction used solely by the RMI runtime (in conjunction with stubs and skeletons of remote objects) to carry out a call to a remote object. The RemoteCall interface is deprecated because it is only used by deprecated methods of java.rmi.server.RemoteRef.
Since:
1.1
See Also:
RemoteRef