ostore.tapestry.impl
Class RoutingTable.Available

java.lang.Object
  |
  +--ostore.tapestry.impl.RoutingTable.Available
All Implemented Interfaces:
QueueElementIF
Enclosing class:
RoutingTable

public static class RoutingTable.Available
extends Object
implements QueueElementIF


Field Summary
 HashMap objlevels
           
 HashMap revpointers
           
 RoutingTable table
           
 
Constructor Summary
RoutingTable.Available(RoutingTable t, HashMap rev, HashMap objs)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

table

public RoutingTable table

revpointers

public HashMap revpointers

objlevels

public HashMap objlevels
Constructor Detail

RoutingTable.Available

public RoutingTable.Available(RoutingTable t,
                              HashMap rev,
                              HashMap objs)
Method Detail

toString

public String toString()
Overrides:
toString in class Object