Uses of Class
dev.vality.machinegun.stateproc.EventNotFound
| Package | Description |
|---|---|
| dev.vality.machinegun.stateproc |
-
Uses of EventNotFound in dev.vality.machinegun.stateproc
Fields in dev.vality.machinegun.stateproc declared as EventNotFound Modifier and Type Field Description EventNotFoundEventSinkSrv.GetHistory_result. ex2EventNotFoundAutomatonSrv.GetMachine_result. ex3Methods in dev.vality.machinegun.stateproc that return EventNotFound Modifier and Type Method Description EventNotFoundEventNotFound. deepCopy()EventNotFoundEventSinkSrv.GetHistory_result. getEx2()EventNotFoundAutomatonSrv.GetMachine_result. getEx3()Methods in dev.vality.machinegun.stateproc with parameters of type EventNotFound Modifier and Type Method Description intEventNotFound. compareTo(EventNotFound other)booleanEventNotFound. equals(EventNotFound that)EventSinkSrv.GetHistory_resultEventSinkSrv.GetHistory_result. setEx2(EventNotFound ex2)AutomatonSrv.GetMachine_resultAutomatonSrv.GetMachine_result. setEx3(EventNotFound ex3)Methods in dev.vality.machinegun.stateproc that throw EventNotFound Modifier and Type Method Description List<SinkEvent>EventSinkSrv.Client. getHistory(String event_sink_id, HistoryRange range)List<SinkEvent>EventSinkSrv.Iface. getHistory(String event_sink_id, HistoryRange range)Метод возвращает список событий (историю) всех машин системы, включая те машины, которые существовали в прошлом, но затем были удалены.MachineAutomatonSrv.Client. getMachine(MachineDescriptor desc)MachineAutomatonSrv.Iface. getMachine(MachineDescriptor desc)Метод возвращает _машину_ (Machine)MachineAutomatonSrv.AsyncClient.GetMachine_call. getResult()List<SinkEvent>EventSinkSrv.AsyncClient.GetHistory_call. getResult()List<SinkEvent>EventSinkSrv.Client. recvGetHistory()MachineAutomatonSrv.Client. recvGetMachine()Constructors in dev.vality.machinegun.stateproc with parameters of type EventNotFound Constructor Description EventNotFound(EventNotFound other)Performs a deep copy on other.GetHistory_result(List<SinkEvent> success, EventSinkNotFound ex1, EventNotFound ex2, InvalidRequest ex3)GetMachine_result(Machine success, NamespaceNotFound ex1, MachineNotFound ex2, EventNotFound ex3)