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 classRemoteThis 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 RemoteInvokeBaseProxy. itemThe reference to the sending server, on which the proxy may asynchronously callback.RemoteInvokeMulticast. itemA reference to a received remote object reference, when the object is listening.private RemoteInvokeProxyLoader. serverMethods in gnu.cajo.utils with parameters of type RemoteInvoke Modifier and Type Method Description voidBaseProxy. 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 RemoteInvoke Modifier and Type Method Description voidRegistry. 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.
-