|
pure virtual |
Opens a node stdout file for reading.
| name | The node name. |
| count | Specifies where to start reading the file. If negative, the file is read from the beginning. Otherwise, the file is read from the last count lines. |
| response | The response callback. It accepts:
|
| exception | The exception callback. |
| current | The Current object of the incoming request. |
| IceGrid::FileNotAvailableException | Thrown when the file can't be read. |
| IceGrid::NodeNotExistException | Thrown when the node doesn't exist. |
| IceGrid::NodeUnreachableException | Thrown when the node is unreachable. |