|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DialogueIndEvent | |
jain.protocol.ss7.tcap | This package contains the main interfaces required to represent JAIN TCAP protocol stacks, JAIN TCAP applications, as well as the classes and exceptions needed to send and receive JAIN TCAP messages. |
jain.protocol.ss7.tcap.dialogue | This package contains the Event classes representing the JAIN TCAP Dialogue Handling primitives and their specific parameters, if a paramater is not included in any specific primitive, it is common to all the specified dialogues and therefore coded within that dialogues parent class. |
Uses of DialogueIndEvent in jain.protocol.ss7.tcap |
Methods in jain.protocol.ss7.tcap with parameters of type DialogueIndEvent | |
void |
JainTcapListener.processDialogueIndEvent(DialogueIndEvent event)
Processes a Dialogue Indication Event emitted by the JainTcapProvider. |
Uses of DialogueIndEvent in jain.protocol.ss7.tcap.dialogue |
Subclasses of DialogueIndEvent in jain.protocol.ss7.tcap.dialogue | |
class |
BeginIndEvent
An event representing a TCAP Begin indication dialogue primitive. |
class |
ContinueIndEvent
An event representing a TCAP Continue indication dialogue primitive. |
class |
EndIndEvent
An event representing a TCAP End indication dialogue primitive. |
class |
NoticeIndEvent
An event representing a TCAP Notice indication dialogue primitive. |
class |
ProviderAbortIndEvent
An event representing a TCAP ProviderAbort indication dialogue primitive. |
class |
UnidirectionalIndEvent
An event representing a TCAP Unidirectional indication dialogue primitive. |
class |
UserAbortIndEvent
An event representing a TCAP UserAbort indication dialogue primitive. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |