org.exist.source
Class AbstractSource
java.lang.Object
org.exist.source.AbstractSource
- All Implemented Interfaces:
- Source
- Direct Known Subclasses:
- CocoonSource, DBSource, FileSource, StringSource, URLSource
public abstract class AbstractSource
- extends Object
- implements Source
- Author:
- wolf
AbstractSource
public AbstractSource()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
getCacheTimestamp
public long getCacheTimestamp()
- Specified by:
getCacheTimestamp
in interface Source
setCacheTimestamp
public void setCacheTimestamp(long timestamp)
- Description copied from interface:
Source
- Set a timestamp for this source. This is used
by
XQueryPool
to
check if a source has timed out.
- Specified by:
setCacheTimestamp
in interface Source
Copyright (C) Wolfgang Meier. All rights reserved.