Uses of Package
org.planx.xmlstore.routing.messaging

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

Classes in org.planx.xmlstore.routing.messaging used by org.planx.xmlstore.routing
Streamable
          A Streamable object is able to write its state to an output stream and a class implementing Streamable must be able to recreate an instance of the class from an input stream.
 

Classes in org.planx.xmlstore.routing.messaging used by org.planx.xmlstore.routing.messaging
Message
           
MessageFactory
          Creates Message and Receiver objects based on message code types.
MessageServer
          Listens for incoming UDP messages and provides a framework for sending messages and responding to received messages.
Receiver
          A Receiver waits for incoming messages and performs some action if various events occur.
Streamable
          A Streamable object is able to write its state to an output stream and a class implementing Streamable must be able to recreate an instance of the class from an input stream.
UnknownMessageException
          Thrown to indicate that a message type is unknown or a message with a given communication identifier is unexpected.
 

Classes in org.planx.xmlstore.routing.messaging used by org.planx.xmlstore.routing.operation
Message
           
MessageFactory
          Creates Message and Receiver objects based on message code types.
MessageServer
          Listens for incoming UDP messages and provides a framework for sending messages and responding to received messages.
Receiver
          A Receiver waits for incoming messages and performs some action if various events occur.
Streamable
          A Streamable object is able to write its state to an output stream and a class implementing Streamable must be able to recreate an instance of the class from an input stream.
UnknownMessageException
          Thrown to indicate that a message type is unknown or a message with a given communication identifier is unexpected.
 



Copyright © 2010. All Rights Reserved.