org.mydm.utilities
Class MyInit

java.lang.Object
  extended byorg.mydm.utilities.MyInit

public class MyInit
extends java.lang.Object

Initializes all we need for the database and the configuration.


Constructor Summary
MyInit()
          Constructor
 
Method Summary
 void createDB()
           
 void Initialize()
           
 void loadConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyInit

public MyInit()
       throws MyDMException
Constructor

Method Detail

Initialize

public void Initialize()

createDB

public void createDB()

loadConfig

public void loadConfig()