Java Doc for NetXAConnectionReply.java in  » Database-DBMS » db-derby-10.2 » org » apache » derby » client » net » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Database DBMS » db derby 10.2 » org.apache.derby.client.net 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.derby.client.net.Reply
      org.apache.derby.client.net.NetConnectionReply
         org.apache.derby.client.net.NetPackageReply
            org.apache.derby.client.net.NetStatementReply
               org.apache.derby.client.net.NetResultSetReply
                  org.apache.derby.client.net.NetXAConnectionReply

NetXAConnectionReply
public class NetXAConnectionReply extends NetResultSetReply (Code)



Constructor Summary
 NetXAConnectionReply(NetAgent netAgent, int bufferSize)
    

Method Summary
protected  java.util.HashtableparseIndoubtList()
    
 intparseSYNCCRD(ConnectionCallbackInterface connection)
    
protected  intparseSYNCCTLreply(ConnectionCallbackInterface connection)
    
protected  byteparseSYNCTYPE()
    
protected  intparseXARETVAL()
    
protected  XidparseXID()
    
protected  intparseXIDCNT()
    
public  voidreadLocalXACommit(ConnectionCallbackInterface connection)
    
public  voidreadLocalXARollback(ConnectionCallbackInterface connection)
    
public  voidreadLocalXAStart(ConnectionCallbackInterface connection)
    
protected  voidreadXaCommit(NetConnection conn)
    
protected  intreadXaEndUnitOfWork(NetConnection conn)
    
protected  voidreadXaForget(NetConnection conn)
    
protected  intreadXaPrepare(NetConnection conn)
    
protected  voidreadXaRecover(NetConnection conn)
    
protected  intreadXaRollback(NetConnection conn)
    
protected  voidreadXaStartUnitOfWork(NetConnection conn)
    


Constructor Detail
NetXAConnectionReply
NetXAConnectionReply(NetAgent netAgent, int bufferSize)(Code)




Method Detail
parseIndoubtList
protected java.util.Hashtable parseIndoubtList() throws DisconnectException(Code)



parseSYNCCRD
int parseSYNCCRD(ConnectionCallbackInterface connection) throws DisconnectException(Code)



parseSYNCCTLreply
protected int parseSYNCCTLreply(ConnectionCallbackInterface connection) throws DisconnectException(Code)



parseSYNCTYPE
protected byte parseSYNCTYPE() throws DisconnectException(Code)



parseXARETVAL
protected int parseXARETVAL() throws DisconnectException(Code)



parseXID
protected Xid parseXID() throws DisconnectException(Code)



parseXIDCNT
protected int parseXIDCNT() throws DisconnectException(Code)



readLocalXACommit
public void readLocalXACommit(ConnectionCallbackInterface connection) throws DisconnectException(Code)



readLocalXARollback
public void readLocalXARollback(ConnectionCallbackInterface connection) throws DisconnectException(Code)



readLocalXAStart
public void readLocalXAStart(ConnectionCallbackInterface connection) throws DisconnectException(Code)



readXaCommit
protected void readXaCommit(NetConnection conn) throws DisconnectException(Code)



readXaEndUnitOfWork
protected int readXaEndUnitOfWork(NetConnection conn) throws DisconnectException(Code)



readXaForget
protected void readXaForget(NetConnection conn) throws DisconnectException(Code)



readXaPrepare
protected int readXaPrepare(NetConnection conn) throws DisconnectException(Code)



readXaRecover
protected void readXaRecover(NetConnection conn) throws DisconnectException(Code)



readXaRollback
protected int readXaRollback(NetConnection conn) throws DisconnectException(Code)



readXaStartUnitOfWork
protected void readXaStartUnitOfWork(NetConnection conn) throws DisconnectException(Code)



Methods inherited from org.apache.derby.client.net.NetResultSetReply
void parseCloseError(ResultSetCallbackInterface resultSetI) throws DisconnectException(Code)(Java Doc)
void parseFetchError(ResultSetCallbackInterface resultSetI) throws DisconnectException(Code)(Java Doc)
public void readCursorClose(ResultSetCallbackInterface resultSet) throws DisconnectException(Code)(Java Doc)
public void readFetch(ResultSetCallbackInterface resultSet) throws DisconnectException(Code)(Java Doc)
public void readPositioningFetch(ResultSetCallbackInterface resultSet) throws DisconnectException(Code)(Java Doc)
public void readScrollableFetch(ResultSetCallbackInterface resultSet) throws DisconnectException(Code)(Java Doc)

Methods inherited from org.apache.derby.client.net.NetStatementReply
protected void copyEXTDTA(NetCursor netCursor) throws DisconnectException(Code)(Java Doc)
void parseDescribeError(StatementCallbackInterface statement) throws DisconnectException(Code)(Java Doc)
protected void parseENDQRYRM(ResultSetCallbackInterface resultSetI) throws DisconnectException(Code)(Java Doc)
protected void parseEndQuery(ResultSetCallbackInterface resultSetI) throws DisconnectException(Code)(Java Doc)
void parseExecuteError(StatementCallbackInterface statementI) throws DisconnectException(Code)(Java Doc)
void parseExecuteImmediateError(StatementCallbackInterface statement) throws DisconnectException(Code)(Java Doc)
void parseExecuteSetStatementError(StatementCallbackInterface statement) throws DisconnectException(Code)(Java Doc)
NetSqlca parseFDODTA(NetCursor netCursor) throws DisconnectException(Code)(Java Doc)
protected int parseFastQRYATTSCR() throws DisconnectException(Code)(Java Doc)
protected int parseFastQRYATTSET() throws DisconnectException(Code)(Java Doc)
protected int parseFastQRYATTSNS() throws DisconnectException(Code)(Java Doc)
protected int parseFastQRYATTUPD() throws DisconnectException(Code)(Java Doc)
protected int parseFastQRYPRCTYP() throws DisconnectException(Code)(Java Doc)
protected int parseFastSQLCSRHLD() throws DisconnectException(Code)(Java Doc)
void parseFastSQLDTARDdata(NetCursor netCursor) throws DisconnectException(Code)(Java Doc)
protected NetResultSet parseOPNQRYRM(StatementCallbackInterface statementI, boolean isOPNQRYreply) throws DisconnectException(Code)(Java Doc)
protected void parseOpenQuery(StatementCallbackInterface statementI) throws DisconnectException(Code)(Java Doc)
void parseOpenQueryError(StatementCallbackInterface statementI) throws DisconnectException(Code)(Java Doc)
void parseOpenQueryFailure(StatementCallbackInterface statementI) throws DisconnectException(Code)(Java Doc)
protected Object parsePKGNAMCSN(boolean skip) throws DisconnectException(Code)(Java Doc)
protected java.util.ArrayList parsePKGSNLST() throws DisconnectException(Code)(Java Doc)
void parsePrepareError(StatementCallbackInterface statement) throws DisconnectException(Code)(Java Doc)
protected int parseQRYATTSCR() throws DisconnectException(Code)(Java Doc)
protected int parseQRYATTSET() throws DisconnectException(Code)(Java Doc)
protected int parseQRYATTSNS() throws DisconnectException(Code)(Java Doc)
protected int parseQRYATTUPD() throws DisconnectException(Code)(Java Doc)
protected void parseQRYDSC(NetCursor cursor) throws DisconnectException(Code)(Java Doc)
protected void parseQRYDTA(NetResultSet netResultSet) throws DisconnectException(Code)(Java Doc)
protected int parseQRYPRCTYP() throws DisconnectException(Code)(Java Doc)
protected java.util.ArrayList parseRSLSETRM() throws DisconnectException(Code)(Java Doc)
protected NetResultSet parseResultSetCursor(StatementCallbackInterface statementI, Section section) throws DisconnectException(Code)(Java Doc)
protected void parseResultSetProcedure(StatementCallbackInterface statementI) throws DisconnectException(Code)(Java Doc)
protected ColumnMetaData parseSQLCINRD() throws DisconnectException(Code)(Java Doc)
ColumnMetaData parseSQLCINRDarray() throws DisconnectException(Code)(Java Doc)
protected int parseSQLCSRHLD() throws DisconnectException(Code)(Java Doc)
protected NetSqlca parseSQLDARD(ColumnMetaData columnMetaData, boolean skipBytes) throws DisconnectException(Code)(Java Doc)
NetSqlca parseSQLDARDarray(ColumnMetaData columnMetaData, boolean skipBytes) throws DisconnectException(Code)(Java Doc)
protected NetSqlca parseSQLDTARD(NetSqldta netSqldta) throws DisconnectException(Code)(Java Doc)
void parseSQLDTARDdata(NetCursor netCursor) throws DisconnectException(Code)(Java Doc)
protected int parseSQLRSLRD(java.util.ArrayList sectionAL) throws DisconnectException(Code)(Java Doc)
int parseSQLRSLRDarray(java.util.ArrayList sectionAL) throws DisconnectException(Code)(Java Doc)
public void readDescribeInput(PreparedStatementCallbackInterface preparedStatement) throws DisconnectException(Code)(Java Doc)
public void readDescribeOutput(PreparedStatementCallbackInterface preparedStatement) throws DisconnectException(Code)(Java Doc)
public void readExecute(PreparedStatementCallbackInterface preparedStatement) throws DisconnectException(Code)(Java Doc)
public void readExecuteCall(StatementCallbackInterface statement) throws DisconnectException(Code)(Java Doc)
public void readExecuteImmediate(StatementCallbackInterface statement) throws DisconnectException(Code)(Java Doc)
public void readOpenQuery(StatementCallbackInterface statement) throws DisconnectException(Code)(Java Doc)
public void readPrepare(StatementCallbackInterface statement) throws DisconnectException(Code)(Java Doc)
public void readPrepareDescribeOutput(StatementCallbackInterface statement) throws DisconnectException(Code)(Java Doc)
public void readSetSpecialRegister(StatementCallbackInterface statement) throws DisconnectException(Code)(Java Doc)

Methods inherited from org.apache.derby.client.net.NetPackageReply
void parseDTAMCHRM() throws DisconnectException(Code)(Java Doc)
protected Object parsePKGNAMCT(boolean skip) throws DisconnectException(Code)(Java Doc)
protected void parseRDBUPDRM() throws DisconnectException(Code)(Java Doc)
void parseSQLERRRM() throws DisconnectException(Code)(Java Doc)
NetSqlca parseSqlErrorCondition() throws DisconnectException(Code)(Java Doc)

Methods inherited from org.apache.derby.client.net.NetConnectionReply
protected boolean checkAndGetReceivedFlag(boolean receivedFlag) throws DisconnectException(Code)(Java Doc)
protected void checkRequiredObjects(boolean receivedFlag) throws DisconnectException(Code)(Java Doc)
protected void checkRequiredObjects(boolean receivedFlag, boolean receivedFlag2) throws DisconnectException(Code)(Java Doc)
protected void checkRequiredObjects(boolean receivedFlag, boolean receivedFlag2, boolean receivedFlag3) throws DisconnectException(Code)(Java Doc)
protected void checkRequiredObjects(boolean receivedFlag, boolean receivedFlag2, boolean receivedFlag3, boolean receivedFlag4) throws DisconnectException(Code)(Java Doc)
protected void checkRequiredObjects(boolean receivedFlag, boolean receivedFlag2, boolean receivedFlag3, boolean receivedFlag4, boolean receivedFlag5, boolean receivedFlag6) throws DisconnectException(Code)(Java Doc)
protected void checkRequiredObjects(boolean receivedFlag, boolean receivedFlag2, boolean receivedFlag3, boolean receivedFlag4, boolean receivedFlag5, boolean receivedFlag6, boolean receivedFlag7) throws DisconnectException(Code)(Java Doc)
void doDtamchrmSemantics() throws DisconnectException(Code)(Java Doc)
protected void doObjnsprmSemantics(int codePoint) throws DisconnectException(Code)(Java Doc)
protected void doPrccnvrmSemantics(int conversationProtocolErrorCode) throws DisconnectException(Code)(Java Doc)
protected void doPrmnsprmSemantics(int codePoint) throws DisconnectException(Code)(Java Doc)
void doValnsprmSemantics(int codePoint, int value) throws DisconnectException(Code)(Java Doc)
void doValnsprmSemantics(int codePoint, String value) throws DisconnectException(Code)(Java Doc)
void parseABNUOWRM() throws DisconnectException(Code)(Java Doc)
NetSqlca parseAbnormalEndUow(ConnectionCallbackInterface connection, UnitOfWorkListener uwl) throws DisconnectException(Code)(Java Doc)
NetSqlca parseAbnormalEndUow(StatementCallbackInterface s) throws DisconnectException(Code)(Java Doc)
NetSqlca parseAbnormalEndUow(ResultSetCallbackInterface r) throws DisconnectException(Code)(Java Doc)
void parseAccessRdbError(NetConnection netConnection) throws DisconnectException(Code)(Java Doc)
void parseAccessSecurityError(NetConnection netConnection) throws DisconnectException(Code)(Java Doc)
protected int parseCCSIDDBC() throws DisconnectException(Code)(Java Doc)
protected int parseCCSIDMBC() throws DisconnectException(Code)(Java Doc)
protected int parseCCSIDSBC() throws DisconnectException(Code)(Java Doc)
protected void parseCMDCHKRM() throws DisconnectException(Code)(Java Doc)
protected void parseCMDNSPRM() throws DisconnectException(Code)(Java Doc)
protected int parseCODPNT() throws DisconnectException(Code)(Java Doc)
protected int parseCODPNTDR() throws DisconnectException(Code)(Java Doc)
protected byte[] parseCRRTKN(boolean skip) throws DisconnectException(Code)(Java Doc)
protected void parseCommitError(ConnectionCallbackInterface connection) throws DisconnectException(Code)(Java Doc)
void parseCommonError(int peekCP) throws DisconnectException(Code)(Java Doc)
void parseConnectError() throws DisconnectException(Code)(Java Doc)
void parseENDUOWRM(ConnectionCallbackInterface connection) throws DisconnectException(Code)(Java Doc)
protected String parseEXTNAM() throws DisconnectException(Code)(Java Doc)
void parseExchangeServerAttributesError() throws DisconnectException(Code)(Java Doc)
int parseFastSQLNUMROW() throws DisconnectException(Code)(Java Doc)
protected int parseFastSVRCOD(int minSvrcod, int maxSvrcod) throws DisconnectException(Code)(Java Doc)
protected String parseFastVCS() throws DisconnectException(Code)(Java Doc)
protected java.util.Hashtable parseIndoubtList() throws DisconnectException(Code)(Java Doc)
protected int parseMGRLVLN() throws DisconnectException(Code)(Java Doc)
void parseOBJNSPRM() throws DisconnectException(Code)(Java Doc)
protected int parsePRCCNVCD() throws DisconnectException(Code)(Java Doc)
protected void parsePRCCNVRM() throws DisconnectException(Code)(Java Doc)
protected String parsePRDID(boolean skip) throws DisconnectException(Code)(Java Doc)
void parseRDBNACRM() throws DisconnectException(Code)(Java Doc)
protected String parseRDBNAM(boolean skip) throws DisconnectException(Code)(Java Doc)
void parseRdbAccessFailed(NetConnection netConnection) throws DisconnectException(Code)(Java Doc)
void parseRollbackError() throws DisconnectException(Code)(Java Doc)
protected int parseSECCHKCD() throws DisconnectException(Code)(Java Doc)
protected int[] parseSECMEC() throws DisconnectException(Code)(Java Doc)
protected byte[] parseSECTKN(boolean skip) throws DisconnectException(Code)(Java Doc)
protected NetSqlca parseSQLCARD(Sqlca[] rowsetSqlca) throws DisconnectException(Code)(Java Doc)
NetSqlca parseSQLCARDrow(Sqlca[] rowsetSqlca) throws DisconnectException(Code)(Java Doc)
void parseSQLDCTOKS() throws DisconnectException(Code)(Java Doc)
int parseSQLNUMROW() throws DisconnectException(Code)(Java Doc)
protected String parseSRVCLSNM() throws DisconnectException(Code)(Java Doc)
protected String parseSRVNAM() throws DisconnectException(Code)(Java Doc)
protected String parseSRVRLSLV() throws DisconnectException(Code)(Java Doc)
protected int parseSVRCOD(int minSvrcod, int maxSvrcod) throws DisconnectException(Code)(Java Doc)
int parseSYNCCRD(ConnectionCallbackInterface connection) throws DisconnectException(Code)(Java Doc)
void parseSYNCCTLError(int peekCP) throws DisconnectException(Code)(Java Doc)
protected int parseSYNCCTLreply(ConnectionCallbackInterface connection) throws DisconnectException(Code)(Java Doc)
protected byte parseSYNCTYPE() throws DisconnectException(Code)(Java Doc)
protected int parseSYNERRCD() throws DisconnectException(Code)(Java Doc)
protected void parseSYNTAXRM() throws DisconnectException(Code)(Java Doc)
void parseSecurityCheckError(NetConnection netConnection) throws DisconnectException(Code)(Java Doc)
void parseTYPDEFNAM() throws DisconnectException(Code)(Java Doc)
void parseTYPDEFOVR() throws DisconnectException(Code)(Java Doc)
protected int parseTypdefsOrMgrlvlovrs() throws DisconnectException(Code)(Java Doc)
protected int parseUOWDSP() throws DisconnectException(Code)(Java Doc)
protected String parseUSRID(boolean skip) throws DisconnectException(Code)(Java Doc)
protected void parseVALNSPRM() throws DisconnectException(Code)(Java Doc)
protected int parseXARETVAL() throws DisconnectException(Code)(Java Doc)
protected Xid parseXID() throws DisconnectException(Code)(Java Doc)
protected int parseXIDCNT() throws DisconnectException(Code)(Java Doc)
void readAccessDatabase(Connection connection) throws SqlException(Code)(Java Doc)
void readAccessSecurity(Connection connection, int securityMechanism) throws SqlException(Code)(Java Doc)
public void readCommitSubstitute(ConnectionCallbackInterface connection) throws DisconnectException(Code)(Java Doc)
void readDummyExchangeServerAttributes(Connection connection) throws SqlException(Code)(Java Doc)
void readExchangeServerAttributes(Connection connection) throws SqlException(Code)(Java Doc)
public void readLocalCommit(ConnectionCallbackInterface connection) throws DisconnectException(Code)(Java Doc)
public void readLocalRollback(ConnectionCallbackInterface connection) throws DisconnectException(Code)(Java Doc)
public void readLocalXACommit(ConnectionCallbackInterface connection) throws DisconnectException(Code)(Java Doc)
public void readLocalXARollback(ConnectionCallbackInterface connection) throws DisconnectException(Code)(Java Doc)
public void readLocalXAStart(ConnectionCallbackInterface connection) throws DisconnectException(Code)(Java Doc)
void readSecurityCheck(Connection connection) throws SqlException(Code)(Java Doc)
protected void readXaCommit(NetConnection conn) throws DisconnectException(Code)(Java Doc)
protected int readXaEndUnitOfWork(NetConnection conn) throws DisconnectException(Code)(Java Doc)
protected void readXaForget(NetConnection conn) throws DisconnectException(Code)(Java Doc)
protected int readXaPrepare(NetConnection conn) throws DisconnectException(Code)(Java Doc)
protected void readXaRecover(NetConnection conn) throws DisconnectException(Code)(Java Doc)
protected int readXaRollback(NetConnection conn) throws DisconnectException(Code)(Java Doc)
protected void readXaStartUnitOfWork(NetConnection conn) throws DisconnectException(Code)(Java Doc)
void resetRowsetSqlca(Sqlca[] rowsetSqlca, int row)(Code)(Java Doc)
void verifyConnectReply(int codept) throws SqlException(Code)(Java Doc)
void verifyDeferredReset() throws SqlException(Code)(Java Doc)

Fields inherited from org.apache.derby.client.net.Reply
final protected static int DEFAULT_BUFFER_SIZE(Code)(Java Doc)
final public static int END_OF_COLLECTION(Code)(Java Doc)
final public static int END_OF_SAME_ID_CHAIN(Code)(Java Doc)
protected org.apache.derby.client.am.Agent agent_(Code)(Java Doc)
protected byte[] buffer_(Code)(Java Doc)
protected int count_(Code)(Java Doc)
protected int dssCorrelationID_(Code)(Java Doc)
protected boolean dssIsContinued_(Code)(Java Doc)
protected int dssLength_(Code)(Java Doc)
protected boolean ensuredLengthForDecryption_(Code)(Java Doc)
protected byte[] longBufferForDecryption_(Code)(Java Doc)
protected int longCountForDecryption_(Code)(Java Doc)
protected int longPosForDecryption_(Code)(Java Doc)
protected byte[] longValueForDecryption_(Code)(Java Doc)
protected NetAgent netAgent_(Code)(Java Doc)
protected int peekedCodePoint_(Code)(Java Doc)
protected int peekedLength_(Code)(Java Doc)
protected int pos_(Code)(Java Doc)

Methods inherited from org.apache.derby.client.net.Reply
protected int adjustDdmLength(int ddmLength, int length)(Code)(Java Doc)
final protected void adjustLengths(int length)(Code)(Java Doc)
final void doSyntaxrmSemantics(int syntaxErrorCode) throws DisconnectException(Code)(Java Doc)
final protected void endOfSameIdChainData() throws DisconnectException(Code)(Java Doc)
final protected int ensureALayerDataInBuffer(int desiredDataSize) throws DisconnectException(Code)(Java Doc)
final protected void ensureBLayerDataInBuffer(int desiredDataSize) throws DisconnectException(Code)(Java Doc)
final protected void ensureSpaceInBufferForFill(int desiredSpace)(Code)(Java Doc)
protected int fill(int minimumBytesNeeded) throws DisconnectException(Code)(Java Doc)
final ByteArrayOutputStream getData(ByteArrayOutputStream existingBuffer) throws DisconnectException(Code)(Java Doc)
final int getDdmLength()(Code)(Java Doc)
final ByteArrayOutputStream getFastData(ByteArrayOutputStream existingBuffer) throws DisconnectException(Code)(Java Doc)
final int getFastSkipSQLCARDrowLength()(Code)(Java Doc)
final void initialize()(Code)(Java Doc)
final void mark()(Code)(Java Doc)
final protected void matchCodePoint(int expectedCodePoint) throws DisconnectException(Code)(Java Doc)
final protected void parseLengthAndMatchCodePoint(int expectedCodePoint) throws DisconnectException(Code)(Java Doc)
final protected int peekCodePoint() throws DisconnectException(Code)(Java Doc)
final protected int peekFastBytes(byte[] b, int offset, int length) throws DisconnectException(Code)(Java Doc)
final protected int peekFastLength() throws DisconnectException(Code)(Java Doc)
final protected boolean peekForNullSqlcagrp()(Code)(Java Doc)
final protected int peekLength() throws DisconnectException(Code)(Java Doc)
final protected int peekNumOfColumns() throws DisconnectException(Code)(Java Doc)
final protected int peekTotalColumnCount(int tripletLength) throws DisconnectException(Code)(Java Doc)
final protected void popCollectionStack()(Code)(Java Doc)
final int popMark()(Code)(Java Doc)
final protected void pushLengthOnCollectionStack()(Code)(Java Doc)
final boolean readBoolean() throws DisconnectException(Code)(Java Doc)
final byte readByte() throws DisconnectException(Code)(Java Doc)
final byte[] readBytes(int length) throws DisconnectException(Code)(Java Doc)
final byte[] readBytes() throws DisconnectException(Code)(Java Doc)
final protected void readDSSContinuationHeader() throws DisconnectException(Code)(Java Doc)
final protected void readDssHeader() throws DisconnectException(Code)(Java Doc)
final byte readFastByte() throws DisconnectException(Code)(Java Doc)
final byte[] readFastBytes(int length) throws DisconnectException(Code)(Java Doc)
final int readFastInt() throws DisconnectException(Code)(Java Doc)
final void readFastIntArray(int[] array) throws DisconnectException(Code)(Java Doc)
final byte[] readFastLDBytes() throws DisconnectException(Code)(Java Doc)
final long readFastLong() throws DisconnectException(Code)(Java Doc)
final short readFastShort() throws DisconnectException(Code)(Java Doc)
final String readFastString(int length) throws DisconnectException(Code)(Java Doc)
final String readFastString(int length, String encoding) throws DisconnectException(Code)(Java Doc)
final int readFastUnsignedByte() throws DisconnectException(Code)(Java Doc)
final int readFastUnsignedShort() throws DisconnectException(Code)(Java Doc)
final int readInt() throws DisconnectException(Code)(Java Doc)
final void readIntArray(int[] array) throws DisconnectException(Code)(Java Doc)
final byte[] readLDBytes() throws DisconnectException(Code)(Java Doc)
final protected int readLengthAndCodePoint() throws DisconnectException(Code)(Java Doc)
final long readLong() throws DisconnectException(Code)(Java Doc)
final short readShort() throws DisconnectException(Code)(Java Doc)
final String readString(int length) throws DisconnectException(Code)(Java Doc)
final String readString(int length, String encoding) throws DisconnectException(Code)(Java Doc)
final String readString() throws DisconnectException(Code)(Java Doc)
final int readUnsignedByte() throws DisconnectException(Code)(Java Doc)
final int readUnsignedShort() throws DisconnectException(Code)(Java Doc)
final int[] readUnsignedShortList() throws DisconnectException(Code)(Java Doc)
final void skipBytes(int length) throws DisconnectException(Code)(Java Doc)
final void skipBytes() throws DisconnectException(Code)(Java Doc)
final void skipFastBytes(int length) throws DisconnectException(Code)(Java Doc)
final protected void startSameIdChainParse() throws DisconnectException(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.