Searched refs:AddCommandOp (Results 1 – 4 of 4) sorted by relevance
25 class AddCommandOp extends RemoteOperation<Void> { class32 AddCommandOp(long totalTime, String... commandArgs) { in AddCommandOp() method in AddCommandOp44 static AddCommandOp createFromJson(JSONObject jsonData) throws JSONException { in createFromJson()51 return new AddCommandOp(totalTime, commandArgs); in createFromJson()
79 rc = AddCommandOp.createFromJson(jsonData); in createRemoteOpFromString()
157 sendOperation(new AddCommandOp(totalTime, commandArgs)); in sendAddCommand()
254 processAdd((AddCommandOp)rc, result); in processClientOperations()390 private void processAdd(AddCommandOp c, JSONObject result) throws JSONException { in processAdd()