private static class XARequestProcessor.XAResponse
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
flags |
private javax.transaction.xa.XAException |
xaException |
Constructor and Description |
---|
XAResponse(int flags,
javax.transaction.xa.XAException xaException)
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getFlags()
Gets the flags returned by the actual call against the XAResource
|
javax.transaction.xa.XAException |
getXaException()
Gets the Exception thrown by the actual call against the XAResource
|
private final int flags
private final javax.transaction.xa.XAException xaException
public XAResponse(int flags, javax.transaction.xa.XAException xaException)
flags
- flags returned by the actual call against the XAResourcexaException
- Exception thrown by the call, otherwise nullpublic int getFlags()
public javax.transaction.xa.XAException getXaException()