Uses of Class
org.planx.xmlstore.routing.messaging.UnknownMessageException

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

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

Methods in org.planx.xmlstore.routing.messaging that throw UnknownMessageException
 Message MessageFactory.createMessage(byte code, DataInput in)
          Creates a Message of type code from the specified stream.
 void Receiver.receive(Message incoming, int comm)
          Message is received with communication identifier comm.
 void Receiver.timeout(int comm)
          No reply received in MessageServer.TIMEOUT seconds for the message with communication id comm.
 

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

Methods in org.planx.xmlstore.routing.operation that throw UnknownMessageException
 Message MessageFactoryImpl.createMessage(byte code, DataInput in)
           
 void NodeLookupReceiver.receive(Message incoming, int comm)
           
 void DataLookupReceiver.receive(Message incoming, int comm)
           
 void HashRequestReceiver.receive(Message incoming, int comm)
           
 void HashReceiver.receive(Message incoming, int comm)
           
 



Copyright © 2010. All Rights Reserved.