|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openiec61850.scsm.mms.client.MmsScsmClientSAP
public class MmsScsmClientSAP
Field Summary | |
---|---|
org.openiec61850.jmms.iso.acse.ClientAcseSAP |
acseSAP
|
int |
proposedDataStructureNestingLevel
|
int |
proposedMaxServOutstandingCalled
|
int |
proposedMaxServOutstandingCalling
|
byte[] |
servicesSupportedCalling
|
int |
servicesSupportedCallingNumBits
|
Constructor Summary | |
---|---|
MmsScsmClientSAP()
|
Method Summary | |
---|---|
ClientACSI |
associate(java.lang.String serverAccessPointReference,
java.lang.String authenticationParameter,
int connectTimeout)
For the MMS-Mapping the ServerAccessPointReference should be of the form "ip:port" or "domain:port" or simply "ip" or "domain". |
ClientACSI |
associate(java.lang.String serverAccessPointReference,
java.lang.String authenticationParameter,
int connectTimeout,
int messageTimeout,
int messageFragmentTimeout)
|
void |
setMaxPduSize(int maxPduSize)
Set the maximum MMS Pdu size in bytes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int proposedMaxServOutstandingCalling
public int proposedMaxServOutstandingCalled
public int proposedDataStructureNestingLevel
public byte[] servicesSupportedCalling
public int servicesSupportedCallingNumBits
public org.openiec61850.jmms.iso.acse.ClientAcseSAP acseSAP
Constructor Detail |
---|
public MmsScsmClientSAP()
Method Detail |
---|
public void setMaxPduSize(int maxPduSize)
maxPduSize
- should be at least MINIMUM_PDU_SIZEpublic ClientACSI associate(java.lang.String serverAccessPointReference, java.lang.String authenticationParameter, int connectTimeout) throws ServiceError, java.lang.IllegalArgumentException
associate
in interface ClientScsmSAP
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
ServiceError
java.lang.IllegalArgumentException
public ClientACSI associate(java.lang.String serverAccessPointReference, java.lang.String authenticationParameter, int connectTimeout, int messageTimeout, int messageFragmentTimeout) throws ServiceError, java.lang.IllegalArgumentException
ServiceError
java.lang.IllegalArgumentException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |