Uses of Interface
jain.protocol.ss7.oam.mtp3.SignallingPointMO

Packages that use SignallingPointMO
jain.protocol.ss7.oam.mtp3

This package contains all of the classes and interfaces that are required to provision and maintain an SS7 stack at the MTP Level 3 layer. 

jain.protocol.ss7.oam.sccp

This package contains all of the classes and interfaces that are required to provision and maintain an SS7 stack at the SCCP layer. 

jain.protocol.ss7.oam.tcap

This package contains all of the classes and interfaces that are required to provision and maintain an SS7 stack at the TCAP layer. 

 

Uses of SignallingPointMO in jain.protocol.ss7.oam.mtp3
 

Methods in jain.protocol.ss7.oam.mtp3 that return SignallingPointMO
 SignallingPointMO Mtp3LayerManager.createSignallingPoint()
          Creates a new Mtp Signalling Point Managed Object
 SignallingPointMO Mtp3LayerManager.getOwnSignallingPoint(int index)
          Returns one of the (local) Signalling Points of this stack.
The underlying stack management system may support multiple signalling points on the the same system.
 SignallingPointMO[] Mtp3LayerManager.getOwnSignallingPoint()
          Returns the all of the (local) Signalling Points of this stack.
The underlying stack management system may support multiple signalling points on the the same system.
 SignallingPointMO SignallingPointMO.getBackup()
          Gets the Backup Signalling Point of this Signalling Point.
 

Methods in jain.protocol.ss7.oam.mtp3 with parameters of type SignallingPointMO
 void Mtp3LayerManager.deleteSignallingPoint(SignallingPointMO signallingPoint)
          Deletes the specified Mtp Signalling Point Managed Object
 void Mtp3LayerManager.setOwnSignallingPoint(int index, SignallingPointMO OwnSignallingPoint)
          Sets one of the (local) Signalling Points of this stack.
The underlying stack management system may support multiple signalling points on the the same system.
 void Mtp3LayerManager.setOwnSignallingPoint(SignallingPointMO[] OwnSignallingPoints)
          Sets all of the (local) Signalling Points of this stack.
The underlying stack management system may support multiple signalling points on the the same system.
 void SignallingPointMO.setBackup(SignallingPointMO backup)
          Sets the Backup Signalling Point of this Signalling Point.
 

Uses of SignallingPointMO in jain.protocol.ss7.oam.sccp
 

Methods in jain.protocol.ss7.oam.sccp that return SignallingPointMO
 SignallingPointMO SccpRoutingControlMO.getOwnSignallingPoint()
          Returns othe local Signalling Point governed by this routing control.
 

Methods in jain.protocol.ss7.oam.sccp with parameters of type SignallingPointMO
 void SccpRoutingControlMO.setOwnSignallingPoint(SignallingPointMO ownSignallingPoint)
          Sets the local Signalling Point governed by this routing control.
 

Uses of SignallingPointMO in jain.protocol.ss7.oam.tcap
 

Methods in jain.protocol.ss7.oam.tcap that return SignallingPointMO
 SignallingPointMO TcapMO.getSignallingPoint()
          Returns the signalling point of this TCAP layer
 

Methods in jain.protocol.ss7.oam.tcap with parameters of type SignallingPointMO
 void TcapMO.setSignallingPoint(SignallingPointMO ownSignallingPoint)
          Sets the signalling point of this TCAP layer.
 



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

Copyright - 1999 Sun Microsystems