org.enhydra.xml.xmlc.deferredparsing
Class DocumentLoaderImpl.CacheEntry

java.lang.Object
  |
  +--org.enhydra.xml.xmlc.deferredparsing.DocumentLoaderImpl.CacheEntry
Enclosing class:
DocumentLoaderImpl

protected static class DocumentLoaderImpl.CacheEntry
extends Object

Helper class for storing cached DOMs


Field Summary
(package private)  Document document
           
(package private)  boolean ready
           
(package private)  URL src
           
(package private)  long timestamp
           
 
Constructor Summary
protected DocumentLoaderImpl.CacheEntry()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timestamp

volatile long timestamp

document

volatile Document document

src

volatile URL src

ready

volatile boolean ready
Constructor Detail

DocumentLoaderImpl.CacheEntry

protected DocumentLoaderImpl.CacheEntry()


Copyright © 1999-2002 enhydra.org (Mark Diekhans, David Li, Richard Kunze). All Rights reserved.