ostore.tapestry.impl
Class Router.MsgTime

java.lang.Object
  |
  +--ostore.tapestry.impl.Router.MsgTime
Enclosing class:
Router

public class Router.MsgTime
extends Object

A Comparator used to compare the enqueue time for message in multicast queue.


Field Summary
 SecureHash msg_id
           
 long time
           
 
Constructor Summary
Router.MsgTime(SecureHash id, long t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

msg_id

public SecureHash msg_id

time

public long time
Constructor Detail

Router.MsgTime

public Router.MsgTime(SecureHash id,
                      long t)