jain.protocol.ss7.oam.sccp
Interface ConcernedAreaMO


public abstract interface ConcernedAreaMO
extends SccpManagedObject

This interface contains a list of remote SCCPs (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.


Fields inherited from class java.io.Serializable
serialVersionUID
 
Method Summary
 SccpSapMO[] getRemoteSccp()
          Returns the list of SCCPs to be informed of local or remote subsystem status changes at the specified index.
 SccpSapMO getRemoteSccp(int index)
          Returns a remote SCCP at the specified index in the list of SCCPs to be informed of local or remote subsystem status changes .
 void setRemoteSccp(int index, SccpSapMO remoteSccp)
          Sets the remote SCCP at the specified index in the list of SCCPs to be informed of local or remote subsystem status changes .
 void setRemoteSccp(SccpSapMO[] remoteSccpList)
          Returns the list of SCCPs to be informed of local or remote subsystem status changes at the specified index.
 
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
 

Method Detail

setRemoteSccp

public void setRemoteSccp(int index,
                          SccpSapMO remoteSccp)
Sets the remote SCCP at the specified index in the list of SCCPs to be informed of local or remote subsystem status changes .
Parameters:
index - the index at which the SCCP is to be set in the array
remoteSccp - the remote SCCP

getRemoteSccp

public SccpSapMO getRemoteSccp(int index)
Returns a remote SCCP at the specified index in the list of SCCPs to be informed of local or remote subsystem status changes .
Parameters:
index - the index of the SCCP
Returns:
the remote SCCP

setRemoteSccp

public void setRemoteSccp(SccpSapMO[] remoteSccpList)
Returns the list of SCCPs to be informed of local or remote subsystem status changes at the specified index.
Parameters:
remoteSccpList - the remote SCCP list

getRemoteSccp

public SccpSapMO[] getRemoteSccp()
Returns the list of SCCPs to be informed of local or remote subsystem status changes at the specified index.
Returns:
the remote SCCP list


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

Copyright - 1999 Sun Microsystems