|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OwnSignallingPointMO | |
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 OwnSignallingPointMO in jain.protocol.ss7.oam.mtp3 |
Methods in jain.protocol.ss7.oam.mtp3 that return OwnSignallingPointMO | |
OwnSignallingPointMO |
Mtp3LayerManager.createOwnSignallingPoint(long pointCode,
int type,
int networkInd,
int serviceIndicator)
Creates a new Own Signalling Point Managed Object. |
OwnSignallingPointMO |
Mtp3LayerManager.getActiveOwnSignallingPoint(int index)
Returns one of the active (local) Signalling Points of this stack. The underlying stack management system may support multiple signalling points on the the same system. |
OwnSignallingPointMO[] |
Mtp3LayerManager.getActiveOwnSignallingPoint()
Returns the all of the active (local) Signalling Points of this stack. The underlying stack management system may support multiple signalling points on the the same system. |
OwnSignallingPointMO[] |
Mtp3LayerManager.getAllOwnSignallingPoints()
Returns all of the Own Signalling Points created by this layer manager |
OwnSignallingPointMO |
Mtp3LayerManager.getAllOwnSignallingPoints(int index)
Returns one of the Own Signalling Points created by this layer manager |
OwnSignallingPointMO |
OwnSignallingPointMO.getBackup()
Gets the Backup Signalling Point of this Signalling Point. |
Methods in jain.protocol.ss7.oam.mtp3 with parameters of type OwnSignallingPointMO | |
void |
Mtp3LayerManager.deleteOwnSignallingPoint(OwnSignallingPointMO signallingPoint)
Deletes the specified Own Signalling Point Managed Object. |
void |
Mtp3LayerManager.setActiveOwnSignallingPoint(int index,
OwnSignallingPointMO OwnSignallingPoint)
Sets one of the active (local) Signalling Points of this stack. The underlying stack management system may support multiple signalling points on the the same system. |
void |
Mtp3LayerManager.setActiveOwnSignallingPoint(OwnSignallingPointMO[] OwnSignallingPoints)
Sets all of the active (local) Signalling Points of this stack. The underlying stack management system may support multiple signalling points on the the same system. |
void |
OwnSignallingPointMO.setBackup(OwnSignallingPointMO backup)
Sets the Backup Signalling Point of this Signalling Point. |
Uses of OwnSignallingPointMO in jain.protocol.ss7.oam.sccp |
Methods in jain.protocol.ss7.oam.sccp that return OwnSignallingPointMO | |
OwnSignallingPointMO |
SccpRoutingControlMO.getOwnSignallingPoint()
Returns othe local Signalling Point governed by this routing control. |
Methods in jain.protocol.ss7.oam.sccp with parameters of type OwnSignallingPointMO | |
void |
SccpRoutingControlMO.setOwnSignallingPoint(OwnSignallingPointMO ownSignallingPoint)
Sets the local Signalling Point governed by this routing control. |
SccpRoutingControlMO |
SccpLayerManager.createSccpRoutingControl(OwnSignallingPointMO sp,
SccpSapMO[] subsystems)
Creates a new Routing Control Managed Object for the specified Own Signalling Point and (local) Subsystems |
Uses of OwnSignallingPointMO in jain.protocol.ss7.oam.tcap |
Methods in jain.protocol.ss7.oam.tcap that return OwnSignallingPointMO | |
OwnSignallingPointMO |
TcapNodeMO.getOwnSignallingPoint()
Returns the signalling point of this TCAP Node |
Methods in jain.protocol.ss7.oam.tcap with parameters of type OwnSignallingPointMO | |
TcapNodeMO |
TcapLayerManager.createTcapNode(OwnSignallingPointMO sp,
SccpSapMO[] subsystems)
Creates a new TcapNodeMO for the specified local signalling point and subsystem. |
void |
TcapNodeMO.setOwnSignallingPoint(OwnSignallingPointMO ownSignallingPoint)
Sets the signalling point of this TCAP Node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |