|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the methods of a Local Signalling Point Managed Bean(MBean). More than one local signalling point may be supported by the underlying stack management system. This interface extends the MTP-3 Service Access Point MBean interface.
There are no statistics that 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 MTP3 JAIN OAM MBeans
Fields inherited from class jain.protocol.ss7.oam.mtp3.SignallingPointMBean |
NI_INTERNATIONAL_00,
NI_INTERNATIONAL_01,
NI_NATIONAL_10,
NI_NATIONAL_11,
TYPE_SEP,
TYPE_STEP,
TYPE_STP |
Fields inherited from class java.io.Serializable |
serialVersionUID |
Fields inherited from class java.io.Serializable |
serialVersionUID |
Method Summary | |
ObjectName |
getBackup()
Gets the ObjectName of the Backup OwnSignallingPointMBean of this OwnSignallingPointMBean. |
ObjectName |
getMtp3TimerProfile()
Returns the ObjectName of the Mtp3TimerProfileMBean containing the MTP3 Timer values to be used with this OwnSignallingPointMBean |
ObjectName |
getRouteSet(java.lang.Integer index)
Returns the ObjectName of the RouteSetMBean at the specified position in all of the RouteSetMBeans associated with this OwnSignallingPointMBean. |
ObjectName[] |
getRouteSets()
Returns an array of ObjectNames of all the RouteSetMBeans associated with this OwnSignallingPointMBean. |
ObjectName |
getScreeningTable(java.lang.Integer index)
Returns the ObjectName ScreeningTableMBean at the specified position in the array of all of the ScreeningTableMBeans associated with this OwnSignallingPointMBean. |
ObjectName[] |
getScreeningTables()
Returns an array of ObjectNames of all the ScreeningTableMBeans associated with this OwnSignallingPointMBean. |
void |
setBackup(ObjectName backup)
Sets the Backup OwnSignallingPointMBean of this OwnSignallingPointMBean identified by the specified ObjectName. |
void |
setMtp3TimerProfile(ObjectName timerProfile)
Sets the Mtp3TimerProfileMBean (identified by the specified ObjectName) containing the MTP3 Timer values to be used with this OwnSignallingPointMBean |
void |
setRouteSet(java.lang.Integer index,
ObjectName routeSet)
Sets the RouteSetMBean (identified by the specified ObjectName) to the set of RouteSetMBeans of this OwnSignallingPointMBean at the the specified position |
void |
setRouteSets(ObjectName[] routeSets)
Sets all of the RouteSetMBeans associated with this OwnSignallingPointMBean. |
void |
setScreeningTable(java.lang.Integer index,
ObjectName screeningTable)
Sets the ScreeningTablesMBean (identified by the specified ObjectName) at the specified position in the array of all of the ScreeningTablesMBeans associated with this OwnSignallingPointMBean. |
void |
setScreeningTables(ObjectName[] screeningTables)
Sets all of the ScreeningTablesMBeans associated with this OwnSignallingPointMBean. |
Methods inherited from interface jain.protocol.ss7.oam.mtp3.SignallingPointMBean |
getMtp3Sap,
getMtp3Saps,
getNetworkIndicator,
getSignallingPointCode,
getType,
setNetworkIndicator,
setSignallingPointCode,
setType |
Method Detail |
public void setBackup(ObjectName backup)
backup
- the ObjectName of the Backup OwnSignallingPointMBeanpublic ObjectName getBackup()
public void setRouteSet(java.lang.Integer index, ObjectName routeSet) throws TooManyInstancesException
index
- the index position of the element in the arrayrouteset
- the ObjectName of the RouteSetMBean to be added.public void setRouteSets(ObjectName[] routeSets) throws TooManyInstancesException
routesets
- an array of all the ObjectNames of the RouteSetMBeans
associated with this OwnSignallingPointMBean.public ObjectName[] getRouteSets()
public ObjectName getRouteSet(java.lang.Integer index)
index
- the index position of the element in the arraypublic ObjectName[] getScreeningTables()
public ObjectName getScreeningTable(java.lang.Integer index)
index
- the index position of the element in the arraypublic void setScreeningTables(ObjectName[] screeningTables) throws TooManyInstancesException, IllegalOperationException
screeningTables
- an array of ObjectNames of all ScreeningTableMBeans.public void setScreeningTable(java.lang.Integer index, ObjectName screeningTable) throws TooManyInstancesException, IllegalOperationException
index
- the index position of the element in the arrayscreeningTable
- the ObjectName of the ScreeningTablesMBean
to be set at the specified positionpublic ObjectName getMtp3TimerProfile()
public void setMtp3TimerProfile(ObjectName timerProfile)
timerProfile
- the MTP3 Timer Profile MBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |