|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TcapManagedObject | |
jain.protocol.ss7.oam.tcap | This package contains all of the classes and interfaces that are required to provision and maintain an SS7 stack at the TCAP layer. |
Uses of TcapManagedObject in jain.protocol.ss7.oam.tcap |
Subinterfaces of TcapManagedObject in jain.protocol.ss7.oam.tcap | |
interface |
TcapNodeMO
This interface defines a local TCAP Node. |
Methods in jain.protocol.ss7.oam.tcap that return TcapManagedObject | |
TcapManagedObject |
TcapStatisticEvent.getManagedObject()
Returns the TCAP Managed Object for which this statistic was collected. |
Methods in jain.protocol.ss7.oam.tcap with parameters of type TcapManagedObject | |
void |
TcapStatisticEvent.setManagedObject(TcapManagedObject tcapMO)
Sets the TCAP Managed Object for which this statistic was collected |
TcapStatisticEvent |
TcapLayerManager.getStatistic(int statisticType,
TcapManagedObject managedObject)
Returns a TcapStatisticEvent of the specified statistic type containing the value of the statistic for the specified managed object. |
void |
TcapLayerManager.startPollingStatistic(int statisticType,
TcapManagedObject managedObject,
int interval)
Initiates the polling of statistic of the specified statistic type for the specified managed object. |
void |
TcapLayerManager.stopPollingStatistic(int statisticType,
TcapManagedObject managedObject)
Stops the polling of statistic of the specified statistic type for the specified managed object. |
Constructors in jain.protocol.ss7.oam.tcap with parameters of type TcapManagedObject | |
TcapStatisticEvent.TcapStatisticEvent(TcapLayerManager source,
int category,
int statisticType,
int statisticValue,
TcapManagedObject managedObject)
Constructs a new TcapStatisticEvent . |
|
TcapAlarmEvent.TcapAlarmEvent(TcapManagedObject source,
int priority,
int alarmType)
Constructs a new TcapAlarmEvent . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |