Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About
GNU Classpath
(0.95)
Frames
|
No Frames
Uses of Interface java.rmi.server.RemoteCall
Uses in package java.rmi.server
Methods with parameter type java.rmi.server.RemoteCall
void
Skeleton
.
dispatch
(
Remote
obj,
RemoteCall
theCall, int opnum, long hash)
void
RemoteRef
.
done
(
RemoteCall
call)
void
RemoteRef
.
invoke
(
RemoteCall
call)
Methods with return type java.rmi.server.RemoteCall
RemoteCall
RemoteRef
.
newCall
(
RemoteObject
obj,
Operation
[] op, int opnum, long hash)
Overview
Package
Class
Use
Source
Tree
Index
Deprecated
About
GNU Classpath
(0.95)