|
||||||||||
| 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.
| Fields inherited from class java.io.Serializable |
serialVersionUID |
| Method Summary | |
ConcernedAreaMO[] |
getConcernedArea()
Returns all of the Concerned Area MO associated with the SCCP Routing Control |
ConcernedAreaMO |
getConcernedArea(int index)
Returns the specified Concerned Area MO associated with the SCCP Routing Control |
GlobalTitleEntryMO[] |
getGlobalTitleEntry()
Returns all of the Global Titles of this SCCP. |
GlobalTitleEntryMO |
getGlobalTitleEntry(int index)
Returns the specified Global Title entry of this SCCP. |
SccpSapMO[] |
getSccpSap()
Returns all of the SCCP Access Points associated with the SCCP Routing Control |
SccpSapMO |
getSccpSap(int index)
Returns the specified SCCP Access Point associated with the SCCP Routing Control |
boolean |
hasGlobalTitle(GlobalTitleEntryMO globalTitleEntry)
Indicates if a specified Global Title is assocaited with this SCCP. |
void |
setConcernedArea(ConcernedAreaMO[] concernedAreas)
Sets the list of Concerned Area MOs that are using the Routing Control. |
void |
setConcernedArea(int index,
ConcernedAreaMO concernedArea)
Set this Concerned Area MO as the specified element in the Concerned Area MO Array of this Routing Control. |
void |
setGlobalTitleEntry(GlobalTitleEntryMO[] gtEntries)
Sets the list of Global Title Entries that are using the 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 |
setSccpSap(int index,
SccpSapMO sccpSap)
Set this SCCP Access Point as the specified element in the SCCP Access Point Array of this Routing Control. |
void |
setSccpSap(SccpSapMO[] sccpSapArray)
Sets the list of SCCP Access Points that are using the Routing Control. |
| Methods inherited from interface jain.protocol.ss7.oam.sccp.SccpManagedObject |
addSccpAlarmListener,
addSccpErrorListener,
removeSccpAlarmListener,
removeSccpErrorListener |
| Methods inherited from interface jain.protocol.ss7.oam.OamManagedObject |
addPropertyChangeListener,
getName,
removePropertyChangeListener,
setName |
| Method Detail |
public GlobalTitleEntryMO[] getGlobalTitleEntry()
public GlobalTitleEntryMO getGlobalTitleEntry(int index)
public void setGlobalTitleEntry(GlobalTitleEntryMO[] gtEntries)
gtEntries - the Global Titles to be added.
public void setGlobalTitleEntry(int index,
GlobalTitleEntryMO gtEntry)
index - the index of the element to be added.gtEntry - the Global Title Entry to be added.public boolean hasGlobalTitle(GlobalTitleEntryMO globalTitleEntry)
public SccpSapMO[] getSccpSap()
public SccpSapMO getSccpSap(int index)
public void setSccpSap(SccpSapMO[] sccpSapArray)
sccpSapArray - the SCCP Access Points to be added.
public void setSccpSap(int index,
SccpSapMO sccpSap)
index - the index of the element to be added.sccpSap - the SCCP Access Point to be added.public ConcernedAreaMO[] getConcernedArea()
public ConcernedAreaMO getConcernedArea(int index)
public void setConcernedArea(ConcernedAreaMO[] concernedAreas)
concernedAreas - the Concerned Area MOs to be added.
public void setConcernedArea(int index,
ConcernedAreaMO concernedArea)
index - the index of the element to be added.concernedArea - the Global Title Entry to be added.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||