|
||||||||||
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 MBean
The following Alarms can be emitted by this MBean
The following Errors can be emitted by this MBean
Relationship between the SCCP JAIN OAM MBean
Fields inherited from class java.io.Serializable |
serialVersionUID |
Method Summary | |
ObjectName |
getRemoteSubsystem(java.lang.Integer index)
Returns an ObjectName of the remote Subsystem from the list of Subsystems to be informed of local or remote subsystem status changes . |
ObjectName[] |
getRemoteSubsystems()
Returns an array of ObjectNames of the all the Subsystems to be informed of local or remote subsystem status changes |
void |
setRemoteSubsystem(java.lang.Integer index,
ObjectName remoteSccp)
Sets one of the Remote Subsystems to be informed of local or remote subsystem status changes. |
void |
setRemoteSubsystems(ObjectName[] remoteSccps)
Sets all of the Subsystems (identified by the specified array of ObjectNames) to be informed of local or remote subsystem status changes. |
Methods inherited from interface jain.protocol.ss7.oam.OamManagedObjectMBean |
getName,
getObjectId,
getObjectName,
getObjectType,
getProprietaryInformation,
getStatistic,
setName,
startPollingStatistic,
stopPollingStatistic |
Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener,
getNotificationInfo,
removeNotificationListener |
Methods inherited from interface javax.management.MBeanRegistration |
postDeregister,
postRegister,
preDeregister,
preRegister |
Method Detail |
public void setRemoteSubsystem(java.lang.Integer index, ObjectName remoteSccp) throws TooManyInstancesException
index
- the index at which the Subsystem is to be set in the arrayremoteSccp
- the ObjectName of the remote Subsystempublic ObjectName getRemoteSubsystem(java.lang.Integer index)
index
- the index of the Subsystempublic void setRemoteSubsystems(ObjectName[] remoteSccps) throws TooManyInstancesException
remoteSccps
- an array of ObjectNames of the remote Subsystem listpublic ObjectName[] getRemoteSubsystems()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |