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.
 

Method Detail

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 specific
authenticationParameter - the syntax of this parameter is mapping specific
connectTimeout - 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