Uses of Interface
org.openbandy.net.ServerProtocol

Packages that use ServerProtocol
org.openbandy.example.pingpong   
org.openbandy.example.remotestore   
org.openbandy.net   
org.openbandy.net.client   
org.openbandy.net.server   
org.openbandy.service   
 

Uses of ServerProtocol in org.openbandy.example.pingpong
 

Classes in org.openbandy.example.pingpong that implement ServerProtocol
 class PingPongProtocol
          TODO describe purpose and usage

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

Methods in org.openbandy.example.pingpong that return ServerProtocol
 ServerProtocol PingPongService.getProtocol()
           
 

Uses of ServerProtocol in org.openbandy.example.remotestore
 

Classes in org.openbandy.example.remotestore that implement ServerProtocol
 class RemoteStoreProtocol
          TODO describe purpose and usage

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

Methods in org.openbandy.example.remotestore that return ServerProtocol
 ServerProtocol RemoteStoreService.getProtocol()
           
 

Uses of ServerProtocol in org.openbandy.net
 

Methods in org.openbandy.net with parameters of type ServerProtocol
 Message MessageBroker.sendMessage(java.lang.String host, ServerProtocol protocol, Message message)
           
 

Uses of ServerProtocol in org.openbandy.net.client
 

Methods in org.openbandy.net.client with parameters of type ServerProtocol
 Message MessageBrokerImpl.sendMessage(java.lang.String host, ServerProtocol protocol, Message message)
           
 

Uses of ServerProtocol in org.openbandy.net.server
 

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

Methods in org.openbandy.net.server with parameters of type ServerProtocol
 Message MessageBrokerImpl.sendMessage(java.lang.String host, ServerProtocol protocol, Message message)
           
 

Uses of ServerProtocol in org.openbandy.service
 

Methods in org.openbandy.service with parameters of type ServerProtocol
static Message MessageService.sendMessage(java.lang.String host, ServerProtocol protocol, Message message)