|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mtp2SapMO | |
jain.protocol.ss7.oam.mtp2 | This package contains all of the classes and interfaces that are required to provision and maintain an SS7 stack at the MTP Level 2 layer. |
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. |
Uses of Mtp2SapMO in jain.protocol.ss7.oam.mtp2 |
Methods in jain.protocol.ss7.oam.mtp2 that return Mtp2SapMO | |
Mtp2SapMO |
Mtp2LayerManager.createMtp2Sap(int portType)
Creates a new Mtp2SapMO. |
Mtp2SapMO |
Mtp2LayerManager.getActiveMtp2Sap(int index)
Returns one of the the Mtp2 Service Access Points. |
Mtp2SapMO[] |
Mtp2LayerManager.getActiveMtp2Sap()
Returns all of the the Mtp2 Service Access Points. |
Mtp2SapMO[] |
Mtp2LayerManager.getAllMtp2Saps()
Returns all of the Mtp2 SAPS created by this layer manager |
Mtp2SapMO |
Mtp2LayerManager.getAllMtp2Saps(int index)
Returns one of the MTP2 SAPs created by this layer manager |
Methods in jain.protocol.ss7.oam.mtp2 with parameters of type Mtp2SapMO | |
void |
Mtp2LayerManager.deleteMtp2Sap(Mtp2SapMO sap)
Deletes the specified Mtp2SapMO. |
void |
Mtp2LayerManager.setActiveMtp2Sap(int index,
Mtp2SapMO mtp2Sap)
Sets one of the Mtp2 Service Access Points. |
void |
Mtp2LayerManager.setActiveMtp2Sap(Mtp2SapMO[] mtp2Saps)
Sets all of the Mtp2 Service Access Points. |
Uses of Mtp2SapMO in jain.protocol.ss7.oam.mtp3 |
Methods in jain.protocol.ss7.oam.mtp3 that return Mtp2SapMO | |
Mtp2SapMO |
LinkMO.getMtp2Sap()
Returns the Mtp2 Service Access Point associated with this Signalling Link. |
Methods in jain.protocol.ss7.oam.mtp3 with parameters of type Mtp2SapMO | |
LinkMO |
Mtp3LayerManager.createLink(Mtp2SapMO mtp2Sap)
Creates a new Link Managed Object. |
void |
LinkMO.setMtp2Sap(Mtp2SapMO mtp2Sap)
Sets the Mtp2 Service Access Point associated with this Signalling Link. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |