|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Mtp2ManagedObject | |
| 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 Mtp2ManagedObject in jain.protocol.ss7.oam.mtp2 |
| Subinterfaces of Mtp2ManagedObject in jain.protocol.ss7.oam.mtp2 | |
interface |
Mtp2SapMO
This interface identifies an Mtp2 Service Access Point (SAP), an MTP2 SAP contains the attributes of the physical port and link that is connected to the logical signalling link. |
interface |
Mtp2TimerProfileMO
This interface defines the specified timers for the MTP2 Protocol Layer. |
| Methods in jain.protocol.ss7.oam.mtp2 that return Mtp2ManagedObject | |
Mtp2ManagedObject |
Mtp2StatisticEvent.getManagedObject()
Returns the MTP2 Managed Object for which this statistic was collected. |
| Methods in jain.protocol.ss7.oam.mtp2 with parameters of type Mtp2ManagedObject | |
Mtp2StatisticEvent |
Mtp2LayerManager.getStatistic(int statisticType,
Mtp2ManagedObject managedObject)
Returns a Mtp2StatisticEvent of the specified statistic type containing the value of the statistic for the specified managed object. |
void |
Mtp2LayerManager.startPollingStatistic(int statisticType,
Mtp2ManagedObject managedObject,
int interval)
Initiates the polling of statistic of the specified statistic type for the specified managed object. |
void |
Mtp2LayerManager.stopPollingStatistic(int statisticType,
Mtp2ManagedObject managedObject)
Stops the polling of statistic of the specified statistic type for the specified managed object. |
void |
Mtp2StatisticEvent.setManagedObject(Mtp2ManagedObject mtp2MO)
Sets the MTP2 Managed Object for which this statistic was collected |
| Constructors in jain.protocol.ss7.oam.mtp2 with parameters of type Mtp2ManagedObject | |
Mtp2AlarmEvent.Mtp2AlarmEvent(Mtp2ManagedObject source,
int priority,
int alarmType)
Constructs a new Mtp2AlarmEvent. |
|
Mtp2StatisticEvent.Mtp2StatisticEvent(OamLayerManager source,
int category,
int statisticType,
int statisticValue,
Mtp2ManagedObject managedObject)
Constructs a new Mtp2StatisticEvent. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||