Uses of Interface
gnu.cajo.invoke.Invoke
Packages that use Invoke
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 Invoke in gnu.cajo
Modifier and TypeClassDescriptionstatic final classThis internal use only helper class automatically removes unresponsive server references from the internal queue.static final classThis internal use only helper class scans an exported object to see if it has methods matching the client method set. -
Uses of Invoke in gnu.cajo.invoke
Subinterfaces of Invoke in gnu.cajo.invokeModifier and TypeInterfaceDescriptioninterfaceThe Remote Component Communication Interface, and reason for this package.Classes in gnu.cajo.invoke that implement InvokeModifier and TypeClassDescriptionfinal classThis class takes any object, and allows it to be called from remote VMs. -
Uses of Invoke in gnu.cajo.utils
Classes in gnu.cajo.utils that implement InvokeModifier and TypeClassDescriptionclassThis class is used to instrument an object for invocation logging purposes.final classThis class is used to avoid having to load proxies into the VM runtime of the proxy server.classThis class is used to transfer its internal proxy object as a zipped marshalled object (zedmob). -
Uses of Invoke in gnu.cajo.utils.extra
Classes in gnu.cajo.utils.extra that implement InvokeModifier and TypeClassDescriptionfinal classThis class is used to asynchronously invoke methods on objects.classThis class is used to transparently pre and post-pend audit functionality to any given object reference.final classThis class is used to send server item callbacks to a firewalled client.final classThis is a dynamic server object dispatcher.classThis class is used to hash a ZippedProxy.final classThis class takes any service object, and allows its methods to be tested for existence, without having to invoke them.classThis class is used to transparently intercept method invocations on any given object reference.final classThis class wraps an object, and dynamically alters the priority of the invocation thread at runtime.classThis class is a cajo-based implementation of the message communication paradigm.classThe base class for wrapping objects, remote references, and proxies for syntactical transparency with the remaining codebase.final classThis class is used to transfer an object between Virtual Machines as a zipped marshalled object (zedmob).