edu.cmu.aura.service.db
Class ServiceRunner

java.lang.Object
  |
  +--edu.cmu.aura.service.db.ServiceRunner

public class ServiceRunner
extends java.lang.Object

ServiceRunner is used to start the Database.


Constructor Summary
ServiceRunner(int port)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void start(java.io.InputStream dbDefStream)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceRunner

public ServiceRunner(int port)
Method Detail

start

public void start(java.io.InputStream dbDefStream)
           throws java.lang.Exception
java.lang.Exception

main

public static void main(java.lang.String[] args)