|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 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 |
public void setOwnSignallingPoint(OwnSignallingPointMO ownSignallingPoint)
public OwnSignallingPointMO getOwnSignallingPoint()
public void setSubsystem(int index, SccpSapMO subsystem)
public void setSubsystem(SccpSapMO[] subsystems)
public SccpSapMO getSubsystem(int index)
public SccpSapMO[] getSubsystem()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |