uba.db.sql.server
Class Server
java.lang.Object
uba.db.sql.server.Server
public class Server
- extends java.lang.Object
- Version:
- $Revision$
|
Constructor Summary |
Server(java.net.InetSocketAddress serverAddress,
java.io.File databaseDirectory)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Server
public Server(java.net.InetSocketAddress serverAddress,
java.io.File databaseDirectory)
isRunning
public boolean isRunning()
start
public void start()
throws ServerStartUpException,
ServerAlreadyRunningException
- Throws:
ServerStartUpException
ServerAlreadyRunningException
stop
public void stop()
throws ServerAlreadyStoppedException
- Throws:
ServerAlreadyStoppedException
startWhenStopped
protected void startWhenStopped()
throws ServerStartUpException
- Throws:
ServerStartUpException
stopWhenRunning
protected void stopWhenRunning()
Copyright © -2005 . All Rights Reserved.