|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SccpSapMO | |
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 SccpSapMO in jain.protocol.ss7.oam.sccp |
Methods in jain.protocol.ss7.oam.sccp that return SccpSapMO | |
SccpSapMO |
ConcernedAreaMO.getRemoteSubsystem(int index)
Returns a remote Subsystem from the list of Subsystems to be informed of local or remote subsystem status changes . |
SccpSapMO[] |
ConcernedAreaMO.getRemoteSubsystem()
Returns all of the Subsystems to be informed of local or remote subsystem status changes |
SccpSapMO[] |
SccpRoutingControlMO.getSubsystem()
Returns all of the Subsystems (SCCP Access Points) associated with the SCCP Routing Control (local signalling Point). |
SccpSapMO |
SccpRoutingControlMO.getSubsystem(int index)
Returns one of the Subsystems (SCCP Access Points) associated with the SCCP Routing Control (local signalling Point). |
SccpSapMO |
SccpLayerManager.createSccpSap(int ssn,
Mtp3SapMO signallingPoint)
Creates a new SCCP Sevice Access Point (SAP) Managed Object (a local or remote Subsystem) |
SccpSapMO[] |
SccpLayerManager.getAllSccpSaps()
Returns all of the SCCP SAPs (Local or Remote Subsystems) created by this layer manager |
SccpSapMO |
SccpLayerManager.getAllSccpSaps(int index)
Returns one of the SCCP SAPs (Local or Remote Subsystems) created by this layer manager |
SccpSapMO[] |
SccpEntitySetMO.getDestinationSubsystem()
Returns the destination Subsystems (SCCP SAPs) of this Entity Set. |
SccpSapMO |
SccpEntitySetMO.getDestinationSubsystem(int index)
Returns one the destination Subsystems (SCCP SAPs) of this Entity Set. |
Methods in jain.protocol.ss7.oam.sccp with parameters of type SccpSapMO | |
void |
ConcernedAreaMO.setRemoteSubsystem(int index,
SccpSapMO remoteSccp)
Sets one of the Remote Subsystems to be informed of local or remote subsystem status changes . |
void |
ConcernedAreaMO.setRemoteSubsystem(SccpSapMO[] remoteSccps)
Sets all of the Subsystems to be informed of local or remote subsystem status changes. |
void |
SccpRoutingControlMO.setSubsystem(SccpSapMO[] subsystems)
Sets all of the Subsystems (SCCP Access Points) associated with the SCCP Routing Control (local signalling Point). |
void |
SccpRoutingControlMO.setSubsystem(int index,
SccpSapMO subsystem)
Sets one of the Subsystems (SCCP Access Points) associated with the SCCP Routing Control (local signalling Point). |
ConcernedAreaMO |
SccpLayerManager.createConcernedArea(SccpSapMO[] remoteSubsystems)
Creates a new Concerned Area Managed Object containing the specified remote Subsystems (SccpSaps). |
SccpEntitySetMO |
SccpLayerManager.createSccpEntitySet(SccpSapMO[] destinationSubsystems,
int sharingMode)
Creates a new SCCP Entity Set Managed Object |
SccpRoutingControlMO |
SccpLayerManager.createSccpRoutingControl(OwnSignallingPointMO sp,
SccpSapMO[] subsystems)
Creates a new Routing Control Managed Object for the specified Own Signalling Point and (local) Subsystems |
void |
SccpLayerManager.deleteSccpSap(SccpSapMO subSystem)
Deletes the specified SCCP Sevice Access Point (SAP) Managed Object (a local or remote Subsystem). |
void |
SccpEntitySetMO.setDestinationSubsystem(SccpSapMO[] destinationSubsystems)
Sets the destination Subsystems (SCCP SAPs) of this Entity Set. |
void |
SccpEntitySetMO.setDestinationSubsystem(int index,
SccpSapMO destinationSubsystem)
Sets one of the destination Subsystems (SCCP SAPs) of this Entity Set. |
Uses of SccpSapMO in jain.protocol.ss7.oam.tcap |
Methods in jain.protocol.ss7.oam.tcap that return SccpSapMO | |
SccpSapMO |
TcapNodeMO.getSubsystem(int index)
Returns one of the subsystems of this TCAP Node |
SccpSapMO[] |
TcapNodeMO.getSubsystem()
Returns the set of subsystems of this TCAP Node |
Methods in jain.protocol.ss7.oam.tcap with parameters of type SccpSapMO | |
TcapNodeMO |
TcapLayerManager.createTcapNode(OwnSignallingPointMO sp,
SccpSapMO[] subsystems)
Creates a new TcapNodeMO for the specified local signalling point and subsystem. |
void |
TcapNodeMO.setSubsystem(int index,
SccpSapMO subsystem)
Sets one of the subsystems of this TCAP Node. |
void |
TcapNodeMO.setSubsystem(SccpSapMO[] subsystems)
Sets all of the subsystems of this TCAP Node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |