org.dcm4che2.net.pdu
Class AAssociateRJ

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.dcm4che2.net.pdu.AAssociateRJ
All Implemented Interfaces:
java.io.Serializable

public class AAssociateRJ
extends java.io.IOException

Since:
Sep 15, 2005
Version:
$Revision: 7318 $ $Date: 2008-10-01 13:41:58 +0200 (Wed, 01 Oct 2008) $
Author:
gunter zeilinger(gunterze@gmail.com)
See Also:
Serialized Form

Field Summary
static int REASON_APP_CTX_NAME_NOT_SUPPORTED
           
static int REASON_CALLED_AET_NOT_RECOGNIZED
           
static int REASON_CALLING_AET_NOT_RECOGNIZED
           
static int REASON_LOCAL_LIMIT_EXCEEDED
           
static int REASON_NO_REASON_GIVEN
           
static int REASON_PROTOCOL_VERSION_NOT_SUPPORTED
           
static int REASON_TEMPORARY_CONGESTION
           
static int RESULT_REJECTED_PERMANENT
           
static int RESULT_REJECTED_TRANSIENT
           
static int SOURCE_SERVICE_PROVIDER_ACSE
           
static int SOURCE_SERVICE_PROVIDER_PRES
           
static int SOURCE_SERVICE_USER
           
 
Constructor Summary
AAssociateRJ(int result, int source, int reason)
           
 
Method Summary
 int getReason()
           
 int getResult()
           
 int getSource()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESULT_REJECTED_PERMANENT

public static final int RESULT_REJECTED_PERMANENT
See Also:
Constant Field Values

RESULT_REJECTED_TRANSIENT

public static final int RESULT_REJECTED_TRANSIENT
See Also:
Constant Field Values

SOURCE_SERVICE_USER

public static final int SOURCE_SERVICE_USER
See Also:
Constant Field Values

SOURCE_SERVICE_PROVIDER_ACSE

public static final int SOURCE_SERVICE_PROVIDER_ACSE
See Also:
Constant Field Values

SOURCE_SERVICE_PROVIDER_PRES

public static final int SOURCE_SERVICE_PROVIDER_PRES
See Also:
Constant Field Values

REASON_NO_REASON_GIVEN

public static final int REASON_NO_REASON_GIVEN
See Also:
Constant Field Values

REASON_APP_CTX_NAME_NOT_SUPPORTED

public static final int REASON_APP_CTX_NAME_NOT_SUPPORTED
See Also:
Constant Field Values

REASON_CALLING_AET_NOT_RECOGNIZED

public static final int REASON_CALLING_AET_NOT_RECOGNIZED
See Also:
Constant Field Values

REASON_CALLED_AET_NOT_RECOGNIZED

public static final int REASON_CALLED_AET_NOT_RECOGNIZED
See Also:
Constant Field Values

REASON_PROTOCOL_VERSION_NOT_SUPPORTED

public static final int REASON_PROTOCOL_VERSION_NOT_SUPPORTED
See Also:
Constant Field Values

REASON_TEMPORARY_CONGESTION

public static final int REASON_TEMPORARY_CONGESTION
See Also:
Constant Field Values

REASON_LOCAL_LIMIT_EXCEEDED

public static final int REASON_LOCAL_LIMIT_EXCEEDED
See Also:
Constant Field Values
Constructor Detail

AAssociateRJ

public AAssociateRJ(int result,
                    int source,
                    int reason)
Method Detail

getResult

public final int getResult()

getSource

public final int getSource()

getReason

public final int getReason()


Copyright © 2011 dcm4che. All Rights Reserved.