org.openbandy.net.server
Interface BandyServer

All Known Implementing Classes:
BandyServerImpl

public interface BandyServer

TODO describe purpose and usage

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

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

Method Summary
 void startService(ServerService bandyService, int numberOfServerInstances)
          TODO comment!
 void stopAll()
          TODO comment!
 void stopService(ServerService bandyService)
          TODO comment!
 

Method Detail

startService

void startService(ServerService bandyService,
                  int numberOfServerInstances)
TODO comment!

Parameters:
bandyService -
numberOfServerInstances -

stopService

void stopService(ServerService bandyService)
TODO comment!

Parameters:
bandyService -

stopAll

void stopAll()
TODO comment!