Package suncertify.remoteServer

The package contains the class for the server of the DataBase.

See:
          Description

Interface Summary
DbServer The interface for the RMI remote Object that will implement the server of the DBMS system.
 

Class Summary
ServerImpl The class implements the DbServer interface.
 

Exception Summary
ServerException The Exeption class that is throwm when there is a Server error.
 

Package suncertify.remoteServer Description

The package contains the class for the server of the DataBase.
It conatains the DbServer interface which is the interface of the remote object
and also ServerImpl which is an implementation of this server interface.