com.sybase.jdbc2.tds
Class EventThread

java.lang.Object
  |
  +--com.sybase.jdbc2.tds.EventThread

public class EventThread
extends Object
implements Runnable


Field Summary
 protected int_eventCount
           
 private com.sybase.jdbcx.SybEventHandler_hdlr
           
 private com.sybase.jdbc2.jdbc.SybResultSet_params
           
 private java.lang.String_procName
           
 private com.sybase.jdbc2.tds.TdsEventContext_tec
           
 protected boolean_threadState
           

Constructor Summary
 protected EventThread(com.sybase.jdbc2.tds.TdsEventContext )
           

Method Summary
 voidrun()
           

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize

Field Detail

_eventCount

protected int _eventCount

_hdlr

private com.sybase.jdbcx.SybEventHandler _hdlr

_params

private com.sybase.jdbc2.jdbc.SybResultSet _params

_procName

private java.lang.String _procName

_tec

private com.sybase.jdbc2.tds.TdsEventContext _tec

_threadState

protected boolean _threadState
Constructor Detail

EventThread

protected EventThread(com.sybase.jdbc2.tds.TdsEventContext )
Method Detail

run

public void run()