org.openbandy.net.server
Class BandyServerImpl

java.lang.Object
  extended by org.openbandy.net.server.BandyServerImpl
All Implemented Interfaces:
BandyServer

public class BandyServerImpl
extends java.lang.Object
implements BandyServer

TODO describe purpose and usage

(c) Copyright Philipp Bolliger 2007, ALL RIGHTS RESERVED.

Version:
1.0
Author:
Philipp Bolliger (philipp@bolliger.name)

Constructor Summary
BandyServerImpl()
           
 
Method Summary
 void startService(ServerService bandyService, int numberOfServerInstances)
          TODO comment!
 void stopAll()
          TODO comment!
 void stopService(ServerService bandyService)
          TODO comment!
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BandyServerImpl

public BandyServerImpl()
Method Detail

startService

public void startService(ServerService bandyService,
                         int numberOfServerInstances)
Description copied from interface: BandyServer
TODO comment!

Specified by:
startService in interface BandyServer

stopService

public void stopService(ServerService bandyService)
Description copied from interface: BandyServer
TODO comment!

Specified by:
stopService in interface BandyServer

stopAll

public void stopAll()
Description copied from interface: BandyServer
TODO comment!

Specified by:
stopAll in interface BandyServer