|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface contains a list of remote Subsystems (SccpSaps) to be informed of local (primary broadcast) or remote (secondary broadcast) SCCP Subsystem status changes, or to be informed of the SCCP status after completion of SCCP Restart.
SCCP management procedures utilize the concept of a "concerned" Subsystem. In this context, a "concerned" Subsystem means an entity with an immediate need to be informed of a particular Subsystem status change, independently of whether SCCP communication is in progress between the "concerned" Subsystem and the Subsystem affected by the status change.
Each SCCP Service Access Point (SAP) (which may represent either a local or remote Subsystem) has a Concerned Area associated with it. When the status of the SCCP SAP changes, the Concerned Area indicates the Subsystems that are to be informed.
There are no statistics that can be collected for this MO
The following Alarms can be emitted by this MO
The following Errors can be emitted by this MO
Fields inherited from class java.io.Serializable |
serialVersionUID |
Method Summary | |
SccpSapMO[] |
getRemoteSubsystem()
Returns all of the Subsystems to be informed of local or remote subsystem status changes |
SccpSapMO |
getRemoteSubsystem(int index)
Returns a remote Subsystem from the list of Subsystems to be informed of local or remote subsystem status changes . |
void |
setRemoteSubsystem(int index,
SccpSapMO remoteSccp)
Sets one of the Remote Subsystems to be informed of local or remote subsystem status changes . |
void |
setRemoteSubsystem(SccpSapMO[] remoteSccps)
Sets all of the Subsystems to be informed of local or remote subsystem status changes. |
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 |
Method Detail |
public void setRemoteSubsystem(int index, SccpSapMO remoteSccp) throws TooManyInstancesException
index
- the index at which the Subsystem is to be set in the arrayremoteSccp
- the remote Subsystempublic SccpSapMO getRemoteSubsystem(int index)
index
- the index of the Subsystempublic void setRemoteSubsystem(SccpSapMO[] remoteSccps) throws TooManyInstancesException
remoteSccps
- the remote Subsystem listpublic SccpSapMO[] getRemoteSubsystem()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |