|
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.DialogueReqEvent | +--jain.protocol.ss7.tcap.dialogue.UserAbortReqEvent
An event representing a TCAP UserAbort request dialogue primitive. This
event will be passed from the Listener (the TC User) to the Provider (TCAP)
to request the abrupt termination of a dialogue. No pending components will
be transmitted to the destination node.
The mandatory parameters of this primitive are supplied to the constructor.
Optional parameters may then be set using the set methods.
DialogueReqEvent
, Serialized FormFields inherited from class jain.protocol.ss7.tcap.DialogueReqEvent |
m_dialogueId, m_dialogueIdPresent, m_dialoguePortion, m_dialoguePortionPresent, m_qualityOfService, m_qualityOfServicePresent |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
UserAbortReqEvent(java.lang.Object source,
int dialogueId)
Constructs a new UserAbortReqEvent, 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 |
getAbortReason()
Gets the abort reason parameter of the UserAbort request primitive. |
int |
getPrimitiveType()
This method returns the type of this primitive. |
byte[] |
getUserAbortInformation()
Gets the User Abort Information parameter of the UserAbort request primitive. |
boolean |
isAbortReasonPresent()
Indicates if the abort reason parameter is present in this Event. |
boolean |
isUserAbortInformationPresent()
Indicates if the User Abort Information parameter is present in this Event. |
void |
setAbortReason(int abortReason)
Sets the Abort Reason parameter of the UserAbort request primitive. |
void |
setUserAbortInformation(byte[] userAbortInformation)
Sets the User Abort Information parameter of the UserAbort request primitive. |
java.lang.String |
toString()
String representation of class UserAbortReqEvent |
Methods inherited from class jain.protocol.ss7.tcap.DialogueReqEvent |
getDialogueId, getDialoguePortion, getQualityOfService, isDialoguePortionPresent, isQualityOfServicePresent, setDialogueId, setDialoguePortion, setQualityOfService, 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 UserAbortReqEvent(java.lang.Object source, int dialogueId)
source
- the Event Source supplied to the constructordialogueId
- the Dialogue Identifier supplied to the constructorMethod Detail |
public void setUserAbortInformation(byte[] userAbortInformation)
userAbortInformation
- The new UserAbortInformation valuepublic void setAbortReason(int abortReason)
abortReason
- one of the following:
DialogueConstants
public boolean isUserAbortInformationPresent()
public byte[] getUserAbortInformation() throws ParameterNotSetException
ParameterNotSetException
- this exception is thrown if this
parameter has not yet been setpublic boolean isAbortReasonPresent()
public int getAbortReason() throws ParameterNotSetException
ParameterNotSetException
- this exception is thrown if this
parameter has not been setDialogueConstants
public int getPrimitiveType()
getPrimitiveType
in class DialogueReqEvent
public void clearAllParameters()
public java.lang.String toString()
toString
in class DialogueReqEvent
|
JAIN TCAP API v1.1 - 5th Sept 2001 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |