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 value | Method name | Function |
---|---|---|
SDPConnector | connect() | Generates an SDPConnector type object that is connected to the SDP server using RMI communication. |
Notes
The connect method is a static method.