public class AbortRequest extends TXPacket
TXPacket.PacketType
PACKET_TYPE, type
Constructor and Description |
---|
AbortRequest(org.json.JSONObject json) |
AbortRequest(java.lang.String txGroupName) |
AbortRequest(java.lang.String participantGroup,
java.lang.String txGroupName) |
AbortRequest(java.lang.String initiator,
java.lang.String participantGroup,
java.lang.String txGroupName) |
Modifier and Type | Method and Description |
---|---|
boolean |
isCommitted() |
getRequestID, getRequestType, getResponse, getResponseCode, getServiceName, getTXID, getTXPacketType, isFailed, needsCoordination, setFailed, setResponseCode, toJSONObjectImpl
couldBeJSON, couldBeJSON, couldBeJSON, couldBeJSONArray, couldBeJSONObject, getPacketType, putPacketType, putPacketType, toJSONObject, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setNeedsCoordination
getClientAddress
getSummary, toBytes, toString
getSummary
public AbortRequest(java.lang.String txGroupName)
public AbortRequest(java.lang.String participantGroup, java.lang.String txGroupName)
public AbortRequest(java.lang.String initiator, java.lang.String participantGroup, java.lang.String txGroupName)
public AbortRequest(org.json.JSONObject json) throws org.json.JSONException
org.json.JSONException