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

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