|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinkMO | |
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 LinkMO in jain.protocol.ss7.oam.mtp3 |
Methods in jain.protocol.ss7.oam.mtp3 that return LinkMO | |
LinkMO |
Mtp3LayerManager.createLink(Mtp2SapMO mtp2Sap)
Creates a new Link Managed Object. |
LinkMO[] |
Mtp3LayerManager.getAllLinks()
Returns all of the Links created by this layer manager |
LinkMO |
Mtp3LayerManager.getAllLinks(int index)
Returns one of the Links created by this layer manager |
LinkMO[] |
LinksetMO.getLink()
Gets the list of signalling links of this linkset |
LinkMO |
LinksetMO.getLink(int index)
Gets the signalling link at the specified position in the set of links of this linkset |
Methods in jain.protocol.ss7.oam.mtp3 with parameters of type LinkMO | |
LinksetMO |
Mtp3LayerManager.createLinkset(Mtp3SapMO adjacentSignallingPoint,
LinkMO[] links)
Creates a new Linkset Managed Object. |
void |
Mtp3LayerManager.deleteLink(LinkMO link)
Deletes the specified Link Managed Object. |
void |
LinksetMO.setLink(int index,
LinkMO link)
Sets the Signalling Link at the specified position in the set of links of this linkset |
void |
LinksetMO.setLink(LinkMO[] links)
Sets the Signalling Links of this linkset |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |