Package de.jadv.server.manager

The different "Manager" of the Server e.g.

See:
          Description

Interface Summary
DatabaseManager This is the interface for saving/loading objects.
 

Class Summary
EventManager EventManager This implements the main EventManager.
EventThread The EvenThread handles the Events.
FileDatabaseManager This class saves all GameObjects into simple files!
HSQLDBDatabaseManager This class handles all needed accesses for the ObjectManager UNTESTED!
ObjectManager This is the manager of all GameObjects!
 

Package de.jadv.server.manager Description

The different "Manager" of the Server e.g. DatabaseManager, ObjectManager, ...