|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TcapAlarmListener | |
jain.protocol.ss7.oam | |
jain.protocol.ss7.oam.tcap | This package contains all of the classes and interfaces that are required to provision and maintain an SS7 stack at the TCAP layer. |
Uses of TcapAlarmListener in jain.protocol.ss7.oam |
Methods in jain.protocol.ss7.oam with parameters of type TcapAlarmListener | |
static void |
OamUtility.addAlarmListener(TcapLayerManager manager,
TcapAlarmListener listener)
Registers the specified TCAP Alarm Listener with all of the TcapManagedObjects of the specified TCAP Layer Manager |
static void |
OamUtility.removeAlarmListener(TcapLayerManager manager,
TcapAlarmListener listener)
Removes the specified TCAP Alarm Listener from all of the TcapManagedObjects of the specified TCAP Layer Manager |
Uses of TcapAlarmListener in jain.protocol.ss7.oam.tcap |
Methods in jain.protocol.ss7.oam.tcap with parameters of type TcapAlarmListener | |
void |
TcapManagedObject.addTcapAlarmListener(TcapAlarmListener listener)
Adds a TcapAlarmListener to the list of registered listeners of this Managed object. |
void |
TcapManagedObject.removeTcapAlarmListener(TcapAlarmListener listener)
Removes a TcapAlarmListener from the list of registered listeners of this managed object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |