⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 oracle.jdbc.xa.oraclexid.html

📁 Oracle JDBC 的javaDoc
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"><!--NewPage--><html><head><!-- Generated by javadoc on Thu Dec 02 03:30:11 PST 1999 --><title>  Class oracle.jdbc.xa.OracleXid</title></head><body><a name="_top_"></a><pre><a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-oracle.jdbc.xa.html">This Package</a>  <a href="oracle.jdbc.xa.OracleXAResource.html#_top_">Previous</a>  <a href="Package-oracle.jdbc.xa.html">Next</a>  <a href="AllNames.html">Index</a></pre><hr><h1>  Class oracle.jdbc.xa.OracleXid</h1><pre>java.lang.Object   |   +----oracle.jdbc.xa.OracleXid</pre><hr><dl>  <dt> public class <b>OracleXid</b>  <dt> extends Object  <dt> implements Serializable</dl><hr><a name="index"></a><h2>  <img src="images/variable-index.gif" width=207 height=38 alt="Variable Index"></h2><dl>  <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#MAXBQUALSIZE"><b>MAXBQUALSIZE</b></a>  <dd>   <dt> <img src="images/blue-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#MAXGTRIDSIZE"><b>MAXGTRIDSIZE</b></a>  <dd> </dl><h2>  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index"></h2><dl>  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#OracleXid(int, byte[], byte[])"><b>OracleXid</b></a>(int, byte[], byte[])  <dd> OracleXid() -- The constructor that constructs an OracleXidwith given formatId, global transacrion Id and branchqualifier.  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#OracleXid(int, byte[], byte[], byte[])"><b>OracleXid</b></a>(int, byte[], byte[], byte[])  <dd> OracleXid() -- The constructor that constructs an OracleXidwith given formatId, global transacrion Id and branchqualifier, and transaction context.</dl><h2>  <img src="images/method-index.gif" width=207 height=38 alt="Method Index"></h2><dl>  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#getBranchQualifier()"><b>getBranchQualifier</b></a>()  <dd>   <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#getFormatId()"><b>getFormatId</b></a>()  <dd>   <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">	<a href="#getGlobalTransactionId()"><b>getGlobalTransactionId</b></a>()  <dd> </dl><a name="variables"></a><h2>  <img src="images/variables.gif" width=153 height=38 alt="Variables"></h2><a name="MAXGTRIDSIZE"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>MAXGTRIDSIZE</b><pre> public static final int MAXGTRIDSIZE</pre><a name="MAXBQUALSIZE"><img src="images/blue-ball.gif" width=12 height=12 alt=" o "></a><b>MAXBQUALSIZE</b><pre> public static final int MAXBQUALSIZE</pre><a name="constructors"></a><h2>  <img src="images/constructors.gif" width=231 height=38 alt="Constructors"></h2><a name="OracleXid"></a><a name="OracleXid(int, byte[], byte[])"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a><b>OracleXid</b><pre> public OracleXid(int fId,                  byte gId[],                  byte bId[]) throws XAException</pre><dl>  <dd> OracleXid() -- The constructor that constructs an OracleXidwith given formatId, global transacrion Id and branchqualifier. <p><p>  <dd><dl>    <dt> <b>Parameters:</b>    <dd> fId - format ID    <dd> gId - global transaction ID    <dd> bId - branch Qualifier    <dt> <b>Throws:</b> XAException    <dd> if the size of gId or bId is morethan 64 bytes  </dl></dd></dl><a name="OracleXid(int, byte[], byte[], byte[])"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a><b>OracleXid</b><pre> public OracleXid(int fId,                  byte gId[],                  byte bId[],                  byte context[]) throws XAException</pre><dl>  <dd> OracleXid() -- The constructor that constructs an OracleXidwith given formatId, global transacrion Id and branchqualifier, and transaction context. <p><p>  <dd><dl>    <dt> <b>Parameters:</b>    <dd> fId - format ID    <dd> gId - global transaction ID    <dd> bId - branch Qualifier    <dt> <b>Throws:</b> XAException    <dd> if the size of gId or bId is morethan 64 bytes  </dl></dd></dl><a name="methods"></a><h2>  <img src="images/methods.gif" width=151 height=38 alt="Methods"></h2><a name="getFormatId()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getFormatId"><b>getFormatId</b></a><pre> public int getFormatId()</pre><a name="getGlobalTransactionId()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getGlobalTransactionId"><b>getGlobalTransactionId</b></a><pre> public byte[] getGlobalTransactionId()</pre><a name="getBranchQualifier()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="getBranchQualifier"><b>getBranchQualifier</b></a><pre> public byte[] getBranchQualifier()</pre><hr><pre><a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-oracle.jdbc.xa.html">This Package</a>  <a href="oracle.jdbc.xa.OracleXAResource.html#_top_">Previous</a>  <a href="Package-oracle.jdbc.xa.html">Next</a>  <a href="AllNames.html">Index</a></pre></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -