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.tcap.dialogue

Version:
1.0
Author:
Colm Hayden & Phelim O'Doherty

Field Summary
static int ABORT_REASON_ACN_NOT_SUPPORTED
          Abort Reason constants: The following constants represent the allowable values for the Abort Reason parameter; The constants are used by the User Abort Dialogue Events.

Indicates that the application context is not supported, this constant has an integer value of 1.
static int ABORT_REASON_USER_SPECIFIC
          Indicates that the abort reason is user specific, this constant has an integer value of 2.
static int P_ABORT_ABNORMAL_DIALOGUE
          pAbort Constant: Abnormal dialogue, this constant has an integer value of 6
static int P_ABORT_BADLY_FORMATTED_TRANSACTION_PORTION
          The following constants indicate the allowable values for the pAbort parameter: These constants are used by the Provider Abort Dialogue Event.

Badly Formatted Transaction Portion, this constant has an integer value of 3.
static int P_ABORT_INCORRECT_TRANSACTION_PORTION
          pAbort Constant: Incorrect Transaction Portion, this constant has an integer value of 4.
static int P_ABORT_RESOURCE_LIMIT
          pAbort Constant: Resource Limitation, this constant has an integer value of 5.
static int P_ABORT_UNRCGNZ_MSG_TYPE
          pAbort Constant: Unrecognized Message Type, this constant has an integer value of 1.
static int P_ABORT_UNRECOGNIZED_TRANSACTION_ID
          pAbort Constant: Unrecognized Transaction ID, this constant has an integer value of 2.
static int PROTOCOL_VERSION_ANSI_92
          Protocol Version constants: The following constants represent the allowable values for the Protocol Version parameter; These constants are used by the Dialogue Portion.

ANSI T1.114 - 1992 Protocol Version, this has an integer value of 3.
static int PROTOCOL_VERSION_ANSI_96
          ANSI T1.114 - 1996 Protocol Version, this has an integer value of 4.
static int PROTOCOL_VERSION_ITU_93
          ITU Q.771 - Q.775 1993 Protocol Version, this has an integer value of 5.
static int PROTOCOL_VERSION_ITU_97
          ITU Q.771 - Q.775 1997 Protocol Version, this has an integer value of 6.
static int PROTOCOL_VERSION_UNRECOGNISED
          Indicates an unrecognized Protocol Version, this has an integer value of 1.
static int PROTOCOL_VERSION_UNSUPPORTED
          Indicates an unsupported Protocol Version, this has an integer value of 2.
static int TC_BASIC_END
          Termination constants: The following constants represent the allowable values for the Termination parameter; These constants are used by the End Request Dialogue Event.

Indicates a basic dialogue termination ending, this constant has an integer value of 1.
static int TC_PRE_ARRANGED_END
          Indicates a pre-arranged dialogue termination ending, this constant has an integer value of 2.
 
Constructor Summary
DialogueConstants()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TC_BASIC_END

public static final int TC_BASIC_END
Termination constants: The following constants represent the allowable values for the Termination parameter; These constants are used by the End Request Dialogue Event.

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
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 constants: The following constants represent the allowable values for the Abort Reason parameter; The constants are used by the User Abort Dialogue Events.

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
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
pAbort Constant: Unrecognized Message Type, this constant has an integer value of 1.

P_ABORT_UNRECOGNIZED_TRANSACTION_ID

public static final int P_ABORT_UNRECOGNIZED_TRANSACTION_ID
pAbort Constant: Unrecognized Transaction ID, this constant has an integer value of 2.

P_ABORT_BADLY_FORMATTED_TRANSACTION_PORTION

public static final int P_ABORT_BADLY_FORMATTED_TRANSACTION_PORTION
The following constants indicate the allowable values for the pAbort parameter: These constants are used by the Provider Abort Dialogue Event.

Badly Formatted Transaction Portion, this constant has an integer value of 3.

P_ABORT_INCORRECT_TRANSACTION_PORTION

public static final int P_ABORT_INCORRECT_TRANSACTION_PORTION
pAbort Constant: Incorrect Transaction Portion, this constant has an integer value of 4.

P_ABORT_RESOURCE_LIMIT

public static final int P_ABORT_RESOURCE_LIMIT
pAbort Constant: Resource Limitation, this constant has an integer value of 5.

P_ABORT_ABNORMAL_DIALOGUE

public static final int P_ABORT_ABNORMAL_DIALOGUE
pAbort Constant: Abnormal dialogue, this constant has an integer value of 6

PROTOCOL_VERSION_UNRECOGNISED

public static final int PROTOCOL_VERSION_UNRECOGNISED
Indicates an unrecognized Protocol Version, this has an integer value of 1.

PROTOCOL_VERSION_UNSUPPORTED

public static final int PROTOCOL_VERSION_UNSUPPORTED
Indicates an unsupported Protocol Version, this has an integer value of 2.

PROTOCOL_VERSION_ANSI_92

public static final int PROTOCOL_VERSION_ANSI_92
Protocol Version constants: The following constants represent the allowable values for the Protocol Version parameter; These constants are used by the Dialogue Portion.

ANSI T1.114 - 1992 Protocol Version, this has an integer value of 3.

PROTOCOL_VERSION_ANSI_96

public static final int PROTOCOL_VERSION_ANSI_96
ANSI T1.114 - 1996 Protocol Version, this has an integer value of 4.

PROTOCOL_VERSION_ITU_93

public static final int PROTOCOL_VERSION_ITU_93
ITU Q.771 - Q.775 1993 Protocol Version, this has an integer value of 5.

PROTOCOL_VERSION_ITU_97

public static final int PROTOCOL_VERSION_ITU_97
ITU Q.771 - Q.775 1997 Protocol Version, this has an integer value of 6.
Constructor Detail

DialogueConstants

public DialogueConstants()


28 June 2000
If you have any comments or queries, please mail them to JainTcapApiFeedback@AePONA.Com

Copyright - 2000 Sun Microsystems