Class Server

Implemented Interfaces:
Runnable
Known Direct Subclasses:
SimulationServer

public class Server
extends java.lang.Object
implements Runnable

See Also:
Client, Connection, SimulationServer

Field Summary

(package private) debug
DEBUG
(package private) Vector
connections
(package private) ServerSocket
listener
(package private) ServerControlWindow
scw
(package private) Thread
serverThread

Constructor Summary

Server(int portNumber)

Method Summary

void
run()
void
sendEvent(String eventName)

Field Details

DEBUG

(package private)  debug DEBUG

connections

(package private)  Vector connections

listener

(package private)  ServerSocket listener

scw

(package private)  ServerControlWindow scw

serverThread

(package private)  Thread serverThread

Constructor Details

Server

public Server(int portNumber)

Method Details

run

public void run()

sendEvent

public void sendEvent(String eventName)