|
pure virtual |
Opens a registry stderr file for reading.
| name | The registry 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::RegistryNotExistException | Thrown when the registry doesn't exist. |
| IceGrid::RegistryUnreachableException | Thrown when the registry is unreachable. |