|
Class Summary |
| AdminCommand |
The AdminCommand encapsulates the access to administrative functions of RECOIN
in order to be used by different objects.
It serves as a bridge to the remote administration service to shield any objects
from the implementation of the remote connection. |
| AdminConnector |
The AdminConnector class is a special class that allows the configuration
and administration of the RECOIN framework at runtime.
It possesses an inner class that implements the RemoteAdminConnector interface
and accepts method calls via RMI. |
| AdminConnectorTest |
A TestCase to test the functionality of the RMIAdminServer using a AdminCommand. |
| RMIConnector |
The RMIConnector is an abstract class that forms the base for Connector objects
implementing server-side RMI functions. |
| UDPConnector |
The UDPConnector can be used for the communication via Sockets using datagramms. |