Uses of Interface
gnu.cajo.invoke.RemoteInvoke
Packages that use RemoteInvoke
Package
Description
This package is the foundation for completely transparent local/remote
inter-VM communication.
A set of common utilities used by either proxy, or server items.
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 RemoteInvokeModifier and TypeClassDescriptionfinal class
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 RemoteInvokeModifier and TypeFieldDescriptionprotected RemoteInvoke
BaseProxy.item
The reference to the sending server, on which the proxy may asynchronously callback.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 RemoteInvokeModifier and TypeMethodDescriptionvoid
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 RemoteInvokeModifier and TypeMethodDescriptionvoid
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 RemoteInvokeModifierConstructorDescriptionItemProxy
(RemoteInvoke item, Object client) The constructor links the remote object to the firewalled client.