Uses of Interface
jain.protocol.ss7.oam.tcap.TcapMO

Packages that use TcapMO
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 TcapMO in jain.protocol.ss7.oam.tcap
 

Methods in jain.protocol.ss7.oam.tcap that return TcapMO
 TcapMO TcapLayerManager.getActiveTcap(int index)
          Returns one of the active TCAP layers managed by this TCAP Layer Manager.
 TcapMO[] TcapLayerManager.getActiveTcap()
          Returns all of the active TCAP layers managed by this TCAP Layer Manager.
 TcapMO TcapLayerManager.createTcap(OwnSignallingPointMO sp, SccpSapMO[] subsystems)
          Creates a new TcapMO for the specified local signalling point and subsystem.
 TcapMO TcapLayerManager.getAllTcaps(int index)
          Returns one of the TCAP layers managed by this TCAP Layer Manager.
 TcapMO[] TcapLayerManager.getAllTcaps()
          Returns all of the TCAP layers managed by this TCAP Layer Manager.
 

Methods in jain.protocol.ss7.oam.tcap with parameters of type TcapMO
 void TcapLayerManager.setActiveTcap(int index, TcapMO tcapLayer)
          Sets one of the active TCAP layers managed by this TCAP Layer Manager.
 void TcapLayerManager.setActiveTcap(TcapMO[] tcapLayers)
          Sets all of the active TCAP layers managed by this TCAP Layer Manager.
 void TcapLayerManager.deleteTcap(TcapMO tcap)
          Deletes the specified TcapMO.
 



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

Copyright - 1999 Sun Microsystems