()
| 102 | public Exception getException() { return exception; } |
| 103 | |
| 104 | public List<OutputStats> getOutputs() { |
| 105 | return Collections.unmodifiableList(outputs); |
| 106 | } |
| 107 | |
| 108 | public List<InputStats> getInputs() { |
| 109 | return Collections.unmodifiableList(inputs); |
no outgoing calls