uCosminexus Stream Data Platform - Application Framework Application Development Guide

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

close() method

Format

void close()

Explanation

Closes the connection to the output stream.

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 was already closed.

Return value

None.