|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.source.AbstractSource
Field Summary |
Fields inherited from interface org.exist.source.Source |
INVALID, UNKNOWN, VALID |
Constructor Summary | |
AbstractSource()
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
long |
getCacheTimestamp()
|
int |
hashCode()
|
void |
setCacheTimestamp(long timestamp)
Set a timestamp for this source. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.exist.source.Source |
getContent, getKey, getReader, isValid, isValid |
Constructor Detail |
public AbstractSource()
Method Detail |
public boolean equals(java.lang.Object obj)
public int hashCode()
public long getCacheTimestamp()
getCacheTimestamp
in interface Source
public void setCacheTimestamp(long timestamp)
Source
XQueryPool
to
check if a source has timed out.
setCacheTimestamp
in interface Source
timestamp
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |