|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines a SCCP Access Point. This is the Service Access Point (SAP) of the SCCP services to its users and contains the SAP address (the Sub-System number). There may be many SccpSaps associated with the one SCCP Layer MO and a SccpSap may only be associated with one SCCP Layer MO.
| Field Summary | |
static int |
STATUS_AVAILABLE
Access Point Status constant: Indicates that the status of the Access Point is Available. |
static int |
STATUS_DEGRADED
Access Point Status constant: Indicates that the status of the Access Point is Congested. |
static int |
STATUS_UNAVAILABLE
Access Point Status constant: Indicates that the status of the Access Point is UnAvailable. |
| Fields inherited from class java.io.Serializable |
serialVersionUID |
| Method Summary | |
Mtp3SapMO |
getMtp3Sap()
Returns the MTP3 Access Point representing the MTP used by this SCCP. |
int |
getSapStatus()
Returns the availability status of this SCCP |
SubSystemMO |
getSubSystemNumber()
Gets the SubSystem of this SccpSap. |
java.lang.Object[] |
getUserEntity()
Returns the list of the User Entities of this SCCP SAP. |
java.lang.Object |
getUserEntity(int index)
Returns the User Entity at the specified point of the User Entitty Array. |
void |
setMtp3Sap(Mtp3SapMO mtp3Sap)
Sets the MTP3 Access Point representing the MTP used by this SCCP. |
void |
setSubSystem(SubSystemMO ssn)
Sets the SubSystem of this SccpSap. |
void |
setUserEntity(int index,
java.lang.Object userEntity)
Set this User Entitiy as the specified element in the User Entity Array of this Service Access Point. |
void |
setUserEntity(java.lang.Object[] userEntity)
Set the list of User Entities that are using the Service Access Point. |
| Methods inherited from interface jain.protocol.ss7.oam.sccp.SccpManagedObject |
addSccpAlarmListener,
addSccpErrorListener,
removeSccpAlarmListener,
removeSccpErrorListener |
| Methods inherited from interface jain.protocol.ss7.oam.OamManagedObject |
addPropertyChangeListener,
getName,
removePropertyChangeListener,
setName |
| Field Detail |
public static final int STATUS_AVAILABLE
public static final int STATUS_UNAVAILABLE
public static final int STATUS_DEGRADED
| Method Detail |
public void setUserEntity(int index,
java.lang.Object userEntity)
index - the index of the element to be added.userEntity - the User Entity to be added.public void setUserEntity(java.lang.Object[] userEntity)
userEntity - the User Entity to be added.public java.lang.Object getUserEntity(int index)
public java.lang.Object[] getUserEntity()
public void setSubSystem(SubSystemMO ssn)
throws java.beans.PropertyVetoException
ssn - the SubSystem of this Access Pointpublic SubSystemMO getSubSystemNumber()
public void setMtp3Sap(Mtp3SapMO mtp3Sap)
mtp3Sap - the MTP3 Access Point of this SCCPpublic Mtp3SapMO getMtp3Sap()
public int getSapStatus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||