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