MCrejectReasonEnum
instead@Deprecated
public class MCrejectReason
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static MCrejectReason |
CALLED_AE_TITLE_NOT_RECOGNIZED
Deprecated.
The rejection reason used when the Application Entity Title of the acceptor does not match the Called
Application Entity Title specified by the requester in the association request.
|
static MCrejectReason |
CALLING_AE_TITLE_NOT_RECOGNIZED
Deprecated.
The rejection reason used when the Application Entity Title of the requester is no recognized by the
acceptor.
|
static MCrejectReason |
LOCAL_LIMIT_EXCEEDED
Deprecated.
The rejection reason used when the acceptor has reached the maximum number of concurrent associations
that is willing to support.
|
static MCrejectReason |
NO_REASON_GIVEN_PERMANENT
Deprecated.
The reason for a permanent rejection with no specific reason given.
|
static MCrejectReason |
NO_REASON_GIVEN_TRANSIENT
Deprecated.
The reason for a transient rejection with no specific reason given.
|
static MCrejectReason |
TEMPORARY_CONGESTION
Deprecated.
The rejection reason used when the acceptor runs out of resources.
|
public static final MCrejectReason NO_REASON_GIVEN_PERMANENT
public static final MCrejectReason NO_REASON_GIVEN_TRANSIENT
public static final MCrejectReason CALLING_AE_TITLE_NOT_RECOGNIZED
public static final MCrejectReason CALLED_AE_TITLE_NOT_RECOGNIZED
public static final MCrejectReason TEMPORARY_CONGESTION
public static final MCrejectReason LOCAL_LIMIT_EXCEEDED