Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches

◆ openNodeStdOut()

FileIterator * openNodeStdOut ( string name,
int count ) throws FileNotAvailableException, NodeNotExistException, NodeUnreachableException

Opens a node stdout file for reading.

Parameters
nameThe node name.
countSpecifies 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.
Returns
An iterator to read the file. This proxy is never null.
Exceptions
FileNotAvailableExceptionThrown when the file can't be read.
NodeNotExistExceptionThrown when the node doesn't exist.
NodeUnreachableExceptionThrown when the node is unreachable.