jain.protocol.ss7.oam.tcap
Interface TcapMO


public abstract interface TcapMO
extends TcapManagedObject

This interface defines a local TCAP. There will be one instance of a local TCAP per local signalling point. Where multiple logical signalling points exist within the one physical stack, there will be several local TCAP instances.

The following statistics 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 jain.protocol.ss7.oam.OamManagedObject
OBJECTID_CONCERNED_AREA, OBJECTID_GLOBAL_TITLE_ENTRY, OBJECTID_LINK, OBJECTID_LINKSET, OBJECTID_MTP2_SAP, OBJECTID_MTP2_TIMER_PROFILE, OBJECTID_MTP3_SAP, OBJECTID_MTP3_TIMER_PROFILE, OBJECTID_OWN_SIGNALLING_POINT, OBJECTID_ROUTE, OBJECTID_ROUTESET, OBJECTID_SCCP_ENTITY_SET, OBJECTID_SCCP_ROUTING_CONTROL, OBJECTID_SCCP_SAP, OBJECTID_SCCP_TIMER_PROFILE, OBJECTID_SCREENING_TABLE, OBJECTID_TCAP
 
Fields inherited from class java.io.Serializable
serialVersionUID
 
Method Summary
 OwnSignallingPointMO getOwnSignallingPoint()
          Returns the signalling point of this TCAP layer
 SccpSapMO[] getSubsystem()
          Returns the set of subsystems of this TCAP layer
 SccpSapMO getSubsystem(int index)
          Returns one of the subsystems of this TCAP layer
 void setOwnSignallingPoint(OwnSignallingPointMO ownSignallingPoint)
          Sets the signalling point of this TCAP layer.
 void setSubsystem(int index, SccpSapMO subsystem)
          Sets one of the subsystems of this TCAP layer
 void setSubsystem(SccpSapMO[] subsystems)
          Sets all of the subsystems of this TCAP layer
 
Methods inherited from interface jain.protocol.ss7.oam.tcap.TcapManagedObject
addTcapAlarmListener, addTcapErrorListener, removeTcapAlarmListener, removeTcapErrorListener
 
Methods inherited from interface jain.protocol.ss7.oam.OamManagedObject
addPropertyChangeListener, getName, getObjectId, getProprietaryInformation, removePropertyChangeListener, setName
 

Method Detail

setOwnSignallingPoint

public void setOwnSignallingPoint(OwnSignallingPointMO ownSignallingPoint)
Sets the signalling point of this TCAP layer.

getOwnSignallingPoint

public OwnSignallingPointMO getOwnSignallingPoint()
Returns the signalling point of this TCAP layer

setSubsystem

public void setSubsystem(int index,
                         SccpSapMO subsystem)
Sets one of the subsystems of this TCAP layer

setSubsystem

public void setSubsystem(SccpSapMO[] subsystems)
Sets all of the subsystems of this TCAP layer

getSubsystem

public SccpSapMO getSubsystem(int index)
Returns one of the subsystems of this TCAP layer

getSubsystem

public SccpSapMO[] getSubsystem()
Returns the set of subsystems of this TCAP layer


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

Copyright - 1999 Sun Microsystems