|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface identifies an Mtp3 Service Access Point (SAP).
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: Indicates the International Network 00, this has an integer value of 0. |
static int |
NI_INTERNATIONAL_01
A Network Indicator constant: Indicates the International Network 01, this has an integer value of 1. |
static int |
NI_NATIONAL_10
A Network Indicator constant: Indicates the National Network 10, this has an integer value of 2. |
static int |
NI_NATIONAL_11
A Network Indicator constant: Indicates the National Network 11, this has an integer value of 3. |
static int |
SI_BROADBAND_ISUP
Service Indicator constant: Indicates broadband ISDN User Part. |
static int |
SI_DUP_CALL_CIRCUIT
Service Indicator constant: Indicates Data User Part - call and circuit-related messages. |
static int |
SI_DUP_FACILITY_CANCELLATION
Service Indicator constant: Indicates Data User Part - facility registration and cancellation messages. |
static int |
SI_ISUP
Service Indicator constant: Indicates ISDN User Part |
static int |
SI_MTP_TESTING
Service Indicator constant: Indicates reserved for MTP Testing User Part. |
static int |
SI_SATELLITE_ISUP
Service Indicator constant: Indicates satellite ISDN User Part. |
static int |
SI_SCCP
Service Indicator constant: Indicates SCCP. |
static int |
SI_SIG_NET_MAN_MESSAGES
Service Indicator constant: Indicates signalling network management messages. |
static int |
SI_SIG_NET_TEST_MAIN_MESSAGES
Service Indicator constant: Indicates signalling network testing and maintenance messages. |
static int |
SI_TUP
Service Indicator constant: Indicates Telephone User Part. |
static int |
STATUS_ALLOWED
A SAP Status constant: Indicates that the status of the Access Point is Allowed. |
static int |
STATUS_CONGESTED
A SAP Status constant: Indicates that the status of the Access Point is Congested. |
static int |
STATUS_PROHIBITED
A SAP Status constant: Indicates that the status of the Access Point is Prohibited. |
Fields inherited from class java.io.Serializable |
serialVersionUID |
Method Summary | |
ObjectName |
getMtp3SapUser(java.lang.Integer index)
Gets an ObjectName of a particular user of this SAP |
ObjectName[] |
getMtp3SapUsers()
Gets an array of ObjectNames of the users of this SAP |
java.lang.Integer |
getSapStatus()
Returns the status of the signalling point identified by this Service Access Point (one of the SAP Status constants). |
java.lang.Integer |
getServiceIndicator()
Returns the service indicator one of the service indicator constants. |
ObjectName |
getSignallingPoint()
Gets the ObjectName of the Signalling Point of this Service Access Point. |
void |
setServiceIndicator(java.lang.Integer serviceIndicator)
Sets the service indicator (one of the service indicator constants). |
void |
setSignallingPoint(ObjectName signallingPoint)
Sets the Signalling Point of this Service Access Point. |
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 STATUS_ALLOWED
public static final int STATUS_PROHIBITED
public static final int STATUS_CONGESTED
public static final int SI_SIG_NET_MAN_MESSAGES
public static final int SI_SIG_NET_TEST_MAIN_MESSAGES
public static final int SI_SCCP
public static final int SI_TUP
public static final int SI_ISUP
public static final int SI_DUP_CALL_CIRCUIT
public static final int SI_DUP_FACILITY_CANCELLATION
public static final int SI_MTP_TESTING
public static final int SI_BROADBAND_ISUP
public static final int SI_SATELLITE_ISUP
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 setSignallingPoint(ObjectName signallingPoint) throws java.lang.IllegalArgumentException
signallingPoint
- the signalling pointpublic ObjectName getSignallingPoint()
public ObjectName[] getMtp3SapUsers()
public ObjectName getMtp3SapUser(java.lang.Integer index)
public void setServiceIndicator(java.lang.Integer serviceIndicator) throws java.lang.IllegalArgumentException
serviceIndicator
- one of the Service Indicator constants, one of the following:
public java.lang.Integer getServiceIndicator()
public java.lang.Integer getSapStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |