|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mtp3AlarmListener | |
jain.protocol.ss7.oam | |
jain.protocol.ss7.oam.mtp3 | This package contains all of the classes and interfaces that are required to provision and maintain an SS7 stack at the MTP Level 3 layer. |
Uses of Mtp3AlarmListener in jain.protocol.ss7.oam |
Methods in jain.protocol.ss7.oam with parameters of type Mtp3AlarmListener | |
static void |
OamUtility.addAlarmListener(Mtp3LayerManager manager,
Mtp3AlarmListener listener)
Registers the specified MTP3 Alarm Listener with all of the Mtp3ManagedObjects of the specified MTP3 Layer Manager |
static void |
OamUtility.removeAlarmListener(Mtp3LayerManager manager,
Mtp3AlarmListener listener)
Removes the specified MTP3 Alarm Listener from listening to all of the Mtp3ManagedObjects of the specified MTP3 Layer Manager |
Uses of Mtp3AlarmListener in jain.protocol.ss7.oam.mtp3 |
Methods in jain.protocol.ss7.oam.mtp3 with parameters of type Mtp3AlarmListener | |
void |
Mtp3ManagedObject.addMtp3AlarmListener(Mtp3AlarmListener listener)
Adds a Mtp3AlarmListener to the list of registered listeners of this Managed object. |
void |
Mtp3ManagedObject.removeMtp3AlarmListener(Mtp3AlarmListener listener)
Removes a Mtp3AlarmListener from the list of registered listeners of this managed object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |