|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.ucsb.nceas.metacat.RelationHandler
Constructor Summary | |
RelationHandler(DocumentImpl xmldoc,
java.sql.Connection conn)
Constructor for this class. |
Method Summary | |
void |
deleteRelations(java.lang.String docid)
Deletes all of the relations with a docid of 'docid'. |
void |
run()
The thread handler |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RelationHandler(DocumentImpl xmldoc, java.sql.Connection conn)
xmldoc
- the xml document to index.Method Detail |
public void run()
run
in interface java.lang.Runnable
public void deleteRelations(java.lang.String docid)
docid
- the docid to delete.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |