jain.protocol.ss7.oam.sccp
Interface LocalSubSystemMO


public abstract interface LocalSubSystemMO
extends SccpSapMO

This interface defines the methods of a Local SubSystem Managed Object and extends the SCCP Service Access Point (SAP) interface. There may be many Local SubSystems associated with each SCCP Routing Control 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.
 
Fields inherited from class jain.protocol.ss7.oam.sccp.SccpSapMO
STATUS_AVAILABLE, STATUS_DEGRADED, STATUS_UNAVAILABLE
 
Fields inherited from class java.io.Serializable
serialVersionUID
 
Method Summary
 int getSubSystemStatus()
          Indicates the status of the local SubSystem.
 
Methods inherited from interface jain.protocol.ss7.oam.sccp.SccpSapMO
getConcernedArea, getSapAvailabilityStatus, getSignallingPoint, getSubSystemNumber, getUserEntity, getUserEntity, setConcernedArea, setSignallingPoint, setSubSystemNumber, setUserEntity, setUserEntity
 
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

SCCP_STATUS_ALLOWED

public static final int SCCP_STATUS_ALLOWED
A SubSystem Status constant: The local SubSystem has registered and become Allowed

SCCP_STATUS_PROHIBITED

public static final int SCCP_STATUS_PROHIBITED
A SubSystem Status constant: The SubSystem has registered (is equipped) but has not yet become allowed, or is prohibited.

SCCP_STATUS_UNEQUIPPED

public static final 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.
Method Detail

getSubSystemStatus

public int getSubSystemStatus()
Indicates the status of the local SubSystem. Each local SCCP application (SubSystem) registers to the SCCP Layer with a unique SubSystem number. This method indicates the status of that SCCP application (SubSystem).
Returns:
either:
  • SCCP_STATUS_ALLOWED - The local SubSystem has registered and become Allowed
  • SCCP_STATUS_PROHIBITED - The SubSystem has registered (is equipped) but has not yet become allowed, or is prohibited.
  • SCCP_STATUS_UNEQUIPPED - The SubSystem has not registered to the SCCP layer, the SubSystem has deregistered, or the SubSystem has failed.


11 October 99
If you have any comments or queries, please mail them to JainOAM@East.Sun.Com

Copyright - 1999 Sun Microsystems