Ice
3.9
Slice API Reference
Toggle main menu visibility
Loading...
Searching...
No Matches
IceGrid
AdminSession
finishUpdate
getAdmin
getAdminCallbackTemplate
getReplicaName
keepAlive
openNodeStdErr
openNodeStdOut
openRegistryStdErr
openRegistryStdOut
openServerLog
openServerStdErr
openServerStdOut
setObservers
setObserversByIdentity
startUpdate
◆
openServerStdOut()
FileIterator
* openServerStdOut
(
string
id
,
int
count
) throws
FileNotAvailableException
,
ServerNotExistException
,
NodeUnreachableException
,
DeploymentException
Opens a server stdout file for reading.
Parameters
id
The server id.
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.
Returns
An iterator to read the file. This proxy is never null.
Exceptions
FileNotAvailableException
Thrown when the file can't be read.
ServerNotExistException
Thrown when the server doesn't exist.
NodeUnreachableException
Thrown when the node is unreachable.
DeploymentException
Thrown when the server couldn't be deployed on the node.
Generated by
1.17.0