|
JAIN TCAP API v1.1 - 5th Sept 2001 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--jain.protocol.ss7.tcap.DialogueIndEvent | +--jain.protocol.ss7.tcap.dialogue.ProviderAbortIndEvent
An event representing a TCAP ProviderAbort indication dialogue primitive.
This event will be passed from the Provider (TCAP) to the Listener(the TC
User) to inform the Tc User that the dialogue has been terminated by the
service provider (the transaction sublayer) in reaction to a transaction
abort by the transaction sublayer. Any pending components are not
transmitted.
The mandatory parameters of this primitive are supplied to the constructor.
Optional parameters may then be set using the set methods.
DialogueIndEvent
, Serialized FormFields inherited from class jain.protocol.ss7.tcap.DialogueIndEvent |
m_dialogueId, m_dialogueIdPresent, m_dialoguePortion, m_dialoguePortionPresent |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ProviderAbortIndEvent(java.lang.Object source,
int dialogueId,
int pAbort)
Constructs a new ProviderAbortIndEvent, with only the Event Source and the JAIN TCAP Mandatory parameters being supplied to the constructor. |
Method Summary | |
void |
clearAllParameters()
Clears all previously set parameters . |
int |
getPAbort()
Gets the Provider Abort (pAbort) parameter of the ProviderAbort indication primitive. |
int |
getPrimitiveType()
This method returns the type of this primitive. |
byte |
getQualityOfService()
Gets the Quality of Service parameter of the ProviderAbort indication primitive. |
boolean |
isQualityOfServicePresent()
Indicates if the Quality of Service parameter is present in this Event. |
void |
setPAbort(int pAbort)
Sets the Provider Abort (pAbort) cause of the ProviderAbort indication primitive. |
void |
setQualityOfService(byte qualityOfService)
Sets the Quality of Service parameter of the ProviderAbort indication primitive. |
java.lang.String |
toString()
String representation of class ProviderAbortIndEvent |
Methods inherited from class jain.protocol.ss7.tcap.DialogueIndEvent |
getDialogueId, getDialoguePortion, isDialoguePortionPresent, setDialogueId, setDialoguePortion, setSource |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProviderAbortIndEvent(java.lang.Object source, int dialogueId, int pAbort)
source
- the Event Source supplied to the constructordialogueId
- the Dialogue Identifier supplied to the constructorpAbort
- the PAbort Cause supplied to the constructorMethod Detail |
public void setQualityOfService(byte qualityOfService)
qualityOfService
- The new Quality Of Service valuepublic void setPAbort(int pAbort)
pAbort
- one of the following:
public boolean isQualityOfServicePresent()
public byte getQualityOfService() throws ParameterNotSetException
ParameterNotSetException
- this exception is thrown if this
parameter has not yet been setpublic int getPAbort() throws MandatoryParameterNotSetException
MandatoryParameterNotSetException
- this exception is thrown if
this JAIN Mandatory parameter has not been setpublic int getPrimitiveType()
getPrimitiveType
in class DialogueIndEvent
public void clearAllParameters()
public java.lang.String toString()
toString
in class DialogueIndEvent
|
JAIN TCAP API v1.1 - 5th Sept 2001 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |