Uses of Interface
org.openbandy.net.server.ServerService

Packages that use ServerService
org.openbandy.example.pingpong   
org.openbandy.example.remotestore   
org.openbandy.net.server   
 

Uses of ServerService in org.openbandy.example.pingpong
 

Classes in org.openbandy.example.pingpong that implement ServerService
 class PingPongService
          TODO describe purpose and usage

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

Methods in org.openbandy.example.pingpong that return ServerService
 ServerService PingPongService.getNewInstance()
           
 

Uses of ServerService in org.openbandy.example.remotestore
 

Classes in org.openbandy.example.remotestore that implement ServerService
 class RemoteStoreService
          TODO describe purpose and usage

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

Methods in org.openbandy.example.remotestore that return ServerService
 ServerService RemoteStoreService.getNewInstance()
           
 

Uses of ServerService in org.openbandy.net.server
 

Methods in org.openbandy.net.server that return ServerService
 ServerService ServerService.getNewInstance()
           
 

Methods in org.openbandy.net.server with parameters of type ServerService
 void BandyServer.startService(ServerService bandyService, int numberOfServerInstances)
          TODO comment!
 void BandyServerImpl.startService(ServerService bandyService, int numberOfServerInstances)
           
 void BandyServer.stopService(ServerService bandyService)
          TODO comment!
 void BandyServerImpl.stopService(ServerService bandyService)
           
 

Constructors in org.openbandy.net.server with parameters of type ServerService
ServiceServer(ServerService service, int workers)