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.

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

Return value

The maximum size of the input stream queue (int)