Uses of Class
dev.vality.machinegun.stateproc.RepairResult
| Package | Description |
|---|---|
| dev.vality.machinegun.stateproc |
-
Uses of RepairResult in dev.vality.machinegun.stateproc
Fields in dev.vality.machinegun.stateproc declared as RepairResult Modifier and Type Field Description RepairResultProcessorSrv.ProcessRepair_result. successMethods in dev.vality.machinegun.stateproc that return RepairResult Modifier and Type Method Description RepairResultRepairResult. deepCopy()RepairResultProcessorSrv.AsyncClient.ProcessRepair_call. getResult()RepairResultProcessorSrv.ProcessRepair_result. getSuccess()RepairResultProcessorSrv.Client. processRepair(RepairArgs a)RepairResultProcessorSrv.Iface. processRepair(RepairArgs a)Обработать запрос на починку и сформировать ответ на него.RepairResultProcessorSrv.Client. recvProcessRepair()RepairResultRepairResult. setAction(ComplexAction action)Изменения _машины_RepairResultRepairResult. setChange(MachineStateChange change)Данные ответаRepairResultRepairResult. setResponse(Value response)Methods in dev.vality.machinegun.stateproc that return types with arguments of type RepairResult Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<RepairResult>ProcessorSrv.AsyncProcessor.ProcessRepair. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.machinegun.stateproc with parameters of type RepairResult Modifier and Type Method Description intRepairResult. compareTo(RepairResult other)booleanRepairResult. equals(RepairResult that)ProcessorSrv.ProcessRepair_resultProcessorSrv.ProcessRepair_result. setSuccess(RepairResult success)Method parameters in dev.vality.machinegun.stateproc with type arguments of type RepairResult Modifier and Type Method Description voidProcessorSrv.AsyncClient. processRepair(RepairArgs a, org.apache.thrift.async.AsyncMethodCallback<RepairResult> resultHandler)voidProcessorSrv.AsyncIface. processRepair(RepairArgs a, org.apache.thrift.async.AsyncMethodCallback<RepairResult> resultHandler)voidProcessorSrv.AsyncProcessor.ProcessRepair. start(I iface, ProcessorSrv.ProcessRepair_args args, org.apache.thrift.async.AsyncMethodCallback<RepairResult> resultHandler)Constructors in dev.vality.machinegun.stateproc with parameters of type RepairResult Constructor Description ProcessRepair_result(RepairResult success, RepairFailed ex1)RepairResult(RepairResult other)Performs a deep copy on other.Constructor parameters in dev.vality.machinegun.stateproc with type arguments of type RepairResult Constructor Description ProcessRepair_call(RepairArgs a, org.apache.thrift.async.AsyncMethodCallback<RepairResult> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)