|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This inteface defines the methods of a Local Signalling Point Managed Object(MO). More than one local signalling point may be supported by the underlying stack management system. This interface extends the MTP-3 Service Access Point MO interface.
There are no statistics that 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 jain.protocol.ss7.oam.mtp3.Mtp3SapMO |
NI_INTERNATIONAL_00,
NI_INTERNATIONAL_01,
NI_NATIONAL_10,
NI_NATIONAL_11,
SI_BROADBAND_ISUP,
SI_DUP_CALL_CIRCUIT,
SI_DUP_FACILITY_CANCELLATION,
SI_ISUP,
SI_MTP_TESTING,
SI_SATELLITE_ISUP,
SI_SCCP,
SI_SIG_NET_MAN_MESSAGES,
SI_SIG_NET_TEST_MAIN_MESSAGES,
SI_TUP,
STATUS_ALLOWED,
STATUS_CONGESTED,
STATUS_PROHIBITED,
TYPE_SEP,
TYPE_STEP,
TYPE_STP |
Fields inherited from class java.io.Serializable |
serialVersionUID |
Fields inherited from class java.io.Serializable |
serialVersionUID |
Method Summary | |
OwnSignallingPointMO |
getBackup()
Gets the Backup Signalling Point of this Signalling Point. |
Mtp3TimerProfileMO |
getMtp3TimerProfile()
Returns the MTP3 Timer Profile MO containing the MTP3 Timer values to be used with this Signalling Point |
RoutesetMO[] |
getRouteset()
Returns all of the Routesets associated with this Signalling Point. |
RoutesetMO |
getRouteset(int index)
Returns the Routeset at the specified position in all of the Routesets associated with this Signalling Point. |
ScreeningTableMO[] |
getScreeningTable()
Returns all of the Screening Tables associated with this Signalling Point. |
ScreeningTableMO |
getScreeningTable(int index)
Returns the Screening table at the specified position in the array of all of the Screening Tables associated with this Signalling Point. |
void |
setBackup(OwnSignallingPointMO backup)
Sets the Backup Signalling Point of this Signalling Point. |
void |
setMtp3TimerProfile(Mtp3TimerProfileMO timerProfile)
Sets the MTP3 Timer Profile MO containing the MTP3 Timer values to be used with this Signalling Point |
void |
setRouteset(int index,
RoutesetMO routeset)
Sets the supplied Routeset to the set of Routesets of this Signalling Point at the the specified position |
void |
setRouteset(RoutesetMO[] routesets)
Sets all of the Routesets associated with this Signalling Point. |
void |
setScreeningTable(int index,
ScreeningTableMO screeningTable)
Sets the Screening table at the specified position in the array of all of the Screening Tables associated with this Signalling Point. |
void |
setScreeningTable(ScreeningTableMO[] screeningTables)
Sets all of the Screening Tables associated with this Signalling Point. |
Methods inherited from interface jain.protocol.ss7.oam.mtp3.Mtp3SapMO |
getNetworkIndicator,
getSapStatus,
getServiceIndicator,
getSignallingPointCode,
getType,
setNetworkIndicator,
setServiceIndicator,
setSignallingPointCode,
setType |
Method Detail |
public void setBackup(OwnSignallingPointMO backup)
backup
- the Backup Signalling Pointpublic OwnSignallingPointMO getBackup()
public void setRouteset(int index, RoutesetMO routeset) throws TooManyInstancesException
index
- the index position of the element in the arrayrouteset
- the Routeset to be added.public void setRouteset(RoutesetMO[] routesets) throws TooManyInstancesException
routesets
- an array of all the Routeset MOs
associated with this Signalling Point.public RoutesetMO[] getRouteset()
public RoutesetMO getRouteset(int index)
index
- the index position of the element in the arraypublic ScreeningTableMO[] getScreeningTable()
public ScreeningTableMO getScreeningTable(int index)
index
- the index position of the element in the arraypublic void setScreeningTable(ScreeningTableMO[] screeningTables) throws TooManyInstancesException
screeningTables
- an array of all the screening tables.public void setScreeningTable(int index, ScreeningTableMO screeningTable) throws TooManyInstancesException
index
- the index position of the element in the arrayscreeningTable
- the Screening table to be set at the specified positionpublic Mtp3TimerProfileMO getMtp3TimerProfile()
public void setMtp3TimerProfile(Mtp3TimerProfileMO timerProfile)
timerProfile
- the MTP3 Timer Profile MO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |