org.dicom4j.network.association
Class AssociationState

java.lang.Object
  extended by org.dicom4j.network.association.AssociationState

public class AssociationState
extends Object

Internal states of an Association

Author:
Laurent Lecomte

Field Summary
static int ASSOCIATION_ESTABLISHED_READY_FOR_DATA_TRANSFERT
           
static int AWAITING_A_ASSOCIATE
           
static int AWAITING_A_RELEASE_RP
           
static int AWAITING_ASSOCIATE_AC_RJ
           
static int AWAITING_LOCAL_A_RELEASE
           
static int AWAITING_TRANSPORT_CONNECTION_CLOSE
           
static int AWAITING_TRANSPORT_CONNECTION_OPENING
           
static int IDLE
           
static int RELEASE_COLLISION_ACCEPTOR_SIDE_AWAITING_A_RELEASE
           
static int RELEASE_COLLISION_ACCEPTOR_SIDE_AWAITING_A_RELEASE_RP
           
static int RELEASE_COLLISION_REQUESTOR_SIDE_AWAITING_A_RELEASE
           
static int RELEASE_COLLISION_REQUESTOR_SIDE_AWAITING_A_RELEASE_RP
           
static int TRANSPORT_CONNECTION_OPEN
           
 
Constructor Summary
AssociationState()
           
 
Method Summary
static String toString(int aState)
          Return a State as a string
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASSOCIATION_ESTABLISHED_READY_FOR_DATA_TRANSFERT

public static final int ASSOCIATION_ESTABLISHED_READY_FOR_DATA_TRANSFERT
See Also:
Constant Field Values

AWAITING_A_ASSOCIATE

public static final int AWAITING_A_ASSOCIATE
See Also:
Constant Field Values

AWAITING_A_RELEASE_RP

public static final int AWAITING_A_RELEASE_RP
See Also:
Constant Field Values

AWAITING_ASSOCIATE_AC_RJ

public static final int AWAITING_ASSOCIATE_AC_RJ
See Also:
Constant Field Values

AWAITING_LOCAL_A_RELEASE

public static final int AWAITING_LOCAL_A_RELEASE
See Also:
Constant Field Values

AWAITING_TRANSPORT_CONNECTION_CLOSE

public static final int AWAITING_TRANSPORT_CONNECTION_CLOSE
See Also:
Constant Field Values

AWAITING_TRANSPORT_CONNECTION_OPENING

public static final int AWAITING_TRANSPORT_CONNECTION_OPENING
See Also:
Constant Field Values

IDLE

public static final int IDLE
See Also:
Constant Field Values

RELEASE_COLLISION_ACCEPTOR_SIDE_AWAITING_A_RELEASE

public static final int RELEASE_COLLISION_ACCEPTOR_SIDE_AWAITING_A_RELEASE
See Also:
Constant Field Values

RELEASE_COLLISION_ACCEPTOR_SIDE_AWAITING_A_RELEASE_RP

public static final int RELEASE_COLLISION_ACCEPTOR_SIDE_AWAITING_A_RELEASE_RP
See Also:
Constant Field Values

RELEASE_COLLISION_REQUESTOR_SIDE_AWAITING_A_RELEASE

public static final int RELEASE_COLLISION_REQUESTOR_SIDE_AWAITING_A_RELEASE
See Also:
Constant Field Values

RELEASE_COLLISION_REQUESTOR_SIDE_AWAITING_A_RELEASE_RP

public static final int RELEASE_COLLISION_REQUESTOR_SIDE_AWAITING_A_RELEASE_RP
See Also:
Constant Field Values

TRANSPORT_CONNECTION_OPEN

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

AssociationState

public AssociationState()
Method Detail

toString

public static String toString(int aState)
Return a State as a string

Parameters:
aState - the State
Returns:
state as a string


Copyright © 2009 dicom4j. All Rights Reserved.