uk.ac.ed.inf.utils.database
Class Manager

java.lang.Object
  extended by uk.ac.ed.inf.utils.database.Manager
Direct Known Subclasses:
DbManager

public class Manager
extends java.lang.Object

A manager manages: for example, for a database object, the DbManager manages a DbCreator to create the tables, DbReader to read data from and DbWriter to write data to the database.

Version:
10 Jun 2010
Author:
Luna De Ferrari luna.deferrari-at-ed.ac.uk

Constructor Summary
Manager()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Manager

public Manager()