|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.nist.antd.merlin.protocol.signaling.DynRecovery.HandledRoutesHTable
class used to know if a route is already handled by DynRecovery
| Field Summary | |
private java.util.Hashtable |
rtesHashTable
the HAshTable of handled routes |
| Constructor Summary | |
DynRecovery.HandledRoutesHTable()
HandledRoutesHTable default constructor |
|
| Method Summary | |
void |
addRoute(int routeID)
addRoute adds a route to the Hashtable |
private java.lang.Integer |
getRouteEntry(int key)
getIntKey method used a key in the hashtable |
boolean |
isRouteHandled(int routeID)
isRouteHandled test if the route is already handled |
void |
removeRoute(int routeID)
removeRoute remove a route from the Hashtable |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.util.Hashtable rtesHashTable
| Constructor Detail |
public DynRecovery.HandledRoutesHTable()
| Method Detail |
public void addRoute(int routeID)
routeID - the routeID to add in the HashTablepublic boolean isRouteHandled(int routeID)
routeID - the routeID to search for in the HashTable
private java.lang.Integer getRouteEntry(int key)
key - the routeID you are looking for in the Hashtable
public void removeRoute(int routeID)
routeID - the routeID to remove from the HashTable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||