Package org.apache.derby.client.net
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
Fields inherited from class org.apache.derby.client.net.Reply
agent_, buffer_, count_, DEFAULT_BUFFER_SIZE, dssLength_, END_OF_COLLECTION, END_OF_SAME_ID_CHAIN, ensuredLengthForDecryption_, longBufferForDecryption_, longCountForDecryption_, longPosForDecryption_, longValueForDecryption_, netAgent_, peekedLength_, pos_
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate String
private String
(package private) int
parseSYNCCRD
(ConnectionCallbackInterface connection) (package private) int
parseSYNCCTLreply
(ConnectionCallbackInterface connection) (package private) byte
(package private) int
(package private) Xid
parseXID()
(package private) int
void
readLocalXACommit
(ConnectionCallbackInterface connection) void
readLocalXARollback
(ConnectionCallbackInterface connection) void
readLocalXAStart
(ConnectionCallbackInterface connection) (package private) void
readXaCommit
(NetConnection conn) (package private) int
(package private) void
readXaForget
(NetConnection conn) (package private) int
readXaPrepare
(NetConnection conn) (package private) void
readXaRecover
(NetConnection conn) (package private) int
readXaRollback
(NetConnection conn) (package private) void
Methods inherited from class org.apache.derby.client.net.NetResultSetReply
readCursorClose, readFetch, readPositioningFetch, readScrollableFetch
Methods inherited from class org.apache.derby.client.net.NetStatementReply
copyEXTDTA, parseEndQuery, parsePKGNAMCSN, parseQRYDTA, readDescribeInput, readDescribeOutput, readExecute, readExecuteCall, readExecuteImmediate, readOpenQuery, readPrepare, readPrepareDescribeOutput, readSetSpecialRegister
Methods inherited from class org.apache.derby.client.net.NetPackageReply
parseDTAMCHRM, parseRDBUPDRM, parseSqlErrorCondition
Methods inherited from class org.apache.derby.client.net.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, readSecurityCheck
Methods inherited from class org.apache.derby.client.net.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:
readLocalXAStart
in interfaceConnectionReplyInterface
- Overrides:
readLocalXAStart
in classNetConnectionReply
- Throws:
DisconnectException
-
readLocalXACommit
- Specified by:
readLocalXACommit
in interfaceConnectionReplyInterface
- Overrides:
readLocalXACommit
in classNetConnectionReply
- Throws:
DisconnectException
-
readLocalXARollback
- Specified by:
readLocalXARollback
in interfaceConnectionReplyInterface
- Overrides:
readLocalXARollback
in classNetConnectionReply
- Throws:
DisconnectException
-
readXaStartUnitOfWork
- Overrides:
readXaStartUnitOfWork
in classNetConnectionReply
- Throws:
DisconnectException
-
readXaEndUnitOfWork
- Overrides:
readXaEndUnitOfWork
in classNetConnectionReply
- Throws:
DisconnectException
-
readXaPrepare
- Overrides:
readXaPrepare
in classNetConnectionReply
- Throws:
DisconnectException
-
readXaCommit
- Overrides:
readXaCommit
in classNetConnectionReply
- Throws:
DisconnectException
-
readXaRollback
- Overrides:
readXaRollback
in classNetConnectionReply
- Throws:
DisconnectException
-
readXaRecover
- Overrides:
readXaRecover
in classNetConnectionReply
- Throws:
DisconnectException
-
readXaForget
- Overrides:
readXaForget
in classNetConnectionReply
- Throws:
DisconnectException
-
parseSYNCCRD
- Overrides:
parseSYNCCRD
in classNetConnectionReply
- Throws:
DisconnectException
-
parseXARETVAL
- Overrides:
parseXARETVAL
in classNetConnectionReply
- Throws:
DisconnectException
-
parseSYNCTYPE
- Overrides:
parseSYNCTYPE
in classNetConnectionReply
- Throws:
DisconnectException
-
parseSYNCCTLreply
- Overrides:
parseSYNCCTLreply
in classNetConnectionReply
- Throws:
DisconnectException
-
parseSQLSTT
- Throws:
DisconnectException
-
parseSQLSTTGRPNOCMorNOCS
- Throws:
DisconnectException
-
parseXIDCNT
- Overrides:
parseXIDCNT
in classNetConnectionReply
- Throws:
DisconnectException
-
parseXID
- Overrides:
parseXID
in classNetConnectionReply
- Throws:
DisconnectException
-
parseIndoubtList
- Overrides:
parseIndoubtList
in classNetConnectionReply
- Throws:
DisconnectException
-