Package oracle.jdbc.xa
Class OracleMultiPhaseArgs
java.lang.Object
oracle.jdbc.xa.OracleMultiPhaseArgs
- All Implemented Interfaces:
oracle.jdbc.diagnostics.Diagnosable,oracle.jdbc.diagnostics.PropertyChangeListener
Utility class.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOracleMultiPhaseArgs(byte[] inBytes) OracleMultiPhaseArgs(int _action, int _nsites, Vector _xids, Vector _dbLinks) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface oracle.jdbc.diagnostics.Diagnosable
begin, beginCurrentSql, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debugp, end, endCurrentSql, format, isDebugEnabled, isDiagnoseFirstFailureEnabled, isLoggable, isSensitiveEnabled, onClose, propertyChange, resumeLogging, secure, suspendLogging, trace, tracep
-
Field Details
-
TRACE
public static final boolean TRACE- See Also:
-
-
Constructor Details
-
OracleMultiPhaseArgs
public OracleMultiPhaseArgs() -
OracleMultiPhaseArgs
-
OracleMultiPhaseArgs
public OracleMultiPhaseArgs(byte[] inBytes)
-
-
Method Details
-
toByteArray
public byte[] toByteArray() -
toByteArrayOS
-
getAction
public int getAction() -
getnsite
public int getnsite() -
getdbLinks
-
getXids
-
printMPArgs
public void printMPArgs() -
getDiagnosable
public oracle.jdbc.diagnostics.Diagnosable getDiagnosable()- Specified by:
getDiagnosablein interfaceoracle.jdbc.diagnostics.Diagnosable
-