|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines a local TCAP Node. There will be one instance of a local TCAP per local signalling point. Where multiple logical signalling points exist within the one physical stack, there will be several local TCAP instances.
The following statistics can be collected for this MBean
The following Alarms can be emitted by this MBean
The following Errors can be emitted by this MBean
Relationship between the TCAP JAIN OAM MBean
Fields inherited from class java.io.Serializable |
serialVersionUID |
Method Summary | |
ObjectName |
getOwnSignallingPoint()
Returns the ObjectName of the signalling point of this TCAP Node |
ObjectName |
getSubsystem(java.lang.Integer index)
Returns the ObjectName of one of the subsystems of this TCAP Node |
ObjectName[] |
getSubsystems()
Returns an array of ObjectNames of the set of subsystems of this TCAP Node |
void |
setOwnSignallingPoint(ObjectName ownSignallingPoint)
Sets the signalling point of this TCAP Node identified by the specified ObjectName. |
void |
setSubsystem(java.lang.Integer index,
ObjectName subsystem)
Sets one of the subsystems (identified by the specified ObjectName of a SccpSapMBean) of this TCAP Node. |
void |
setSubsystems(ObjectName[] subsystems)
Sets all of the subsystems (identified by the specified array of ObjectNames of SccpSapMBeans) of this TCAP Node. |
Methods inherited from interface jain.protocol.ss7.oam.OamManagedObjectMBean |
getName,
getObjectId,
getObjectName,
getObjectType,
getProprietaryInformation,
getStatistic,
setName,
startPollingStatistic,
stopPollingStatistic |
Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener,
getNotificationInfo,
removeNotificationListener |
Methods inherited from interface javax.management.MBeanRegistration |
postDeregister,
postRegister,
preDeregister,
preRegister |
Method Detail |
public void setOwnSignallingPoint(ObjectName ownSignallingPoint)
public ObjectName getOwnSignallingPoint()
public void setSubsystem(java.lang.Integer index, ObjectName subsystem) throws TooManyInstancesException
index
- - the position at which the subsystem is to be setsubsystem
- - the ObjectName of the subystem (SccpSapMBean)
to be set for this TCAP nodepublic void setSubsystems(ObjectName[] subsystems) throws TooManyInstancesException
subsystems
- the ObjectName of the set of subsystems (SccpSapMBeans)
to be set for this TCAP Nodepublic ObjectName getSubsystem(java.lang.Integer index)
index
- the index of the subsystempublic ObjectName[] getSubsystems()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |