object
Class DeletionQueue

java.lang.Object
  extended by object.DeletionQueue

public class DeletionQueue
extends java.lang.Object

Author:
Rob Minson

Constructor Summary
DeletionQueue()
           
 
Method Summary
 void add(LookupReference ref)
           
 java.util.List<LookupReference> flushDeletions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeletionQueue

public DeletionQueue()
Method Detail

add

public void add(LookupReference ref)

flushDeletions

public java.util.List<LookupReference> flushDeletions()