|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.openiec61850.jmms.iso.acse.ClientAcseSAP
public class ClientAcseSAP
This class implements the Service Access Point (SAP) for the Application Control Service Element (ACSE) protocol as defined by ISO 8650 or ITU X.217/X.227. The ACSE provides services for establishing and releasing application-associations. The class also realizes the lower ISO Presentation Layer as defined by ISO 8823/ITU X226 and the ISO Session Layer as defined by 8327/ITU X.225.
| Field Summary | |
|---|---|
byte[] |
pSelLocal
|
byte[] |
pSelRemote
|
ClientTSAP |
tSAP
|
| Constructor Summary | |
|---|---|
ClientAcseSAP()
Use this constructor to create a client ACSE Service Access Point (SAP) that will start connections to remote ACSE SAPs. |
|
| Method Summary | |
|---|---|
AcseAssociation |
associate(java.net.InetAddress address,
int port,
java.nio.ByteBuffer apdu)
Associate to a remote ServerAcseSAP that is listening at the destination address. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public ClientTSAP tSAP
public byte[] pSelRemote
public byte[] pSelLocal
| Constructor Detail |
|---|
public ClientAcseSAP()
| Method Detail |
|---|
public AcseAssociation associate(java.net.InetAddress address,
int port,
java.nio.ByteBuffer apdu)
throws java.io.IOException
address - remote InetAddressport - remote port
java.io.IOException - is thrown if association was unsuccessful.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||