Uses of Interface
java.rmi.server.RemoteCall
-
Packages that use RemoteCall 软件包 描述 java.rmi.server 提供用于支持RMI服务器端的类和接口。 -
-
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)
已过时。1.2样式存根不再使用此方法。Methods in java.rmi.server with parameters of type RemoteCall 变量和类型 方法 描述 void
Skeleton. dispatch(Remote obj, RemoteCall theCall, int opnum, long hash)
已过时。没有替代品void
RemoteRef. done(RemoteCall call)
已过时。1.2样式存根不再使用此方法。void
RemoteRef. invoke(RemoteCall call)
已过时。1.2样式存根不再使用此方法。
-