jdcm
Class A_Release

java.lang.Object
  extended by jdcm.A_Release

public final class A_Release
extends java.lang.Object

The A_Release class represents a association release.

See Also:
A_Associate, A_Abort

Constructor Summary
A_Release(A_Associate associate)
          Contructs a release request of this association
 
Method Summary
 void readRPS()
          Receive a release response
 void readRQ()
          Receive a release message
 java.lang.String toString()
           
 void writeRPS()
          Send a Release response
 void writeRQ()
          Send a release request
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

A_Release

public A_Release(A_Associate associate)
          throws java.io.IOException
Contructs a release request of this association

Parameters:
associate - The association
Throws:
java.io.IOException
Method Detail

readRQ

public void readRQ()
            throws java.io.IOException
Receive a release message

Throws:
java.io.IOException

writeRPS

public void writeRPS()
              throws java.io.IOException
Send a Release response

Throws:
java.io.IOException

writeRQ

public void writeRQ()
             throws java.io.IOException
Send a release request

Throws:
java.io.IOException

readRPS

public void readRPS()
             throws java.io.IOException
Receive a release response

Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object