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 classThis 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 RemoteInvokeBaseProxy.itemThe reference to the sending server, on which the proxy may asynchronously callback.Multicast.itemA reference to a received remote object reference, when the object is listening.private RemoteInvokeProxyLoader.serverMethods in gnu.cajo.utils with parameters of type RemoteInvokeModifier and TypeMethodDescriptionvoidBaseProxy.setItem(RemoteInvoke item) This function is called by theItemServerduring its bind operation. -
Uses of RemoteInvoke in gnu.cajo.utils.extra
Methods in gnu.cajo.utils.extra with parameters of type RemoteInvokeModifier and TypeMethodDescriptionvoidRegistry.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.