Uses of Class
gnu.cajo.invoke.Remote
Packages that use Remote
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 Remote in gnu.cajo.invoke
Methods in gnu.cajo.invoke that return RemoteModifier and TypeMethodDescriptionRemote.clientScope()
This method controls the automatic-unexporting of a remote reference when it is no longer referenced by any clients. -
Uses of Remote in gnu.cajo.utils
Fields in gnu.cajo.utils declared as RemoteModifier and TypeFieldDescriptionprotected Remote
BaseProxy.remoteThis
A remote reference to the proxy itself, which it can send to its server, or other remote VMs on which they can asynchronously callback.Methods in gnu.cajo.utils that return RemoteModifier and TypeMethodDescriptionstatic Remote
This method remotes the provided object in the local rmiregistry.static Remote
This method is used to bind a proxy serving object in the defalut local registry.static Remote
ItemServer.bind
(Object item, String name, Object proxy, RMIServerSocketFactory ssf, RMIClientSocketFactory csf, int port) This method is used to bind a proxy serving object with complete configurability.static Remote
This method is used to bind a server object, contained in its own jar file into this server's VM, for binding at runtime.A method will load either an object, or a zipped marshalled object (zedmob) of an object, from a URL, file, or from a remote rmiregistry.A method will load either an object, or a zipped marshalled object (zedmob) of an object, from a URL, file, or from a remote rmiregistry.BaseItem.installProxy
(Object proxy) This remotely invokable method is called by remote clients to install their proxies in this VM.Methods in gnu.cajo.utils with parameters of type Remote -
Uses of Remote in gnu.cajo.utils.extra
Fields in gnu.cajo.utils.extra declared as RemoteModifier and TypeFieldDescriptionfinal Remote
ClientProxy.remoteThis
This is the remoted reference to the server's ClientProxy.