sidnet.core.misc
Class DeadEndList

java.lang.Object
  extended by sidnet.core.misc.DeadEndList

public class DeadEndList
extends java.lang.Object


Constructor Summary
DeadEndList(long ExpPer)
          Creates a new instance of DeadEndList
 
Method Summary
 void Add_And_Monitor(DeadEndListEntry entry)
           
 void Block(DeadEndListEntry entry, long currentTimeStamp)
           
 int GetItemStatus(DeadEndListEntry entry, long currentTimeStamp)
           
 void Remove(DeadEndListEntry entry)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeadEndList

public DeadEndList(long ExpPer)
Creates a new instance of DeadEndList

Method Detail

Add_And_Monitor

public void Add_And_Monitor(DeadEndListEntry entry)

Block

public void Block(DeadEndListEntry entry,
                  long currentTimeStamp)

Remove

public void Remove(DeadEndListEntry entry)

GetItemStatus

public int GetItemStatus(DeadEndListEntry entry,
                         long currentTimeStamp)

size

public int size()