uCosminexus Stream Data Platform - Application Framework Application Development Guide

[Contents][Index][Back][Next]

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.

Exception Generation condition
SDPClientCommunicationException A communication exception occurred during RMI connection.
SDPClientException The output stream is already closed.

Return value

The maximum size of the output stream queue (int)