|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the methods required by the SCCP Routing Control Function It defines methods to maintain management information concerning the SCCP routing control. SCCP routing control (SCRC): Upon receipt of a message from the MTP or from the SCCP connection-oriented/connectionless control, the SCCP routing control function provides the necessary routing functions to either :
One routing control shall exist per local Signalling Point, where multiple local Signalling Points are allowed. Therefore each instance of this Routing Control MBean shall have one Local (Own) Signalling Point associated with it.
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 SCCP JAIN OAM MBean
Fields inherited from class java.io.Serializable |
serialVersionUID |
Method Summary | |
ObjectName[] |
getGlobalTitleEntries()
Returns an array of the ObjectNames of all Global Titles of this SCCP. |
ObjectName |
getGlobalTitleEntry(java.lang.Integer index)
Returns the ObjectName of the specified Global Title entry of this SCCP. |
ObjectName |
getOwnSignallingPoint()
Returns the ObjectName of the local Signalling Point governed by this routing control. |
ObjectName |
getSccpTimerProfile()
Returns the ObjectName of the SCCP Timer Profile MBean containing the SCCP Timer values |
ObjectName |
getSubsystem(java.lang.Integer index)
Returns the ObjectName of one of the Subsystems (SCCP Access Points) associated with the SCCP Routing Control (local signalling Point). |
ObjectName[] |
getSubsystems()
Returns an array of ObjectNames of all the Subsystems (SCCP Access Points) associated with the SCCP Routing Control (local signalling Point). |
java.lang.Boolean |
hasGlobalTitle(ObjectName globalTitleEntry)
Indicates if a Global Title (identified by the specified ObjectName) is assocaited with this SCCP. |
void |
setGlobalTitleEntries(ObjectName[] gtEntries)
Sets the list of Global Title Entries associated with this Routing Control. |
void |
setGlobalTitleEntry(java.lang.Integer index,
ObjectName gtEntry)
Set this Global Title Entry as the specified element in the Global Title Entry Array of this Routing Control. |
void |
setOwnSignallingPoint(ObjectName ownSignallingPoint)
Sets the local Signalling Point (identified by the specified ObjectName) governed by this routing control. |
void |
setSccpTimerProfile(ObjectName timerProfile)
Sets the SCCP Timer Profile containing the SCCP Timer values |
void |
setSubsystem(java.lang.Integer index,
ObjectName subsystem)
Sets one of the Subsystems (SCCP Access Points) associated with the SCCP Routing Control (local signalling Point). |
void |
setSubsystems(ObjectName[] subsystems)
Sets all of the Subsystems (SCCP Access Points) associated with the SCCP Routing Control (local signalling Point). |
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)
OwnSignallingPoint
- the ObjectName of the local Signalling Pointpublic ObjectName getOwnSignallingPoint()
public ObjectName getSccpTimerProfile()
public void setSccpTimerProfile(ObjectName timerProfile)
timerProfile
- the ObjectName of the SCCP Timer Profilepublic ObjectName[] getGlobalTitleEntries()
public ObjectName getGlobalTitleEntry(java.lang.Integer index)
public void setGlobalTitleEntries(ObjectName[] gtEntries) throws TooManyInstancesException
gtEntriesthe
- ObjectName of the Global Titles to be added.public void setGlobalTitleEntry(java.lang.Integer index, ObjectName gtEntry) throws TooManyInstancesException
index
- the index of the element to be added.gtEntry
- the ObjectName of the Global Title Entry to be added.public java.lang.Boolean hasGlobalTitle(ObjectName globalTitleEntry)
public ObjectName[] getSubsystems()
public ObjectName getSubsystem(java.lang.Integer index)
index
- the index of the Subsystem within the set of local Subsystems.public void setSubsystems(ObjectName[] subsystems) throws TooManyInstancesException
subsystems
- the ObjectName of the SCCP Access Pointspublic void setSubsystem(java.lang.Integer index, ObjectName subsystem) throws TooManyInstancesException
index
- the index of the Subsystem within the set of Subsystems.subsystem
- the ObjectName of the SCCP Access Point to be added.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |