|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinkSetMO | |
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 LinkSetMO in jain.protocol.ss7.oam.mtp3 |
Methods in jain.protocol.ss7.oam.mtp3 that return LinkSetMO | |
LinkSetMO |
Mtp3LayerManager.createLinkSet()
Creates a new LinkSet Managed Object |
LinkSetMO[] |
LinkSetMO.getCombinedLinkSet()
Returns an array of the LinkSet Managed Objects with which this LinkSet is combined. |
LinkSetMO |
LinkSetMO.getCombinedLinkSet(int index)
Returns the LinkSet at the specified position in the array of the LinkSet Managed Objects with which this LinkSet is combined. |
LinkSetMO |
RouteMO.getFirstLinkSet()
Gets the LinkSet which is intended to be used as first segment of the succession of LinkSets in this Route, which form the signalling route on the network level. |
LinkSetMO[] |
RouteMO.getLinkSet()
Gets the list of LinkSets in this route |
LinkSetMO |
RouteMO.getLinkSet(int index)
Gets the LinkSet at the specified position in the set of LinkSets in this route |
Methods in jain.protocol.ss7.oam.mtp3 with parameters of type LinkSetMO | |
void |
Mtp3LayerManager.deleteLinkSet(LinkSetMO linkSet)
Deletes the specified LinkSet Managed Object |
void |
LinkSetMO.setCombinedLinkSet(int index,
LinkSetMO linkSet)
Sets the LinkSetMO at the specified position in the combined link set of this link set |
void |
LinkSetMO.setCombinedLinkSet(LinkSetMO[] linkSets)
Sets the combined Link Set of this link set |
void |
RouteMO.setLinkSet(int index,
LinkSetMO linkSet)
Sets a LinkSet at the specified position in the LinkSets in this route |
void |
RouteMO.setLinkSet(LinkSetMO[] linkSets)
Sets the LinkSets in this route |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |