|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TcapNodeMO | |
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 TcapNodeMO in jain.protocol.ss7.oam.tcap |
Methods in jain.protocol.ss7.oam.tcap that return TcapNodeMO | |
TcapNodeMO |
TcapLayerManager.getActiveTcapNode(int index)
Returns one of the active TCAP layers managed by this TCAP Layer Manager. |
TcapNodeMO[] |
TcapLayerManager.getActiveTcapNode()
Returns all of the active TCAP layers managed by this TCAP Layer Manager. |
TcapNodeMO |
TcapLayerManager.createTcapNode(OwnSignallingPointMO sp,
SccpSapMO[] subsystems)
Creates a new TcapNodeMO for the specified local signalling point and subsystem. |
TcapNodeMO |
TcapLayerManager.getAllTcapNodes(int index)
Returns one of the TCAP layers managed by this TCAP Layer Manager. |
TcapNodeMO[] |
TcapLayerManager.getAllTcapNodes()
Returns all of the TCAP layers managed by this TCAP Layer Manager. |
Methods in jain.protocol.ss7.oam.tcap with parameters of type TcapNodeMO | |
void |
TcapLayerManager.setActiveTcapNode(int index,
TcapNodeMO tcapLayer)
Sets one of the active TCAP layers managed by this TCAP Layer Manager. |
void |
TcapLayerManager.setActiveTcapNode(TcapNodeMO[] tcapLayers)
Sets all of the active TCAP layers managed by this TCAP Layer Manager. |
void |
TcapLayerManager.deleteTcapNode(TcapNodeMO tcap)
Deletes the specified TcapNodeMO. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |