Uses of Class
gecco.communication.messages.MessageQueue

Packages that use MessageQueue
gecco.communication.client   
gecco.communication.server   
 

Uses of MessageQueue in gecco.communication.client
 

Fields in gecco.communication.client declared as MessageQueue
private  MessageQueue DataOutputExchangeHandler.messages_to_send
          Description of the Field
 

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

Uses of MessageQueue in gecco.communication.server
 

Fields in gecco.communication.server declared as MessageQueue
private  MessageQueue DataOutputExchangeHandler.messages_to_send
          Description of the Field
 

Constructors in gecco.communication.server with parameters of type MessageQueue
DataOutputExchangeHandler(MessageQueue q, ClientConnection cc, Server se, ClientConnectionHandler cch)
          Constructor for the DataOutputExchangeHandler object