Class NetXAConnectionReply
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
- All Implemented Interfaces:
ConnectionReplyInterface, ResultSetReplyInterface, StatementReplyInterface
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Stringprivate String(package private) intparseSYNCCRD(ConnectionCallbackInterface connection) (package private) intparseSYNCCTLreply(ConnectionCallbackInterface connection) (package private) byte(package private) int(package private) XidparseXID()(package private) intvoidreadLocalXACommit(ConnectionCallbackInterface connection) voidreadLocalXARollback(ConnectionCallbackInterface connection) voidreadLocalXAStart(ConnectionCallbackInterface connection) (package private) voidreadXaCommit(NetConnection conn) (package private) int(package private) voidreadXaForget(NetConnection conn) (package private) intreadXaPrepare(NetConnection conn) (package private) voidreadXaRecover(NetConnection conn) (package private) intreadXaRollback(NetConnection conn) (package private) voidMethods inherited from class NetResultSetReply
readCursorClose, readFetch, readPositioningFetch, readScrollableFetchMethods inherited from class NetStatementReply
copyEXTDTA, parseEndQuery, parsePKGNAMCSN, parseQRYDTA, readDescribeInput, readDescribeOutput, readExecute, readExecuteCall, readExecuteImmediate, readOpenQuery, readPrepare, readPrepareDescribeOutput, readSetSpecialRegisterMethods inherited from class NetPackageReply
parseDTAMCHRM, parseRDBUPDRM, parseSqlErrorConditionMethods inherited from class NetConnectionReply
checkAndGetReceivedFlag, checkRequiredObjects, checkRequiredObjects, checkRequiredObjects, doDtamchrmSemantics, doPrmnsprmSemantics, doValnsprmSemantics, parseAbnormalEndUow, parseAbnormalEndUow, parseCMDCHKRM, parseCMDNSPRM, parseCommonError, parseENDUOWRM, parseFastSQLNUMROW, parseFastSVRCOD, parseFastVCS, parseOBJNSPRM, parsePBSD, parseRDBNACRM, parseRDBNAM, parseSQLCARD, parseSQLCARDrow, parseSQLNUMROW, parseSVRCOD, parseSYNCCTLError, parseTypdefsOrMgrlvlovrs, readAccessDatabase, readAccessSecurity, readCommitSubstitute, readExchangeServerAttributes, readLocalCommit, readLocalRollback, readSecurityCheckMethods inherited from class Reply
adjustDdmLength, adjustLengths, doSyntaxrmSemantics, endOfSameIdChainData, ensureBLayerDataInBuffer, getData, getDdmLength, getFastData, getFastSkipSQLCARDrowLength, initialize, mark, matchCodePoint, parseLengthAndMatchCodePoint, peekCodePoint, peekFastBytes, peekFastLength, peekForNullSqlcagrp, peekNumOfColumns, peekTotalColumnCount, popCollectionStack, pushLengthOnCollectionStack, readByte, readBytes, readBytes, readFastByte, readFastBytes, readFastInt, readFastIntArray, readFastLDBytes, readFastLong, readFastShort, readFastString, readFastString, readFastUnsignedByte, readFastUnsignedShort, readInt, readShort, readString, readString, readUnsignedByte, readUnsignedShort, readUnsignedShortList, skipBytes, skipBytes, skipFastBytes, startSameIdChainParse
-
Constructor Details
-
NetXAConnectionReply
NetXAConnectionReply(NetAgent netAgent, int bufferSize)
-
-
Method Details
-
readLocalXAStart
- Specified by:
readLocalXAStartin interfaceConnectionReplyInterface- Overrides:
readLocalXAStartin classNetConnectionReply- Throws:
DisconnectException
-
readLocalXACommit
- Specified by:
readLocalXACommitin interfaceConnectionReplyInterface- Overrides:
readLocalXACommitin classNetConnectionReply- Throws:
DisconnectException
-
readLocalXARollback
- Specified by:
readLocalXARollbackin interfaceConnectionReplyInterface- Overrides:
readLocalXARollbackin classNetConnectionReply- Throws:
DisconnectException
-
readXaStartUnitOfWork
- Overrides:
readXaStartUnitOfWorkin classNetConnectionReply- Throws:
DisconnectException
-
readXaEndUnitOfWork
- Overrides:
readXaEndUnitOfWorkin classNetConnectionReply- Throws:
DisconnectException
-
readXaPrepare
- Overrides:
readXaPreparein classNetConnectionReply- Throws:
DisconnectException
-
readXaCommit
- Overrides:
readXaCommitin classNetConnectionReply- Throws:
DisconnectException
-
readXaRollback
- Overrides:
readXaRollbackin classNetConnectionReply- Throws:
DisconnectException
-
readXaRecover
- Overrides:
readXaRecoverin classNetConnectionReply- Throws:
DisconnectException
-
readXaForget
- Overrides:
readXaForgetin classNetConnectionReply- Throws:
DisconnectException
-
parseSYNCCRD
- Overrides:
parseSYNCCRDin classNetConnectionReply- Throws:
DisconnectException
-
parseXARETVAL
- Overrides:
parseXARETVALin classNetConnectionReply- Throws:
DisconnectException
-
parseSYNCTYPE
- Overrides:
parseSYNCTYPEin classNetConnectionReply- Throws:
DisconnectException
-
parseSYNCCTLreply
- Overrides:
parseSYNCCTLreplyin classNetConnectionReply- Throws:
DisconnectException
-
parseSQLSTT
- Throws:
DisconnectException
-
parseSQLSTTGRPNOCMorNOCS
- Throws:
DisconnectException
-
parseXIDCNT
- Overrides:
parseXIDCNTin classNetConnectionReply- Throws:
DisconnectException
-
parseXID
- Overrides:
parseXIDin classNetConnectionReply- Throws:
DisconnectException
-
parseIndoubtList
- Overrides:
parseIndoubtListin classNetConnectionReply- Throws:
DisconnectException
-