Uses of Interface
org.planx.xmlstore.routing.messaging.Message

Packages that use Message
org.planx.xmlstore.routing.messaging   
org.planx.xmlstore.routing.operation   
 

Uses of Message in org.planx.xmlstore.routing.messaging
 

Methods in org.planx.xmlstore.routing.messaging that return Message
 Message MessageFactory.createMessage(byte code, DataInput in)
          Creates a Message of type code from the specified stream.
 

Methods in org.planx.xmlstore.routing.messaging with parameters of type Message
 void Receiver.receive(Message incoming, int comm)
          Message is received with communication identifier comm.
 void MessageServer.reply(int comm, Message message, InetAddress ip, int port)
          Sends a reply to the message with the specified communication id.
 int MessageServer.send(Message message, InetAddress ip, int port, Receiver recv)
          Sends the specified Message and calls the specified Receiver when a reply for the message is received.
 

Uses of Message in org.planx.xmlstore.routing.operation
 

Classes in org.planx.xmlstore.routing.operation that implement Message
 class AcknowledgeMessage
           
 class ConnectMessage
           
 class DataLookupMessage
           
 class DataMessage
           
 class HashMessage
           
 class HashRequestMessage
           
 class LookupMessage
           
 class NodeLookupMessage
           
 class NodeReplyMessage
           
 class OriginMessage
          A message containing the origin node.
 class RemoveMessage
           
 class StoreMessage
          Message representing a mapping from a key to a value.
 class StoreRequestMessage
           
 

Methods in org.planx.xmlstore.routing.operation that return Message
 Message MessageFactoryImpl.createMessage(byte code, DataInput in)
           
 

Methods in org.planx.xmlstore.routing.operation with parameters of type Message
 void StoreReceiver.receive(Message incoming, int comm)
           
 void ConnectReceiver.receive(Message incoming, int comm)
          Responds to a ConnectMessage by sending a ConnectReplyMessage.
 void RemoveReceiver.receive(Message incoming, int comm)
           
 void NodeLookupReceiver.receive(Message incoming, int comm)
           
 void ConnectOperation.receive(Message incoming, int comm)
          Receives an AcknowledgeMessage from the boot strap node.
 void StoreRequestReceiver.receive(Message incoming, int comm)
           
 void DataLookupOperation.receive(Message incoming, int comm)
          Once a DataMessage is received the algorithm terminates.
 void DataLookupReceiver.receive(Message incoming, int comm)
           
 void HashRequestReceiver.receive(Message incoming, int comm)
           
 void OriginReceiver.receive(Message incoming, int comm)
          Updates the local space by inserting the origin node.
 void NodeLookupOperation.receive(Message incoming, int comm)
          Receives an incoming NodeReplyMessage.
 void HashReceiver.receive(Message incoming, int comm)
           
 



Copyright © 2010. All Rights Reserved.