|
||||||||||
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 MO shall have one Local (Own) Signalling Point associated with it.
The following statistics can be collected for this MO
The following Alarms can be emitted by this MO
The following Errors can be emitted by this MO
Fields inherited from class java.io.Serializable |
serialVersionUID |
Method Summary | |
GlobalTitleEntryMO[] |
getGlobalTitleEntry()
Returns all of the Global Titles of this SCCP. |
GlobalTitleEntryMO |
getGlobalTitleEntry(int index)
Returns the specified Global Title entry of this SCCP. |
OwnSignallingPointMO |
getOwnSignallingPoint()
Returns othe local Signalling Point governed by this routing control. |
SccpTimerProfileMO |
getSccpTimerProfile()
Returns the SCCP Timer Profile MO containing the SCCP Timer values |
SccpSapMO[] |
getSubsystem()
Returns all of the Subsystems (SCCP Access Points) associated with the SCCP Routing Control (local signalling Point). |
SccpSapMO |
getSubsystem(int index)
Returns one of the Subsystems (SCCP Access Points) associated with the SCCP Routing Control (local signalling Point). |
boolean |
hasGlobalTitle(GlobalTitleEntryMO globalTitleEntry)
Indicates if a specified Global Title is assocaited with this SCCP. |
void |
setGlobalTitleEntry(GlobalTitleEntryMO[] gtEntries)
Sets the list of Global Title Entries associated with this Routing Control. |
void |
setGlobalTitleEntry(int index,
GlobalTitleEntryMO gtEntry)
Set this Global Title Entry as the specified element in the Global Title Entry Array of this Routing Control. |
void |
setOwnSignallingPoint(OwnSignallingPointMO ownSignallingPoint)
Sets the local Signalling Point governed by this routing control. |
void |
setSccpTimerProfile(SccpTimerProfileMO timerProfile)
Sets the SCCP Timer Profile containing the SCCP Timer values |
void |
setSubsystem(int index,
SccpSapMO subsystem)
Sets one of the Subsystems (SCCP Access Points) associated with the SCCP Routing Control (local signalling Point). |
void |
setSubsystem(SccpSapMO[] 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.sccp.SccpManagedObject |
addSccpAlarmListener,
addSccpErrorListener,
removeSccpAlarmListener,
removeSccpErrorListener |
Methods inherited from interface jain.protocol.ss7.oam.OamManagedObject |
addPropertyChangeListener,
addVetoableChangeListener,
getName,
getObjectId,
getProprietaryInformation,
removePropertyChangeListener,
removeVetoableChangeListener,
setName |
Method Detail |
public void setOwnSignallingPoint(OwnSignallingPointMO ownSignallingPoint)
OwnSignallingPoint
- the local Signalling Pointpublic OwnSignallingPointMO getOwnSignallingPoint()
public SccpTimerProfileMO getSccpTimerProfile()
public void setSccpTimerProfile(SccpTimerProfileMO timerProfile)
timerProfile
- the SCCP Timer Profilepublic GlobalTitleEntryMO[] getGlobalTitleEntry()
public GlobalTitleEntryMO getGlobalTitleEntry(int index)
public void setGlobalTitleEntry(GlobalTitleEntryMO[] gtEntries) throws TooManyInstancesException
gtEntries
- the Global Titles to be added.public void setGlobalTitleEntry(int index, GlobalTitleEntryMO gtEntry) throws TooManyInstancesException
index
- the index of the element to be added.gtEntry
- the Global Title Entry to be added.public boolean hasGlobalTitle(GlobalTitleEntryMO globalTitleEntry)
public SccpSapMO[] getSubsystem()
public SccpSapMO getSubsystem(int index)
index
- the index of the Subsystem within the set of local Subsystems.public void setSubsystem(SccpSapMO[] subsystems) throws TooManyInstancesException
subsystems
- the SCCP Access Pointspublic void setSubsystem(int index, SccpSapMO subsystem) throws TooManyInstancesException
index
- the index of the Subsystem within the set of Subsystems.subsystem
- the SCCP Access Point to be added.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |