|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 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 |
public void setOwnSignallingPoint(OwnSignallingPointMO ownSignallingPoint)
public OwnSignallingPointMO getOwnSignallingPoint()
public void setSubsystem(int index, SccpSapMO subsystem) throws TooManyInstancesException
index
- - the position at which the subsystem is to be setsubsystem
- - the subystem to be set for this TCAP nodepublic void setSubsystem(SccpSapMO[] subsystems) throws TooManyInstancesException
subsystems
- the set of subsystems to be set for this TCAP Nodepublic SccpSapMO getSubsystem(int index)
index
- the index of the subsystempublic SccpSapMO[] getSubsystem()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |