![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
| AbstractEmbeddedAction (IKildaBolt bolt, Tuple tuple) | |
Public Member Functions inherited from org.openkilda.wfm.AbstractAction | |
| AbstractAction (IKildaBolt bolt, Tuple tuple) | |
| void | run () |
| IKildaBolt | getBolt () |
| Tuple | getTuple () |
Protected Member Functions | |
| void | commit () |
Protected Member Functions inherited from org.openkilda.wfm.AbstractAction | |
| abstract void | handle () throws MessageFormatException, UnsupportedActionException, JsonProcessingException |
| Boolean | handleError (Exception e) |
| void | commit () |
| void | rollback () |
| OutputCollector | getOutputCollector () |
| Logger | getLogger () |
Definition at line 5 of file AbstractEmbeddedAction.java.
| org.openkilda.wfm.AbstractEmbeddedAction.AbstractEmbeddedAction | ( | IKildaBolt | bolt, |
| Tuple | tuple | ||
| ) |
Definition at line 6 of file AbstractEmbeddedAction.java.
|
protected |
Definition at line 11 of file AbstractEmbeddedAction.java.