|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentIndEvent | |
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.component | This package contains the Event classes representing the component primitives and their specified parameters, if a paramater is not included in any specific primitive, it is common to all the specified components and therefore coded within that components parent class. |
Uses of ComponentIndEvent in jain.protocol.ss7.tcap |
Methods in jain.protocol.ss7.tcap with parameters of type ComponentIndEvent | |
void |
JainTcapListener.processComponentIndEvent(ComponentIndEvent event)
Processes a Component Indication Event emitted by the JainTcapProvider. |
Uses of ComponentIndEvent in jain.protocol.ss7.tcap.component |
Subclasses of ComponentIndEvent in jain.protocol.ss7.tcap.component | |
class |
ErrorIndEvent
An event representing a TCAP Error indication component primitive. |
class |
InvokeIndEvent
An event representing a TCAP Invoke indication component primitive. |
class |
LocalCancelIndEvent
An event representing a TCAP Local Cancel indication component primitive. |
class |
RejectIndEvent
An event representing a TCAP Reject indication component primitive. |
class |
ResultIndEvent
An event representing a TCAP Result indication component primitive. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |