|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |