JAIN TCAP API
v1.1 - 5th Sept 2001

jain.protocol.ss7.tcap.dialogue
Class DialogueConstants

java.lang.Object
  |
  +--jain.protocol.ss7.tcap.dialogue.DialogueConstants

public class DialogueConstants
extends java.lang.Object

This class contains the common Constants used throughout the package jain.protocol.ss7.tcap.dialogue

Version:
1.1
Author:
Sun Microsystems Inc.

Field Summary
static int ABORT_REASON_ACN_NOT_SUPPORTED
          Abort Reason Constant: Indicates that the application context is not supported, this constant has an integer value of 1.
static int ABORT_REASON_USER_SPECIFIC
          Abort Reason Constant: Indicates that the abort reason is user specific, this constant has an integer value of 2.
static int APPLICATION_CONTEXT_INTEGER
          Application Context Identifier Constant: Integer, this constant has an integer value of 1
static int APPLICATION_CONTEXT_OBJECT
          Application Context Identifier Constant: Object, this constant has an integer value of 2
static int DP_PROTOCOL_VERSION_ANSI_96
          Dialogue Portion Protocol Version Constant: ANSI 1996 Dialogue Portion, specific to an ANSI 1996 implementation of the JAIN TCAP API.
static int P_ABORT_ABNORMAL_DIALOGUE
          Provider Abort Constant: Abnormal dialogue, this constant has an integer value of 5.
static int P_ABORT_BADLY_FORMATTED_TRANSACTION_PORTION
          Provider Abort Constant: Badly Formatted(ITU)/Badly Structured(ANSI) Transaction Portion, this constant has an integer value of 2.
static int P_ABORT_BADLY_STRUCTURED_DIALOGUE_PORTION
          Provider Abort Constant: Badly Structured Dialogue Portion(ANSI), this constant has an integer value of 7.
static int P_ABORT_INCONSISTENT_DIALOGUE_PORTION
          Provider Abort Constant: Inconsistent Dialogue Portion(ANSI), this constant has an integer value of 9.
static int P_ABORT_INCORRECT_TRANSACTION_PORTION
          Provider Abort Constant: Incorrect Transaction Portion, this constant has an integer value of 3.
static int P_ABORT_MISSING_DIALOGUE_PORTION
          Provider Abort Constant: Missing Dialogue Portion(ANSI), this constant has an integer value of 8.
static int P_ABORT_PERMISSION_TO_RELEASE_PROBLEM
          Provider Abort Constant: Permission to Release Problem(ANSI), this constant has an integer value of 10.
static int P_ABORT_RESOURCE_LIMIT
          Provider Abort Constant: Resource Limitation(ITU)/Unavailable(ANSI), this constant has an integer value of 4.
static int P_ABORT_UNRCGNZ_MSG_TYPE
          Provider Abort Constant: Unrecognised Message Type(ITU)/Package(ANSI), this constant has an integer value of 0.
static int P_ABORT_UNRECOG_DIALOGUE_PORTION_ID
          Provider Abort Constant: Unrecognized Dialogue Portion ID(ANSI), this constant has an integer value of 6.
static int P_ABORT_UNRECOGNIZED_TRANSACTION_ID
          Provider Abort Constant: Unrecognized(ITU)/Unassigned Responding(ANSI) Transaction ID, this constant has an integer value of 1.
static int PROTOCOL_VERSION_ANSI_92
          Deprecated. - As of JAIN TCAP v1.1, use the STACK_SPECIFICATION_ANSI_92 constant.
static int PROTOCOL_VERSION_ANSI_96
          Deprecated. - As of JAIN TCAP v1.1, use the STACK_SPECIFICATION_ANSI_96 constant.
static int PROTOCOL_VERSION_ITU_93
          Deprecated. - As of JAIN TCAP v1.1, use the STACK_SPECIFICATION_ITU_93 constant.
static int PROTOCOL_VERSION_ITU_97
          Deprecated. - As of JAIN TCAP v1.1, use the STACK_SPECIFICATION_ITU_97 constant.
static int SECURITY_CONTEXT_INTEGER
          Security Context Identifier Constant: Integer, this constant has an integer value of 1
static int SECURITY_CONTEXT_OBJECT
          Security Context Identifier Constant: Object, this constant has an integer value of 2
static int TC_BASIC_END
          Termination constant: Indicates a basic dialogue termination ending, this constant has an integer value of 1.
static int TC_PRE_ARRANGED_END
          Trmination Constant: Indicates a pre-arranged dialogue termination ending, this constant has an integer value of 2.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TC_BASIC_END

public static final int TC_BASIC_END
Termination constant: Indicates a basic dialogue termination ending, this constant has an integer value of 1.

TC_PRE_ARRANGED_END

public static final int TC_PRE_ARRANGED_END
Trmination Constant: Indicates a pre-arranged dialogue termination ending, this constant has an integer value of 2.

ABORT_REASON_ACN_NOT_SUPPORTED

public static final int ABORT_REASON_ACN_NOT_SUPPORTED
Abort Reason Constant: Indicates that the application context is not supported, this constant has an integer value of 1.

ABORT_REASON_USER_SPECIFIC

public static final int ABORT_REASON_USER_SPECIFIC
Abort Reason Constant: Indicates that the abort reason is user specific, this constant has an integer value of 2.

P_ABORT_UNRCGNZ_MSG_TYPE

public static final int P_ABORT_UNRCGNZ_MSG_TYPE
Provider Abort Constant: Unrecognised Message Type(ITU)/Package(ANSI), this constant has an integer value of 0.

P_ABORT_UNRECOGNIZED_TRANSACTION_ID

public static final int P_ABORT_UNRECOGNIZED_TRANSACTION_ID
Provider Abort Constant: Unrecognized(ITU)/Unassigned Responding(ANSI) Transaction ID, this constant has an integer value of 1.

P_ABORT_BADLY_FORMATTED_TRANSACTION_PORTION

public static final int P_ABORT_BADLY_FORMATTED_TRANSACTION_PORTION
Provider Abort Constant: Badly Formatted(ITU)/Badly Structured(ANSI) Transaction Portion, this constant has an integer value of 2.

P_ABORT_INCORRECT_TRANSACTION_PORTION

public static final int P_ABORT_INCORRECT_TRANSACTION_PORTION
Provider Abort Constant: Incorrect Transaction Portion, this constant has an integer value of 3.

P_ABORT_RESOURCE_LIMIT

public static final int P_ABORT_RESOURCE_LIMIT
Provider Abort Constant: Resource Limitation(ITU)/Unavailable(ANSI), this constant has an integer value of 4.

P_ABORT_ABNORMAL_DIALOGUE

public static final int P_ABORT_ABNORMAL_DIALOGUE
Provider Abort Constant: Abnormal dialogue, this constant has an integer value of 5.

P_ABORT_UNRECOG_DIALOGUE_PORTION_ID

public static final int P_ABORT_UNRECOG_DIALOGUE_PORTION_ID
Provider Abort Constant: Unrecognized Dialogue Portion ID(ANSI), this constant has an integer value of 6.

P_ABORT_BADLY_STRUCTURED_DIALOGUE_PORTION

public static final int P_ABORT_BADLY_STRUCTURED_DIALOGUE_PORTION
Provider Abort Constant: Badly Structured Dialogue Portion(ANSI), this constant has an integer value of 7.

P_ABORT_MISSING_DIALOGUE_PORTION

public static final int P_ABORT_MISSING_DIALOGUE_PORTION
Provider Abort Constant: Missing Dialogue Portion(ANSI), this constant has an integer value of 8.

P_ABORT_INCONSISTENT_DIALOGUE_PORTION

public static final int P_ABORT_INCONSISTENT_DIALOGUE_PORTION
Provider Abort Constant: Inconsistent Dialogue Portion(ANSI), this constant has an integer value of 9.

P_ABORT_PERMISSION_TO_RELEASE_PROBLEM

public static final int P_ABORT_PERMISSION_TO_RELEASE_PROBLEM
Provider Abort Constant: Permission to Release Problem(ANSI), this constant has an integer value of 10.

PROTOCOL_VERSION_ANSI_92

public static final int PROTOCOL_VERSION_ANSI_92
Deprecated. - As of JAIN TCAP v1.1, use the STACK_SPECIFICATION_ANSI_92 constant.


PROTOCOL_VERSION_ANSI_96

public static final int PROTOCOL_VERSION_ANSI_96
Deprecated. - As of JAIN TCAP v1.1, use the STACK_SPECIFICATION_ANSI_96 constant.


PROTOCOL_VERSION_ITU_93

public static final int PROTOCOL_VERSION_ITU_93
Deprecated. - As of JAIN TCAP v1.1, use the STACK_SPECIFICATION_ITU_93 constant.


PROTOCOL_VERSION_ITU_97

public static final int PROTOCOL_VERSION_ITU_97
Deprecated. - As of JAIN TCAP v1.1, use the STACK_SPECIFICATION_ITU_97 constant.


DP_PROTOCOL_VERSION_ANSI_96

public static final int DP_PROTOCOL_VERSION_ANSI_96
Dialogue Portion Protocol Version Constant: ANSI 1996 Dialogue Portion, specific to an ANSI 1996 implementation of the JAIN TCAP API. This constant has an integer value of 1.
Since:
JAIN TCAP v1.1

APPLICATION_CONTEXT_INTEGER

public static final int APPLICATION_CONTEXT_INTEGER
Application Context Identifier Constant: Integer, this constant has an integer value of 1

APPLICATION_CONTEXT_OBJECT

public static final int APPLICATION_CONTEXT_OBJECT
Application Context Identifier Constant: Object, this constant has an integer value of 2

SECURITY_CONTEXT_INTEGER

public static final int SECURITY_CONTEXT_INTEGER
Security Context Identifier Constant: Integer, this constant has an integer value of 1

SECURITY_CONTEXT_OBJECT

public static final int SECURITY_CONTEXT_OBJECT
Security Context Identifier Constant: Object, this constant has an integer value of 2

JAIN TCAP API
v1.1 - 5th Sept 2001

Email comments to [email protected]