org.apache.manifoldcf.crawler.connectors.jdbc
Class JDBCConnection.NextResultRowThread

java.lang.Object
  extended by java.lang.Thread
      extended by org.apache.manifoldcf.crawler.connectors.jdbc.JDBCConnection.NextResultRowThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
JDBCConnection

protected static class JDBCConnection.NextResultRowThread
extends java.lang.Thread


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
protected  java.lang.Throwable exception
           
protected  org.apache.manifoldcf.core.interfaces.IResultRow response
           
protected  java.lang.String[] resultCols
           
protected  java.sql.ResultSet rs
           
protected  java.sql.ResultSetMetaData rsmd
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
JDBCConnection.NextResultRowThread(java.sql.ResultSet rs, java.sql.ResultSetMetaData rsmd, java.lang.String[] resultCols)
           
 
Method Summary
 java.lang.Throwable getException()
           
 org.apache.manifoldcf.core.interfaces.IResultRow getResponse()
           
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

rs

protected java.sql.ResultSet rs

rsmd

protected java.sql.ResultSetMetaData rsmd

resultCols

protected java.lang.String[] resultCols

exception

protected java.lang.Throwable exception

response

protected org.apache.manifoldcf.core.interfaces.IResultRow response
Constructor Detail

JDBCConnection.NextResultRowThread

public JDBCConnection.NextResultRowThread(java.sql.ResultSet rs,
                                          java.sql.ResultSetMetaData rsmd,
                                          java.lang.String[] resultCols)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread

getException

public java.lang.Throwable getException()

getResponse

public org.apache.manifoldcf.core.interfaces.IResultRow getResponse()