|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines a SCCP Access Point (an SCCP Subsystem). This is the Service Access Point (SAP) of the SCCP services to its users and contains the SAP address (the Sub-System number). This SCCP SAP may represent either a:
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 SCCP JAIN OAM MBean
Field Summary | |
static int |
SCCP_STATUS_ALLOWED
A Subsystem Status constant: The local Subsystem has registered and become Allowed |
static int |
SCCP_STATUS_PROHIBITED
A Subsystem Status constant: The Subsystem has registered (is equipped) but has not yet become allowed, or is prohibited. |
static int |
SCCP_STATUS_UNEQUIPPED
A Subsystem Status constant: The Subsystem has not registered to the SCCP layer, the Subsystem has deregistered, or the Subsystem has failed. |
static int |
STATUS_AVAILABLE
A SCCP SAP Availability Status constant: Indicates that the status of the Access Point is Available. |
static int |
STATUS_DEGRADED
A SCCP SAP Availability Status constant: Indicates that the status of the Access Point is Congested. |
static int |
STATUS_UNAVAILABLE
A SCCP SAP Availability Status constant: Indicates that the status of the Access Point is UnAvailable. |
Fields inherited from class java.io.Serializable |
serialVersionUID |
Method Summary | |
ObjectName |
getConcernedArea()
Returns the ObjectName of the concerned area to be used by SCCP Management for broadcasting the SCCP status after completion of SCCP Restart. |
ObjectName |
getMtp3Sap()
Returns the ObjectName of the MTP3 Access Point representing the Signalling Point (MTP) used by this SCCP. |
java.lang.Integer |
getSapAvailabilityStatus()
Returns the availability status of this SCCP (one of the SCCP SAP Status constants). |
java.lang.Integer |
getSubsystemNumber()
Gets the Subsystem Number of this SubsystemMBean. |
java.lang.Integer |
getSubsystemStatus()
Indicates the status of the Local Subsystem. |
void |
setConcernedArea(ObjectName concernedArea)
Sets the concerned area to be used by SCCP Management for broadcasting the SCCP status after completion of SCCP Restart. |
void |
setMtp3Sap(ObjectName mtp3Sap)
Sets the MTP3 Access Point representing the Signalling Point (MTP) used by this SCCP. |
void |
setSubsystemNumber(java.lang.Integer ssn)
Sets the Subsystem Number of this SubsystemMBean. |
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_AVAILABLE
public static final int STATUS_UNAVAILABLE
public static final int STATUS_DEGRADED
public static final int SCCP_STATUS_ALLOWED
public static final int SCCP_STATUS_PROHIBITED
public static final int SCCP_STATUS_UNEQUIPPED
Method Detail |
public void setSubsystemNumber(java.lang.Integer ssn)
public java.lang.Integer getSubsystemNumber()
public void setMtp3Sap(ObjectName mtp3Sap)
mtp3Sap
- the ObjectName of the MTP3 Access Point of this SCCPpublic ObjectName getMtp3Sap()
public void setConcernedArea(ObjectName concernedArea)
concernedArea
- the ObjectName of the concerned area to
be used for SCCP broadcast.public ObjectName getConcernedArea()
public java.lang.Integer getSapAvailabilityStatus()
public java.lang.Integer getSubsystemStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |