Package server

This is the core package for the application.

See:
          Description

Interface Summary
Command This interface denotes objects that are able to execute actions, once they are invoked.
DAO<K,V> The Data Object Interface (DAO) works as a layer between the application logic and the database.
 

Class Summary
ConnectionHandlerThread This class instantiates threads in charge of answering requests made via socket channels.
DaoImpl This class implements the client side of a DAO.
Invoker This class implemented the invoker of the Command design pattern.
ServerMainThread This file is a driver for the grade service.
 

Package server Description

This is the core package for the application.

Since:
1.0