be.SIRAPRISE.server
Class ServerEngine

java.lang.Object
  extended by be.SIRAPRISE.server.ServerEngine
All Implemented Interfaces:
java.lang.Runnable

public final class ServerEngine
extends java.lang.Object
implements java.lang.Runnable

A single autonomous "working unit" that, together with possible other engines, forms a database engine complex.

Version:
1.0
Author:
Erwin Smout

Method Summary
 void run()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object