|
Class Summary |
| ActionHandler |
Deals with actions that have been unserialized by ActionReceiver. |
| ActionJavaObjectXMLMessenger |
Sends an R3 Action as a Java object serialized to xml over a socket. |
| ActionMessenger |
Given an R3Action, the messenger will package it up and send it across the wire, so that the
receiver can perform the designated action. |
| ActionPlainTextMessenger |
Useful for debugging. |
| ActionReceiver |
A daemon that sits and waits for actions to come in over the wire. |
| ActionReceiverTrayApp |
Run the ActionReceiver as a tray application. |
| ActionSender |
Create this object, and connect it to a remote ActionReceiver (which is a server). |