ostore.oil
Class TestFileEvent

java.lang.Object
  |
  +--ostore.oil.TestFileEvent
All Implemented Interfaces:
QueueElementIF

public class TestFileEvent
extends Object
implements QueueElementIF

A simple class to signal file operation events.


Field Summary
 QSString filename
          The name of the file operated on.
 long timestamp
          The time of the operation.
 
Constructor Summary
TestFileEvent()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

filename

public QSString filename
The name of the file operated on.


timestamp

public long timestamp
The time of the operation.

Constructor Detail

TestFileEvent

public TestFileEvent()
Method Detail

toString

public String toString()
Overrides:
toString in class Object