org.dicom4j.network.association
Class AssociationState
java.lang.Object
org.dicom4j.network.association.AssociationState
public class AssociationState
- extends Object
Internal states of an Association
- Author:
- Laurent Lecomte
|
Method Summary |
static String |
toString(int aState)
Return a State as a string |
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
AssociationState
public AssociationState()
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.