|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mtp2AlarmListener | |
jain.protocol.ss7.oam | |
jain.protocol.ss7.oam.mtp2 | This package contains all of the classes and interfaces that are required to provision and maintain an SS7 stack at the MTP Level 2 layer. |
Uses of Mtp2AlarmListener in jain.protocol.ss7.oam |
Methods in jain.protocol.ss7.oam with parameters of type Mtp2AlarmListener | |
static void |
OamUtility.addAlarmListener(Mtp2LayerManager manager,
Mtp2AlarmListener listener)
Registers the specified MTP2 Alarm Listener with all of the Mtp2ManagedObjects of the specified MTP2 Layer Manager. |
static void |
OamUtility.removeAlarmListener(Mtp2LayerManager manager,
Mtp2AlarmListener listener)
Removes the specified MTP2 Alarm Listener from listening to all of the Mtp2ManagedObjects of the specified MTP2 Layer Manager |
Uses of Mtp2AlarmListener in jain.protocol.ss7.oam.mtp2 |
Methods in jain.protocol.ss7.oam.mtp2 with parameters of type Mtp2AlarmListener | |
void |
Mtp2ManagedObject.addMtp2AlarmListener(Mtp2AlarmListener listener)
Adds a Mtp2AlarmListener to the list of registered listeners of this Managed object. |
void |
Mtp2ManagedObject.removeMtp2AlarmListener(Mtp2AlarmListener listener)
Removes a Mtp2AlarmListener from the list of registered listeners of this managed object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |