getMaxQueueSize() method
Format
int getMaxQueueSize()
Explanation
Acquires the maximum size of the input stream queue.
The maximum size of the input stream queue is the value specified in the engine.maxQueueSize parameter of system_config.properties.
Parameters
None.
Exceptions
The following table shows the exceptions and the conditions for their generation.
Exception | Generation condition |
---|---|
SDPClientException | The input stream is already closed. |
SDPClientCommunicationException | A communication exception occurred during RMI connection. |
Return value
The maximum size of the input stream queue (int)