Uses of Class
gecco.communication.client.ServerAmbassador

Packages that use ServerAmbassador
gecco.communication.client   
 

Uses of ServerAmbassador in gecco.communication.client
 

Fields in gecco.communication.client declared as ServerAmbassador
private  ServerAmbassador DataOutputExchangeHandler.i_am_working_for
          Description of the Field
private  ServerAmbassador DataInputExchangeHandler.i_am_working_for
          Description of the Field
 

Constructors in gecco.communication.client with parameters of type ServerAmbassador
DataOutputExchangeHandler(MessageQueue q, ServerConnection sc, ServerAmbassador sa)
           
DataInputExchangeHandler(ServerConnection sc, Client cl, ServerAmbassador sa, DataOutputExchangeHandler DEHOutput)