Uses of Class
dev.vality.machinegun.stateproc.CallResult
| Package | Description |
|---|---|
| dev.vality.machinegun.stateproc |
-
Uses of CallResult in dev.vality.machinegun.stateproc
Fields in dev.vality.machinegun.stateproc declared as CallResult Modifier and Type Field Description CallResultProcessorSrv.ProcessCall_result. successMethods in dev.vality.machinegun.stateproc that return CallResult Modifier and Type Method Description CallResultCallResult. deepCopy()CallResultProcessorSrv.AsyncClient.ProcessCall_call. getResult()CallResultProcessorSrv.ProcessCall_result. getSuccess()CallResultProcessorSrv.Client. processCall(CallArgs a)CallResultProcessorSrv.Iface. processCall(CallArgs a)Обработать внешний вызов и сформировать ответ на него.CallResultProcessorSrv.Client. recvProcessCall()CallResultCallResult. setAction(ComplexAction action)Изменения _машины_CallResultCallResult. setChange(MachineStateChange change)Данные ответаCallResultCallResult. setResponse(Value response)Methods in dev.vality.machinegun.stateproc that return types with arguments of type CallResult Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<CallResult>ProcessorSrv.AsyncProcessor.ProcessCall. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.machinegun.stateproc with parameters of type CallResult Modifier and Type Method Description intCallResult. compareTo(CallResult other)booleanCallResult. equals(CallResult that)ProcessorSrv.ProcessCall_resultProcessorSrv.ProcessCall_result. setSuccess(CallResult success)Method parameters in dev.vality.machinegun.stateproc with type arguments of type CallResult Modifier and Type Method Description voidProcessorSrv.AsyncClient. processCall(CallArgs a, org.apache.thrift.async.AsyncMethodCallback<CallResult> resultHandler)voidProcessorSrv.AsyncIface. processCall(CallArgs a, org.apache.thrift.async.AsyncMethodCallback<CallResult> resultHandler)voidProcessorSrv.AsyncProcessor.ProcessCall. start(I iface, ProcessorSrv.ProcessCall_args args, org.apache.thrift.async.AsyncMethodCallback<CallResult> resultHandler)Constructors in dev.vality.machinegun.stateproc with parameters of type CallResult Constructor Description CallResult(CallResult other)Performs a deep copy on other.ProcessCall_result(CallResult success)Constructor parameters in dev.vality.machinegun.stateproc with type arguments of type CallResult Constructor Description ProcessCall_call(CallArgs a, org.apache.thrift.async.AsyncMethodCallback<CallResult> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)