net.sf.xtract
Interface DocumentCache.Entry

All Known Implementing Classes:
LazyEntry
Enclosing class:
DocumentCache

public static interface DocumentCache.Entry


Method Summary
 org.w3c.dom.Document getDocument()
           
 java.io.File getFile()
           
 long getTimestamp()
           
 

Method Detail

getFile

java.io.File getFile()
                     throws java.lang.InterruptedException,
                            java.util.concurrent.ExecutionException
Throws:
java.lang.InterruptedException
java.util.concurrent.ExecutionException

getDocument

org.w3c.dom.Document getDocument()
                                 throws java.lang.InterruptedException,
                                        java.util.concurrent.ExecutionException
Throws:
java.lang.InterruptedException
java.util.concurrent.ExecutionException

getTimestamp

long getTimestamp()
                  throws java.lang.InterruptedException,
                         java.util.concurrent.ExecutionException
Throws:
java.lang.InterruptedException
java.util.concurrent.ExecutionException


Copyright © 2005 . All Rights Reserved.