public interface Xid
Modifier and Type | Field and Description |
---|---|
static int |
MAXBQUALSIZE
getBqual返回的最大字节数。
|
static int |
MAXGTRIDSIZE
getGtrid返回的最大字节数。
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getBranchQualifier()
获取XID的事务分支标识符作为字节数组。
|
int |
getFormatId()
获取XID的格式标识符部分。
|
byte[] |
getGlobalTransactionId()
获取XID的全局事务标识符作为字节数组。
|
static final int MAXGTRIDSIZE
static final int MAXBQUALSIZE
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.