|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SccpManagedObject | |
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 SccpManagedObject in jain.protocol.ss7.oam.sccp |
Subinterfaces of SccpManagedObject in jain.protocol.ss7.oam.sccp | |
interface |
ConcernedAreaMO
This interface contains a list of remote Subsystems (SccpSaps) to be informed of local (primary broadcast) or remote (secondary broadcast) SCCP Subsystem status changes, or to be informed of the SCCP status after completion of SCCP Restart. |
interface |
GlobalTitleEntryMO
This class represents a Global Title entry (a combination of the global title translator and global title rule). |
interface |
SccpEntitySetMO
This class identifies the set of access points that result from a global title translation. |
interface |
SccpRoutingControlMO
This interface defines the methods required by the SCCP Routing Control Function It defines methods to maintain management information concerning the SCCP routing control. |
interface |
SccpSapMO
This interface defines a SCCP Access Point (an SCCP Subsystem). |
interface |
SccpTimerProfileMO
This interface defines the specified timers for the SCCP Protocol Layer. |
Methods in jain.protocol.ss7.oam.sccp that return SccpManagedObject | |
SccpManagedObject |
SccpStatisticEvent.getManagedObject()
Returns the SCCP Managed Object for which this statistic was collected. |
Methods in jain.protocol.ss7.oam.sccp with parameters of type SccpManagedObject | |
SccpStatisticEvent |
SccpLayerManager.getStatistic(int statisticType,
SccpManagedObject managedObject)
Returns a SccpStatisticEvent of the specified statistic type containing the value of the statistic for the specified managed object. |
void |
SccpLayerManager.startPollingStatistic(int statisticType,
SccpManagedObject managedObject,
int interval)
Initiates the polling of statistic of the specified statistic type for the specified managed object. |
void |
SccpLayerManager.stopPollingStatistic(int statisticType,
SccpManagedObject managedObject)
Stops the polling of statistic of the specified statistic type for the specified managed object. |
void |
SccpStatisticEvent.setManagedObject(SccpManagedObject sccpMO)
Sets the SCCP Managed Object for which this statistic was collected |
Constructors in jain.protocol.ss7.oam.sccp with parameters of type SccpManagedObject | |
SccpAlarmEvent.SccpAlarmEvent(SccpManagedObject source,
int priority,
int alarmType)
Constructs a new SccpAlarmEvent . |
|
SccpStatisticEvent.SccpStatisticEvent(SccpLayerManager source,
int category,
int statisticType,
int statisticValue,
SccpManagedObject managedObject)
Constructs a new SccpStatisticEvent . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |