|
||||||||||
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
A DialogueReqEvent is the superclass of all Dialogue Request primitives, which represent TCAP Dialogue Requests sent from a JainTcapProvider to a JainTcapListener. This type of Event will be processed by the processDialogueReqEvent method of the JainTcapListener. This class implements the java.lang.Cloneable interface, therefore all Dialogue Request primitves that extend this Event can be cloned using the clone() method inherited from java.lang.Object.
Constructor Summary | |
DialogueReqEvent(java.lang.Object source)
Constructs a new DialogueReqEvent. |
Method Summary | |
int |
getDialogueId()
Gets the Dialogue Id parameter, which is a reference identifier that is used to associate all messages within a transaction. |
DialoguePortion |
getDialoguePortion()
Returns the Dialogue Portion of this Dialogue handling request primitive. |
abstract int |
getPrimitiveType()
This abstract method defines the 'getPrimitiveType' method that must be implemented by its subclasses in order to return the type of that subclassed Dialogue Request primitive. |
byte |
getQualityOfService()
Gets the Quality of Service parameter. |
boolean |
isDialoguePortionPresent()
Indicates if the Dialogue Portion parameter is present in this Event. |
boolean |
isQualityOfServicePresent()
Indicates if the Quality of Service is present in this Event. |
void |
setDialogueId(int dialogueId)
Sets the Dialogue Id parameter, of thid Dialogue Request Event. |
void |
setDialoguePortion(DialoguePortion dialoguePortion)
Sets the Dialogue Portion of this Dialogue handling request primitive. |
void |
setQualityOfService(byte qualityOfService)
Sets the Quality of Service. |
void |
setSource(java.lang.Object source)
Sets the source of this event. |
Methods inherited from class java.util.EventObject |
getSource,
toString |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public DialogueReqEvent(java.lang.Object source)
source
- the source of this Event.Method Detail |
public void setSource(java.lang.Object source)
source
- the source of this Event.public boolean isDialoguePortionPresent()
public DialoguePortion getDialoguePortion() throws ParameterNotSetException
public void setDialoguePortion(DialoguePortion dialoguePortion)
dialoguePortion
- the dialogue portion of this Dialogue handling request primitive.public int getDialogueId() throws MandatoryParameterNotSetException
public void setDialogueId(int dialogueId)
dialogueId
- an int representing the Dialogue Id of the Begin request primtive.public boolean isQualityOfServicePresent()
public byte getQualityOfService() throws ParameterNotSetException
public void setQualityOfService(byte qualityOfService)
qos
- the Quality of Service parameter of the BeginEventpublic abstract int getPrimitiveType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |