Utilization of RMI
Specifying individual IDs per RMI function
global MedivalWorld 10000
{
Foo([in] int x); // id=10001 is automatically assigned
[id=13000] id=Foo2([in] int y); // force assignation as id=13000
}Maintaining the old way of sending and receiving
- Send and receive custom messages without RMI
Sending
Receiving callback
Sending
Receiving callback
- Send and receive custom messages as parameters in RMI
Access to all RMI call points
- Access to sender (Proxy) call point
- Access to receiver (Stub) call point
Hiding RMI names
⬅️ Back
Last updated