server
Class DatabaseRunner

java.lang.Object
  extended by server.DatabaseRunner

public class DatabaseRunner
extends java.lang.Object

Esta clase modelo un Adminitrador de servidor SQL. Permite iniciar y detener el servicio eligiendo una configuracion. Solo modela la parte del Model del MVC. pattern: MVC

Author:
Hernan Rancati
 

Constructor Summary
DatabaseRunner()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void startService(TransportServiceConfigurator c)
           
static void stopService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseRunner

public DatabaseRunner()
Method Detail

startService

public static void startService(TransportServiceConfigurator c)

stopService

public static void stopService()

main

public static void main(java.lang.String[] args)
                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException