Uses of Interface
gnu.cajo.invoke.RemoteInvoke
-
Packages that use RemoteInvoke Package Description gnu.cajo.invoke This package is the foundation for completely transparent local/remote inter-VM communication.gnu.cajo.utils A set of common utilities used by either proxy, or server items.gnu.cajo.utils.extra A set of optional classes, providing insights on potentially standard ways to extend and use the framework. -
-
Uses of RemoteInvoke in gnu.cajo.invoke
Classes in gnu.cajo.invoke that implement RemoteInvoke Modifier and Type Class Description class
Remote
This class takes any object, and allows it to be called from remote VMs. -
Uses of RemoteInvoke in gnu.cajo.utils
Fields in gnu.cajo.utils declared as RemoteInvoke Modifier and Type Field Description protected RemoteInvoke
BaseProxy. item
The reference to the sending server, on which the proxy may asynchronously callback.RemoteInvoke
Multicast. item
A reference to a received remote object reference, when the object is listening.private RemoteInvoke
ProxyLoader. server
Methods in gnu.cajo.utils with parameters of type RemoteInvoke Modifier and Type Method Description void
BaseProxy. setItem(RemoteInvoke item)
This function is called by theItemServer
during its bind operation. -
Uses of RemoteInvoke in gnu.cajo.utils.extra
Methods in gnu.cajo.utils.extra with parameters of type RemoteInvoke Modifier and Type Method Description void
Registry. post(RemoteInvoke ref)
This method statically called by a remote machine to register an object reference.Constructors in gnu.cajo.utils.extra with parameters of type RemoteInvoke Constructor Description ItemProxy(RemoteInvoke item, java.lang.Object client)
The constructor links the remote object to the firewalled client.
-