|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mtp3SapMO | |
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. |
Uses of Mtp3SapMO in jain.protocol.ss7.oam.mtp3 |
Subinterfaces of Mtp3SapMO in jain.protocol.ss7.oam.mtp3 | |
interface |
OwnSignallingPointMO
This inteface defines the methods of a Local Signalling Point Managed Object(MO). |
Methods in jain.protocol.ss7.oam.mtp3 that return Mtp3SapMO | |
Mtp3SapMO |
Mtp3LayerManager.createMtp3Sap(long pointCode,
int type,
int networkInd,
int serviceIndicator)
Creates a new Mtp3 Service Access Point MO (representing a Remote Signalling Point) |
Mtp3SapMO[] |
Mtp3LayerManager.getAllMtp3Saps()
Returns all of the MTP3 SAPs (Remote Signalling Points) created by this layer manager |
Mtp3SapMO |
Mtp3LayerManager.getAllMtp3Saps(int index)
Returns one of the MTP3 SAPs (Remote Signalling Points) created by this layer manager |
Mtp3SapMO |
LinksetMO.getAdjacentSignallingPoint()
Gets the Adjacent Signalling Point of this Linkset. |
Mtp3SapMO |
RouteMO.getDestSignallingPoint()
Gets the Service Access Point (SAP) that identifies the Destination Signalling Point of this Routeset. |
Methods in jain.protocol.ss7.oam.mtp3 with parameters of type Mtp3SapMO | |
LinksetMO |
Mtp3LayerManager.createLinkset(Mtp3SapMO adjacentSignallingPoint,
LinkMO[] links)
Creates a new Linkset Managed Object. |
RouteMO |
Mtp3LayerManager.createRoute(Mtp3SapMO destinationSignallingPoint,
LinksetMO[] linksets)
Creates a new Route Managed Object. |
void |
Mtp3LayerManager.deleteMtp3Sap(Mtp3SapMO sap)
Deletes the specified Mtp3 Service Access Point MO. |
void |
LinksetMO.setAdjacentSignallingPoint(Mtp3SapMO adjacentSignallingPoint)
Sets the Adjacent Signalling Point of this Linkset. |
java.lang.Object[] |
ScreeningTableMO.getValidList(Mtp3SapMO destSignallingPoint)
Returns an array of Objects representing either all of the allowed Linksets or all of the allowed Originating Point Codes for the specified destination point code. The type of Objects that is returned in the array is dependent on the screening type option. |
void |
ScreeningTableMO.setValidList(Mtp3SapMO destSignallingPoint,
java.lang.Object[] authorisedList)
Sets an array of Objects representing either: all of the allowed Linksets, or all of the allowed Originating Point Codes for the specified destination point code. The type of Object that is supplied in the Object array is dependent on the screening type option. |
void |
RouteMO.setDestSignallingPoint(Mtp3SapMO destinationSignallingPoint)
Sets the Service Access Point (SAP) that identifies the Destination Signalling Point of this Routeset. |
Uses of Mtp3SapMO in jain.protocol.ss7.oam.sccp |
Methods in jain.protocol.ss7.oam.sccp that return Mtp3SapMO | |
Mtp3SapMO |
SccpSapMO.getSignallingPoint()
Returns the MTP3 Access Point representing the Signalling Point (MTP) used by this SCCP. |
Methods in jain.protocol.ss7.oam.sccp with parameters of type Mtp3SapMO | |
SccpSapMO |
SccpLayerManager.createSccpSap(int ssn,
Mtp3SapMO signallingPoint)
Creates a new SCCP Sevice Access Point (SAP) Managed Object (a local or remote Subsystem) |
void |
SccpSapMO.setSignallingPoint(Mtp3SapMO mtp3Sap)
Sets the MTP3 Access Point representing the Signalling Point (MTP) used by this SCCP. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |