|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This inteface defines the methods of a LinkSet to an adjacent node. Managed Object(MO).
Fields inherited from class java.io.Serializable |
serialVersionUID |
Method Summary | |
int |
getActiveLinkCount()
Returns the number of links that should be active (alligned and ready for service) in this LinkSet at all times. |
Mtp3SapMO |
getAdjacentSignallingPoint()
Gets the Adjacent Signalling Point of this Link Set. |
LinkSetMO[] |
getCombinedLinkSet()
Returns an array of the LinkSet Managed Objects with which this LinkSet is combined. |
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. |
int |
getCurrentCapacity()
Returns the Current Capacity of this Link Set. |
LinkMO[] |
getLink()
Gets the list of signalling links of this link set |
LinkMO |
getLink(int index)
Gets the signalling link at the specified position in the set of links of this link set |
int |
getLinkCount()
Gets the Number of this Link Set. |
int |
getMaxCapacity()
Returns the Maximum Capacity of this Link Set. |
boolean |
isAllLinksActive()
Returns whether all the Links in this LinkSet are active or innactive. |
boolean |
isCombinedLinkSet()
Returns whether this LinkSet is a combined Link Set |
boolean |
isEnabled()
Returns whether this LinkSet is enabled or disabled (the operational state of this LinkSet). |
boolean |
isRoutingAllowed()
Returns whether it is administratively permitted to route SS7 MSUs towards the Destination Signalling Point via this LinkSet (the Adiministrative State). |
boolean |
isTestedPeriodically()
This attribute indicates whether the periodic test procedure of ITU Rec. |
void |
setActiveLinkCount(int numberOfActiveLinks)
Sets the number of links that should be active (alligned and ready for service) in this LinkSet at all times. |
void |
setAdjacentSignallingPoint(Mtp3SapMO adjacentSignallingPoint)
Sets the Adjacent Signalling Point of this Link Set. |
void |
setAllLinksActive(boolean active)
Activates or deactivates all the Links in this LinkSet. |
void |
setCombinedLinkSet(int index,
LinkSetMO linkSet)
Sets the LinkSetMO at the specified position in the combined link set of this link set |
void |
setCombinedLinkSet(LinkSetMO[] linkSets)
Sets the combined Link Set of this link set |
void |
setEnabled(boolean enabled)
Sets the operational state of this LinkSet. |
void |
setLink(int index,
LinkMO link)
Sets the Signalling Link at the specified position in the set of links of this link set |
void |
setLink(LinkMO[] links)
Sets the Signalling Links of this link set |
void |
setMaxCapacity(int capacity)
Sets the Maximum Capacity of this Link Set. |
void |
setRoutingAllowed(boolean allowed)
Sets whether it is administratively permitted to route SS7 MSUs towards the Destination Signalling Point via this LinkSet (the Adiministrative State). |
Methods inherited from interface jain.protocol.ss7.oam.mtp3.Mtp3ManagedObject |
addMtp3AlarmListener,
addMtp3ErrorListener,
removeMtp3AlarmListener,
removeMtp3ErrorListener |
Methods inherited from interface jain.protocol.ss7.oam.OamManagedObject |
addPropertyChangeListener,
getName,
getProprietaryInformation,
removePropertyChangeListener,
setName |
Method Detail |
public Mtp3SapMO getAdjacentSignallingPoint()
public void setAdjacentSignallingPoint(Mtp3SapMO adjacentSignallingPoint)
adjacentSignallingPoint
- the Adjacent Signalling Point of this Link Set.public void setMaxCapacity(int capacity)
capacity
- the maximum capacity of the Link Setpublic int getMaxCapacity()
public int getCurrentCapacity()
public void setAllLinksActive(boolean active)
active
- either:
public boolean isAllLinksActive()
public int getLinkCount()
public boolean isEnabled()
public void setEnabled(boolean enabled)
enabled
- the opertaional state (enabled or disabled)
either:
public void setRoutingAllowed(boolean allowed)
allowed
- either:
public boolean isRoutingAllowed()
public boolean isTestedPeriodically()
public LinkMO[] getLink()
public void setLink(int index, LinkMO link) throws TooManyInstancesException
index
- the index position of the element in the array.link
- the Signalling link to be added
to this link set.public LinkMO getLink(int index)
index
- the index position of the element in the array.public void setLink(LinkMO[] links) throws TooManyInstancesException
links
- the Signalling links to be added
to this link set.public LinkSetMO[] getCombinedLinkSet()
public LinkSetMO getCombinedLinkSet(int index)
index
- the index of the LinkSet in the Combined LinkSet arraypublic void setCombinedLinkSet(int index, LinkSetMO linkSet) throws TooManyInstancesException
index
- the index position of the element in the array.linkSet
- the link set to be combined
with this link set.public void setCombinedLinkSet(LinkSetMO[] linkSets)
linkSets
- the Signalling link sets to be combined
with this link set.public int getActiveLinkCount()
public void setActiveLinkCount(int numberOfActiveLinks)
numberOfActiveLinks
- the required number of active linkspublic boolean isCombinedLinkSet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |