public class AbortRequest extends TXPacket
TXPacket.PacketTypePACKET_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, toJSONObjectImplcouldBeJSON, couldBeJSON, couldBeJSON, couldBeJSONArray, couldBeJSONObject, getPacketType, putPacketType, putPacketType, toJSONObject, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetNeedsCoordinationgetClientAddressgetSummary, toBytes, toStringgetSummarypublic 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