getMaxQueueSize() method

Format

int getMaxQueueSize()

Explanation

Acquires the maximum size of the output stream queue.

The maximum size of the output 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.

ExceptionGeneration condition
SDPClientCommunicationExceptionA communication exception occurred during RMI connection.
SDPClientExceptionThe output stream is already closed.

Return value

The maximum size of the output stream queue (int)