|
||||||||||
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.ComponentIndEvent
A ComponentIndEvent is the superclass of all Component Indication primitives, which represent TCAP Component Indications sent from a JainTcapProvider to a JainTcapListener. This type of Event will be processed by the processComponentIndEvent method of the JainTcapListener. This class implements the java.lang.Cloneable interface, therefore all Component Indication primitves that extend this Event can be cloned using the clone() method inherited from java.lang.Object.
Constructor Summary | |
ComponentIndEvent(java.lang.Object source)
Constructs a new ComponentIndEvent. |
Method Summary | |
abstract int |
getDialogueId()
Gets the Dialogue Id parameter of the indication component, which is a reference identifier that is used to associate all components within a transaction. |
abstract int |
getInvokeId()
Gets the Invoke Id parameter of the component indication. |
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 Component Indication primitive. |
boolean |
isInvokeIdPresent()
Indicates if the Invoke Id is present in this Event. |
boolean |
isLastComponent()
Indicates if this indication Component is the last component. |
void |
setDialogueId(int dialogueId)
Sets the Dialogue Id parameter of this Component Indication Event. |
void |
setInvokeId(int invokeId)
Sets the Invoke Id parameter of the indication component. |
void |
setLastComponent(boolean lastComponent)
Sets this indication Component as the last component. |
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 ComponentIndEvent(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 abstract int getDialogueId() throws ParameterNotSetException, MandatoryParameterNotSetException
public void setDialogueId(int dialogueId)
value
- the Dialogue Id of the indicationpublic boolean isInvokeIdPresent()
public abstract int getInvokeId() throws ParameterNotSetException, MandatoryParameterNotSetException
public void setInvokeId(int invokeId)
value
- the Invoke Id of the indicationpublic boolean isLastComponent()
public void setLastComponent(boolean lastComponent)
lastComponent
- indicates if this is the last componentpublic abstract int getPrimitiveType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |