|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface identifies an Signalling Point. The signalling point can represent either a local or remote signalling point. In the case of a local signalling point, this interface is extended by the Signalling Point MBean interface. The remote signalling point can be either an adjacent or a far-end node.
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 MTP3 JAIN OAM MBeans
Field Summary | |
static int |
NI_INTERNATIONAL_00
A Network indicator constant. |
static int |
NI_INTERNATIONAL_01
A Network indicator constant. |
static int |
NI_NATIONAL_10
A Network indicator constant. |
static int |
NI_NATIONAL_11
A Network indicator constant. |
static int |
TYPE_SEP
A Signalling Type constant: Indicates a Signalling End Point. |
static int |
TYPE_STEP
A Signalling Type constant: Indicates a Signalling Transfer End Point. |
static int |
TYPE_STP
A Signalling Type constant: Indicates a Signalling Transfer Point. |
Fields inherited from class java.io.Serializable |
serialVersionUID |
Method Summary | |
ObjectName |
getMtp3Sap(java.lang.Integer index)
Returns an Mtp3Sap using this signalling point |
ObjectName[] |
getMtp3Saps()
Returns Mtp3Saps using this signalling point |
java.lang.Integer |
getNetworkIndicator()
Gets the Network Indicator of this Signalling Point (one of the Network Indicator constants). |
java.lang.Long |
getSignallingPointCode()
Gets the Signalling Point Code of this Signalling Point. |
java.lang.Integer |
getType()
Returns the type of this Signalling point (one of the Signalling Type constants). |
void |
setNetworkIndicator(java.lang.Integer networkInd)
Sets the Network Indicator parameter of this Signalling Point (one of the Network Indicator constants). |
void |
setSignallingPointCode(java.lang.Long pointCode)
Sets the Signalling Point Code of this Signalling Point. |
void |
setType(java.lang.Integer type)
Sets the type of this Signalling Point (one of the Signalling Type constants). |
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 |
Field Detail |
public static final int TYPE_SEP
public static final int TYPE_STP
public static final int TYPE_STEP
public static final int NI_INTERNATIONAL_00
public static final int NI_INTERNATIONAL_01
public static final int NI_NATIONAL_10
public static final int NI_NATIONAL_11
Method Detail |
public void setSignallingPointCode(java.lang.Long pointCode) throws java.lang.IllegalArgumentException
SSSAAAZZZ
where:
SSS == Signalling Point ID (member)
AAA == Area Id (cluster)
ZZZ == Zone Id (network)
The permitted ranges for each value are outlined in the table below.
Signalling Point ID (member) |
Area ID (cluster) |
Zone Id (network) |
|
ANSI |
000-255 |
000-255 |
000-255 |
ITU |
000-007 |
000-255 |
000-007 |
pointCode
- the signalling point codepublic java.lang.Long getSignallingPointCode()
public void setNetworkIndicator(java.lang.Integer networkInd) throws java.lang.IllegalArgumentException
networkInd
- one of the following:
public java.lang.Integer getNetworkIndicator()
public void setType(java.lang.Integer type) throws java.lang.IllegalArgumentException
type
- one of the following:
public java.lang.Integer getType()
public ObjectName[] getMtp3Saps()
public ObjectName getMtp3Sap(java.lang.Integer index)
index
- index of mtp3Sap
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |