ucr.core
Class RouteMessage

java.lang.Object
  extended byucr.core.RouteMessage

class RouteMessage
extends java.lang.Object

Records a message to route


Field Summary
(package private)  NodeConnection connection
           
(package private)  Message m
           
 
Constructor Summary
(package private) RouteMessage(Message m, NodeConnection connection)
           
 
Method Summary
(package private)  NodeConnection getConnection()
           
(package private)  Message getMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m

Message m

connection

NodeConnection connection
Constructor Detail

RouteMessage

RouteMessage(Message m,
             NodeConnection connection)
Method Detail

getMessage

Message getMessage()

getConnection

NodeConnection getConnection()