7.4 SDPConnectorFactory class (for RMI connection)

Class hierarchy

jp.co.Hitachi.soft.sdp.api.SDPConnectorFactory

Explanation

This is a factory class that implements the process for generating an SDPConnector type object. Executing the connect method in this class generates an SDPConnector type object that attaches to the SDP server using RMI communication.

Method

The following table shows the SDPConnectorFactory class method list.

Return valueMethod nameFunction
SDPConnectorconnect()Generates an SDPConnector type object that is connected to the SDP server using RMI communication.

Notes

The connect method is a static method.

Organization of this section
connect() method