Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.derby.impl.drda.DRDAConnThread

Uses of DRDAConnThread in org.apache.derby.impl.drda
 

Fields in org.apache.derby.impl.drda declared as DRDAConnThread
private  DRDAConnThread DRDAXAProtocol.connThread
           
private  DRDAConnThread DRDAProtocolException.agent
           
private  DRDAConnThread DDMWriter.agent
           
private  DRDAConnThread DDMReader.agent
           
 

Methods in org.apache.derby.impl.drda with parameters of type DRDAConnThread
protected static DRDAProtocolException DRDAProtocolException.newDisconnectException(DRDAConnThread agent, java.lang.Object[] args)
           
protected static DRDAProtocolException DRDAProtocolException.newAgentError(DRDAConnThread agent, int svrcod, java.lang.String rdbnam, java.lang.String srvdgn)
           
protected  void DDMReader.initialize(DRDAConnThread agent, DssTrace dssTrace)
          Initialize values for this session, the reader is reused so we need to set null and 0 values
 

Constructors in org.apache.derby.impl.drda with parameters of type DRDAConnThread
DRDAXAProtocol(DRDAConnThread connThread)
           
DRDAProtocolException(java.lang.String msgid, DRDAConnThread agent, int cpArg, int errCdArg, java.lang.Object[] args)
          Create a new Protocol exception
DRDAProtocolException(java.lang.String msgid, DRDAConnThread agent, int cpArg, int errCdArg)
           
DDMWriter(int minSize, CcsidManager ccsidManager, DRDAConnThread agent, DssTrace dssTrace)
           
DDMWriter(CcsidManager ccsidManager, DRDAConnThread agent, DssTrace dssTrace)
           
DDMReader(DRDAConnThread agent, DssTrace dssTrace)