edu.ucsb.nceas.metacat
Class relationHandler

java.lang.Object
  |
  +--edu.ucsb.nceas.metacat.relationHandler
All Implemented Interfaces:
java.lang.Runnable

public class relationHandler
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
relationHandler(DocumentImpl xmldoc, java.sql.Connection con)
          Constructor for this class.
 
Method Summary
 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

relationHandler

public relationHandler(DocumentImpl xmldoc,
                       java.sql.Connection con)
Constructor for this class. finds all of the relations to a single xml document and writes them to the database. This includes transitive relations.
Parameters:
xmldoc - the xml document to index.
Method Detail

run

public void run()
The thread handler
Specified by:
run in interface java.lang.Runnable


Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.