uCosminexus Stream Data Platform - Application Framework Application Development Guide

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

connect() method

Format

SDPConnector connect()

Explanation

Generates an SDPConnector type object that connects to the SDP server using RMI communication.

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 Parsing of system_config.properties failed.

Return value

The connector (SDPConnector type object) to the SDP server