Classes | |
| class | RMIAccessHandler |
| This class contains an implemention of an AccessHandler. In this case it is used for Remote Method Invocation. The objective of the AccessHandler is to handle the communication between the client and the catalogue. It inherits from the class MarshalByRefObject which enables the class to be accessed via network. It also inherits from the IAccessHandler interface which defines the public methods in the Catalogue class. More... | |
| class | RMIServer |
| This class represents the server-side part of a RMI-connection. It inherits from the ServerAPI interface which ensures exchangeability. More... | |
1.5.1-p1