public class OracleMultiPhaseArgs extends Object
Modifier and Type | Field | Description |
---|---|---|
static boolean |
TRACE |
Constructor | Description |
---|---|
OracleMultiPhaseArgs() |
|
OracleMultiPhaseArgs(byte[] inBytes) |
|
OracleMultiPhaseArgs(int _action, int _nsites, Vector _xids, Vector _dbLinks) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
debug(Logger logger, Level level, Executable method, String msg) |
|
int |
getAction() |
|
Vector |
getdbLinks() |
|
int |
getnsite() |
|
Vector |
getXids() |
|
void |
printMPArgs() |
|
byte[] |
toByteArray() |
|
ByteArrayOutputStream |
toByteArrayOS() |
public static final boolean TRACE
public OracleMultiPhaseArgs()
public OracleMultiPhaseArgs(int _action, int _nsites, Vector _xids, Vector _dbLinks)
public OracleMultiPhaseArgs(byte[] inBytes)
public byte[] toByteArray()
public ByteArrayOutputStream toByteArrayOS()
public int getAction()
public int getnsite()
public Vector getdbLinks()
public Vector getXids()
public void printMPArgs()
protected void debug(Logger logger, Level level, Executable method, String msg)