| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Remote
This class takes any object, and allows it to be called from
remote VMs.
|
| Modifier and Type | Field and Description |
|---|---|
RemoteInvoke |
Multicast.item
A reference to a received remote object reference, when the object is
listening.
|
protected RemoteInvoke |
BaseProxy.item
The reference to the sending server, on which the proxy may
asynchronously callback.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseProxy.setItem(RemoteInvoke item)
This function is called by the
ItemServer during its
bind operation. |
| Modifier and Type | Method and Description |
|---|---|
void |
Registry.post(RemoteInvoke ref)
This method statically called by a remote machine to register an object
reference.
|
| Constructor and Description |
|---|
ItemProxy(RemoteInvoke item,
Object client)
The constructor links the remote object to the firewalled client.
|
Copyright © 2016. All Rights Reserved.