-
Methods in dev.vality.machinegun.stateproc with parameters of type MachineDescriptor
| Modifier and Type |
Method |
Description |
void |
AutomatonSrv.AsyncClient.call(MachineDescriptor desc,
Value a,
org.apache.thrift.async.AsyncMethodCallback<Value> resultHandler) |
|
void |
AutomatonSrv.AsyncIface.call(MachineDescriptor desc,
Value a,
org.apache.thrift.async.AsyncMethodCallback<Value> resultHandler) |
|
Value |
AutomatonSrv.Client.call(MachineDescriptor desc,
Value a) |
|
Value |
AutomatonSrv.Iface.call(MachineDescriptor desc,
Value a) |
Совершить вызов и дождаться на него ответа.
|
int |
MachineDescriptor.compareTo(MachineDescriptor other) |
|
boolean |
MachineDescriptor.equals(MachineDescriptor that) |
|
void |
AutomatonSrv.AsyncClient.getMachine(MachineDescriptor desc,
org.apache.thrift.async.AsyncMethodCallback<Machine> resultHandler) |
|
void |
AutomatonSrv.AsyncIface.getMachine(MachineDescriptor desc,
org.apache.thrift.async.AsyncMethodCallback<Machine> resultHandler) |
|
Machine |
AutomatonSrv.Client.getMachine(MachineDescriptor desc) |
|
Machine |
AutomatonSrv.Iface.getMachine(MachineDescriptor desc) |
Метод возвращает _машину_ (Machine)
|
void |
AutomatonSrv.AsyncClient.modernize(MachineDescriptor desc,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
|
void |
AutomatonSrv.AsyncIface.modernize(MachineDescriptor desc,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
|
void |
AutomatonSrv.Client.modernize(MachineDescriptor desc) |
|
void |
AutomatonSrv.Iface.modernize(MachineDescriptor desc) |
Принудительно обновить представления данных указанной машины.
|
void |
AutomatonSrv.AsyncClient.repair(MachineDescriptor desc,
Value a,
org.apache.thrift.async.AsyncMethodCallback<Value> resultHandler) |
|
void |
AutomatonSrv.AsyncIface.repair(MachineDescriptor desc,
Value a,
org.apache.thrift.async.AsyncMethodCallback<Value> resultHandler) |
|
Value |
AutomatonSrv.Client.repair(MachineDescriptor desc,
Value a) |
|
Value |
AutomatonSrv.Iface.repair(MachineDescriptor desc,
Value a) |
Попытаться перевести определённый процесс автомата из ошибочного состояния
в штатное и, получив результат операции, продолжить его исполнение.
|
void |
AutomatonSrv.Client.sendCall(MachineDescriptor desc,
Value a) |
|
void |
AutomatonSrv.Client.sendGetMachine(MachineDescriptor desc) |
|
void |
AutomatonSrv.Client.sendModernize(MachineDescriptor desc) |
|
void |
AutomatonSrv.Client.sendRepair(MachineDescriptor desc,
Value a) |
|
AutomatonSrv.Call_args |
AutomatonSrv.Call_args.setDesc(MachineDescriptor desc) |
|
AutomatonSrv.GetMachine_args |
AutomatonSrv.GetMachine_args.setDesc(MachineDescriptor desc) |
|
AutomatonSrv.Modernize_args |
AutomatonSrv.Modernize_args.setDesc(MachineDescriptor desc) |
|
AutomatonSrv.Repair_args |
AutomatonSrv.Repair_args.setDesc(MachineDescriptor desc) |
|
Constructors in dev.vality.machinegun.stateproc with parameters of type MachineDescriptor
| Constructor |
Description |
Call_args(MachineDescriptor desc,
Value a) |
|
Call_call(MachineDescriptor desc,
Value a,
org.apache.thrift.async.AsyncMethodCallback<Value> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
|
GetMachine_args(MachineDescriptor desc) |
|
GetMachine_call(MachineDescriptor desc,
org.apache.thrift.async.AsyncMethodCallback<Machine> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
|
MachineDescriptor(MachineDescriptor other) |
Performs a deep copy on other.
|
Modernize_args(MachineDescriptor desc) |
|
Modernize_call(MachineDescriptor desc,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
|
Repair_args(MachineDescriptor desc,
Value a) |
|
Repair_call(MachineDescriptor desc,
Value a,
org.apache.thrift.async.AsyncMethodCallback<Value> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
|