Uses of Class
planet.util.Queue

Packages that use Queue
planet.chord   
planet.commonapi   
planet.generic.commonapi   
 

Uses of Queue in planet.chord
 

Methods in planet.chord that return Queue
 Queue ChordNode.outMessages()
          Overwrites the outMessages to evaluates the internal flag hasFailed for not to deliver the outgoing queue of messages.
 

Uses of Queue in planet.commonapi
 

Methods in planet.commonapi that return Queue
 Queue Node.outMessages()
          Returns the outgoing queue with message to be send.
 

Uses of Queue in planet.generic.commonapi
 

Methods in planet.generic.commonapi that return Queue
 Queue NetworkNodeImpl.outMessages()
          Returns the present outgoing queue of this node
 Queue NodeImpl.outMessages()
          Returns the present outgoing queue of this node
 Queue NodeImpl.inMessages()
           
 

Methods in planet.generic.commonapi with parameters of type Queue
protected  void NetworkImpl.send(Queue messages)
          Takes all messages of queue and send to all destination nodes.