org.mydm.db
Class DBManager

java.lang.Object
  extended byorg.mydm.db.DBManager

public class DBManager
extends java.lang.Object

Manager class for the Underlying database.


Constructor Summary
DBManager(java.lang.String config)
          constructor
 
Method Summary
 int getPort()
          returns the port number on which the Kernel is running
 boolean start()
          starts the service
 boolean stop()
          stops service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBManager

public DBManager(java.lang.String config)
constructor

Parameters:
config - Absolute Path for system.xml for xindice
Method Detail

start

public boolean start()
starts the service

Returns:
true or false

stop

public boolean stop()
stops service

Returns:
true or false

getPort

public int getPort()
returns the port number on which the Kernel is running

Returns: