|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mtp3ManagedObject | |
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 Mtp3ManagedObject in jain.protocol.ss7.oam.mtp3 |
Subinterfaces of Mtp3ManagedObject in jain.protocol.ss7.oam.mtp3 | |
interface |
LinkMO
This inteface defines the methods of a Link Managed Object(MO). |
interface |
LinksetMO
This inteface defines the methods of a Linkset to an adjacent node. |
interface |
Mtp3SapMO
This interface identifies an Mtp3 Service Access Point (SAP). |
interface |
Mtp3TimerProfileMO
This interface defines the specified timers for the MTP3 Protocol Layer . |
interface |
OwnSignallingPointMO
This inteface defines the methods of a Local Signalling Point Managed Object(MO). |
interface |
RouteMO
This inteface defines the methods of a Route Managed Object(MO). |
interface |
RoutesetMO
This inteface defines the methods of a Routeset Managed Object(MO). |
interface |
ScreeningTableMO
This inteface defines the methods of an STP Screening Table Managed Object(MO). |
Methods in jain.protocol.ss7.oam.mtp3 that return Mtp3ManagedObject | |
Mtp3ManagedObject |
Mtp3StatisticEvent.getManagedObject()
Returns the MTP3 Managed Object for which this statistic was collected. |
Methods in jain.protocol.ss7.oam.mtp3 with parameters of type Mtp3ManagedObject | |
Mtp3StatisticEvent |
Mtp3LayerManager.getStatistic(int statisticType,
Mtp3ManagedObject managedObject)
Returns a Mtp3StatisticEvent of the specified statistic type containing the value of the statistic. |
void |
Mtp3LayerManager.startPollingStatistic(int statisticType,
Mtp3ManagedObject managedObject,
int interval)
Initiates the polling of statistic of the specified statistic type for the specified managed object. |
void |
Mtp3LayerManager.stopPollingStatistic(int statisticType,
Mtp3ManagedObject managedObject)
Stops the polling of statistic of the specified statistic type for the specified managed object. |
void |
Mtp3StatisticEvent.setManagedObject(Mtp3ManagedObject mtp3MO)
Sets the MTP3 Managed Object for which this statistic was collected |
Constructors in jain.protocol.ss7.oam.mtp3 with parameters of type Mtp3ManagedObject | |
Mtp3AlarmEvent.Mtp3AlarmEvent(Mtp3ManagedObject source,
int priority,
int alarmType)
Constructs a new Mtp3AlarmEvent . |
|
Mtp3StatisticEvent.Mtp3StatisticEvent(OamLayerManager source,
int category,
int statisticType,
int statisticValue,
Mtp3ManagedObject managedObject)
Constructs a new Mtp3StatisticEvent . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |