Uses of Class
planet.util.QueueFull

Packages that use QueueFull
planet.commonapi   
planet.generic.commonapi   
planet.util   
 

Uses of QueueFull in planet.commonapi
 

Methods in planet.commonapi that throw QueueFull
 void Node.receive(RouteMessage msg)
          This method is invoked to send a message msg to the actual Node (another ----> me).
 void Node.send(RouteMessage msg)
          This method is invoked to send a message msg to another Node (me ---> another).
 

Uses of QueueFull in planet.generic.commonapi
 

Methods in planet.generic.commonapi that throw QueueFull
 void NetworkNodeImpl.receive(RouteMessage msg)
          Puts a message in the incoming queue of this node
 void NetworkNodeImpl.send(RouteMessage msg)
          Puts a message in the outcoming queue of this node
 void NodeImpl.receive(RouteMessage msg)
          Puts a message in the incoming queue of this node
 void NodeImpl.send(RouteMessage msg)
          Puts a message in the outcoming queue of this node
 

Uses of QueueFull in planet.util
 

Methods in planet.util that throw QueueFull
 void Queue.add(java.lang.Object value)
          Add a value to the tail of the queue.