org.openiec61850.client
Interface ClientScsmSAP
- All Known Implementing Classes:
- MmsScsmClientSAP
public interface ClientScsmSAP
|
Method Summary |
ClientACSI |
associate(java.lang.String serverAccessPointReference,
java.lang.String authenticationParameter,
int connectTimeout)
The Associate service which tries to connect and build an association to
an IEC 61850 server. |
associate
ClientACSI associate(java.lang.String serverAccessPointReference,
java.lang.String authenticationParameter,
int connectTimeout)
throws ServiceError,
java.lang.IllegalArgumentException
- The Associate service which tries to connect and build an association to
an IEC 61850 server.
- Parameters:
serverAccessPointReference - the syntax of this parameter is mapping specificauthenticationParameter - the syntax of this parameter is mapping specificconnectTimeout - the time in milliseconds after which the TCP/IP connection
attempt shall be aborted and a service error is thrown
- Throws:
ServiceError
java.lang.IllegalArgumentException