org.gridbus.broker.util
Class HSQLDBUtil

java.lang.Object
  extended by org.gridbus.broker.util.HSQLDBUtil

public class HSQLDBUtil
extends java.lang.Object


Constructor Summary
HSQLDBUtil()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void startServer()
          Starts a HSQLDB server.
 void stopServer()
          Stops the HSQL DB server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HSQLDBUtil

public HSQLDBUtil()
Method Detail

startServer

public void startServer()
                 throws java.io.IOException
Starts a HSQLDB server.

Throws:
java.io.IOException

stopServer

public void stopServer()
Stops the HSQL DB server.


main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Parameters:
args -
Throws:
java.io.IOException

Copyright © The University of Melbourne. 2006