|
||||||||||
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
A DialogueIndEvent is the superclass of all Dialogue Indication primitives, which represent TCAP Dialogue Indications sent from a JainTcapProvider to a JainTcapListener. This type of Event will be processed by the processDialogueIndEvent method of the JainTcapListener. This class implements the java.lang.Cloneable interface, therefore all Dialogue Indication primitives that extend this Event can be cloned using the clone() method inherited from java.lang.Object.
Constructor Summary | |
DialogueIndEvent(java.lang.Object source)
Constructs a new DialogueIndEvent. |
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 indication 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 Indication primitive. |
boolean |
isDialoguePortionPresent()
Indicates if the Dialogue Portion parameter is present in this Event. |
void |
setDialogueId(int dialogueId)
Sets the Dialogue Id parameter of this Dialogue Indiciation Event. |
void |
setDialoguePortion(DialoguePortion dialoguePortion)
Sets the Dialogue Portion of this Dialogue handling indication primitive. |
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 DialogueIndEvent(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 indication primitive.public int getDialogueId() throws MandatoryParameterNotSetException
public void setDialogueId(int dialogueId)
dialogueId
- an 'int' representing the Dialogue Id of the Begin request primtive.public abstract int getPrimitiveType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |