org.itr_rescue.dataGuard.FileQueue
Class FileContentQueue

java.lang.Object
  extended by org.itr_rescue.dataGuard.FileQueue.FileContentQueue
All Implemented Interfaces:
java.lang.Runnable

public class FileContentQueue
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
FileContentQueue(QueueManager parent)
           
 
Method Summary
 void addAction(IAction action)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileContentQueue

public FileContentQueue(QueueManager parent)
Method Detail

addAction

public void addAction(IAction action)

run

public void run()
Specified by:
run in interface java.lang.Runnable