|
||||||||||
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 MO
The following Alarms can be emitted by this MO
The following Errors can be emitted by this MO
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 | |
ConcernedAreaMO |
getConcernedArea()
Returns the concerned area to be used by SCCP Management for broadcasting the SCCP status after completion of SCCP Restart. |
int |
getSapAvailabilityStatus()
Returns the availability status of this SCCP (one of the SCCP SAP Status constants). |
Mtp3SapMO |
getSignallingPoint()
Returns the MTP3 Access Point representing the Signalling Point (MTP) used by this SCCP. |
int |
getSubsystemNumber()
Gets the Subsystem Number of this SubsystemMO. |
int |
getSubsystemStatus()
Indicates the status of the Local Subsystem. |
void |
setConcernedArea(ConcernedAreaMO concernedArea)
Sets the concerned area to be used by SCCP Management for broadcasting the SCCP status after completion of SCCP Restart. |
void |
setSignallingPoint(Mtp3SapMO mtp3Sap)
Sets the MTP3 Access Point representing the Signalling Point (MTP) used by this SCCP. |
void |
setSubsystemNumber(int ssn)
Sets the Subsystem Number of this SubsystemMO. |
Methods inherited from interface jain.protocol.ss7.oam.sccp.SccpManagedObject |
addSccpAlarmListener,
addSccpErrorListener,
removeSccpAlarmListener,
removeSccpErrorListener |
Methods inherited from interface jain.protocol.ss7.oam.OamManagedObject |
addPropertyChangeListener,
addVetoableChangeListener,
getName,
getObjectId,
getProprietaryInformation,
removePropertyChangeListener,
removeVetoableChangeListener,
setName |
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(int ssn)
public int getSubsystemNumber()
public void setSignallingPoint(Mtp3SapMO mtp3Sap)
mtp3Sap
- the MTP3 Access Point of this SCCPpublic Mtp3SapMO getSignallingPoint()
public void setConcernedArea(ConcernedAreaMO concernedArea)
concernedArea
- the concerned area to be used for SCCP broadcast.public ConcernedAreaMO getConcernedArea()
public int getSapAvailabilityStatus()
public int getSubsystemStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |