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 java.io.Serializable |
serialVersionUID |
Methods inherited from interface jain.protocol.ss7.oam.sccp.SccpSapMO |
getConcernedArea,
getSapAvailabilityStatus,
getSignallingPoint,
getSubSystemNumber,
getUserEntity,
getUserEntity,
setConcernedArea,
setSignallingPoint,
setSubSystemNumber,
setUserEntity,
setUserEntity |
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.
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.ComCopyright - 1999 Sun Microsystems