jain.protocol.ss7.oam.tcap
Interface TcapNodeMO


public abstract interface TcapNodeMO
extends TcapManagedObject

This interface defines a local TCAP Node. 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 Node
 SccpSapMO[] getSubsystem()
          Returns the set of subsystems of this TCAP Node
 SccpSapMO getSubsystem(int index)
          Returns one of the subsystems of this TCAP Node
 void setOwnSignallingPoint(OwnSignallingPointMO ownSignallingPoint)
          Sets the signalling point of this TCAP Node.
 void setSubsystem(int index, SccpSapMO subsystem)
          Sets one of the subsystems of this TCAP Node.
 void setSubsystem(SccpSapMO[] subsystems)
          Sets all of the subsystems of this TCAP Node.
 
Methods inherited from interface jain.protocol.ss7.oam.tcap.TcapManagedObject
addTcapAlarmListener, addTcapErrorListener, removeTcapAlarmListener, removeTcapErrorListener
 
Methods inherited from interface jain.protocol.ss7.oam.OamManagedObject
addPropertyChangeListener, addVetoableChangeListener, getName, getObjectId, getProprietaryInformation, removePropertyChangeListener, removeVetoableChangeListener, setName
 

Method Detail

setOwnSignallingPoint

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

getOwnSignallingPoint

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

setSubsystem

public void setSubsystem(int index,
                         SccpSapMO subsystem)
                  throws TooManyInstancesException
Sets one of the subsystems of this TCAP Node.
Parameters:
index - - the position at which the subsystem is to be set
subsystem - - the subystem to be set for this TCAP node
Throws:
TooManyInstancesException - - if no more subsystems can be set for this TCAP Node

setSubsystem

public void setSubsystem(SccpSapMO[] subsystems)
                  throws TooManyInstancesException
Sets all of the subsystems of this TCAP Node.
Parameters:
subsystems - the set of subsystems to be set for this TCAP Node
Throws:
TooManyInstancesException - - if no more subsystems can be set for this TCAP Node

getSubsystem

public SccpSapMO getSubsystem(int index)
Returns one of the subsystems of this TCAP Node
Parameters:
index - the index of the subsystem
Returns:
the subsystem at the specified index

getSubsystem

public SccpSapMO[] getSubsystem()
Returns the set of subsystems of this TCAP Node
Returns:
- all of the subsystems of this TCAP Node


06 January 2000
If you have any comments or queries, please mail them to Colm Hayden [JAIN SS7 OAM Edit Lead]

Copyright - 2000 Sun Microsystems