net.sf.xtract.caching
Class LazyEntry

java.lang.Object
  extended by net.sf.xtract.caching.LazyEntry
All Implemented Interfaces:
DocumentCache.Entry

public class LazyEntry
extends java.lang.Object
implements DocumentCache.Entry

TODO Write javadoc for


Constructor Summary
LazyEntry(java.io.File pFile)
           
 
Method Summary
 org.w3c.dom.Document getDocument()
           
 java.io.File getFile()
           
 long getTimestamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyEntry

public LazyEntry(java.io.File pFile)
Method Detail

getTimestamp

public long getTimestamp()
                  throws java.lang.InterruptedException,
                         java.util.concurrent.ExecutionException
Specified by:
getTimestamp in interface DocumentCache.Entry
Throws:
java.lang.InterruptedException
java.util.concurrent.ExecutionException

getDocument

public org.w3c.dom.Document getDocument()
                                 throws java.lang.InterruptedException,
                                        java.util.concurrent.ExecutionException
Specified by:
getDocument in interface DocumentCache.Entry
Throws:
java.lang.InterruptedException
java.util.concurrent.ExecutionException

getFile

public java.io.File getFile()
                     throws java.lang.InterruptedException,
                            java.util.concurrent.ExecutionException
Specified by:
getFile in interface DocumentCache.Entry
Throws:
java.lang.InterruptedException
java.util.concurrent.ExecutionException


Copyright © 2005 . All Rights Reserved.