|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SccpLayerManager | |
jain.protocol.ss7.oam | |
jain.protocol.ss7.oam.sccp | This package contains all of the classes and interfaces that are required to provision and maintain an SS7 stack at the SCCP layer. |
Uses of SccpLayerManager in jain.protocol.ss7.oam |
Methods in jain.protocol.ss7.oam with parameters of type SccpLayerManager | |
static void |
OamUtility.addAlarmListener(SccpLayerManager manager,
SccpAlarmListener listener)
Registers the specified SCCP Alarm Listener with all of the SccpManagedObjects of the specified SCCP Layer Manager |
static void |
OamUtility.removeAlarmListener(SccpLayerManager manager,
SccpAlarmListener listener)
Removes the specified SCCP Alarm Listener from all of the SccpManagedObjects of the specified SCCP Layer Manager |
static void |
OamUtility.addErrorListener(SccpLayerManager manager,
SccpErrorListener listener)
Registers the specified SCCP Error Listener with all of the SccpManagedObjects of the specified SCCP Layer Manager |
static void |
OamUtility.removeErrorListener(SccpLayerManager manager,
SccpErrorListener listener)
Removes the specified SCCP Error Listener from all of the SccpManagedObjects of the specified SCCP Layer Manager |
static java.util.Vector |
OamUtility.getAllMOs(SccpLayerManager manager)
Returns a Vector containing all of the SCCP MOs |
Uses of SccpLayerManager in jain.protocol.ss7.oam.sccp |
Constructors in jain.protocol.ss7.oam.sccp with parameters of type SccpLayerManager | |
SccpStatisticEvent.SccpStatisticEvent(SccpLayerManager source,
int category,
int statisticType,
int statisticValue,
SccpManagedObject managedObject)
Constructs a new SccpStatisticEvent . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |