|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the methods of a Linkset to an adjacent node. Managed Bean.
There are no statistics that can be collected for this MBean
The following Alarms can be emitted by this MBean
The following Errors can be emitted by this MBean
Relationship between the MTP3 JAIN OAM MBeans
Fields inherited from class java.io.Serializable |
serialVersionUID |
Method Summary | |
java.lang.Integer |
getActiveLinkCount()
Returns the number of links that should be active (alligned and ready for service) in this Linkset at all times. |
ObjectName |
getAdjacentSignallingPoint()
Gets the ObjectName of the Adjacent OwnSignallingPointMBean of this Linkset. |
ObjectName |
getCombinedLinkSet(java.lang.Integer index)
Returns the ObjectName of the LinkSet at the specified position in the array of the LinkSetMBeans with which this Linkset is combined. |
ObjectName[] |
getCombinedLinkSets()
Returns an array of ObjectNames of the LinkSetMBeans with which this Linkset is combined. |
java.lang.Integer |
getCurrentCapacity()
Returns the Current Capacity of this Linkset. |
ObjectName |
getLink(java.lang.Integer index)
Gets the ObjectName of the signalling link at the specified position in the set of links of this linkset |
java.lang.Integer |
getLinkCount()
Gets the Number of this Linkset. |
ObjectName[] |
getLinks()
Gets the ObjectNames of the list of signalling linkMBeans of this linkSetMBean |
java.lang.Integer |
getMaxCapacity()
Returns the Maximum Capacity of this Linkset. |
java.lang.Boolean |
isAllLinksActive()
Returns whether all the Links in this Linkset are active or innactive. |
java.lang.Boolean |
isCombinedLinkSet()
Returns whether this Linkset is a combined Linkset |
java.lang.Boolean |
isEnabled()
Returns whether this Linkset is enabled or disabled (the operational state of this Linkset). |
java.lang.Boolean |
isRoutingAllowed()
Returns whether it is administratively permitted to route SS7 MSUs towards the Destination Signalling Point via this Linkset (the Adiministrative State). |
java.lang.Boolean |
isTestedPeriodically()
This attribute indicates whether the periodic test procedure of ITU Rec. |
void |
setActiveLinkCount(java.lang.Integer numberOfActiveLinks)
Sets the number of links that should be active (alligned and ready for service) in this Linkset at all times. |
void |
setAdjacentSignallingPoint(ObjectName adjacentSignallingPoint)
Sets the Adjacent OwnSignallingPointMBean (identified by the specified ObjectName) of this LinksetMBean. |
void |
setAllLinksActive(java.lang.Boolean active)
Activates or deactivates all the Links in this Linkset. |
void |
setCombinedLinkSet(java.lang.Integer index,
ObjectName linkSet)
Sets the LinksetMBean at the specified position in the combined linkset of this linkset |
void |
setCombinedLinkSets(ObjectName[] linkSets)
Sets the combined Linkset of this linkset |
void |
setEnabled(java.lang.Boolean enabled)
Sets the operational state of this Linkset. |
void |
setLink(java.lang.Integer index,
ObjectName link)
Sets the Signalling LinkMBean at the specified position in the set of links of this linkSetMBean |
void |
setLinks(ObjectName[] links)
Sets the Signalling Links of this linkset |
void |
setMaxCapacity(java.lang.Integer capacity)
Sets the Maximum Capacity of this Linkset. |
void |
setRoutingAllowed(java.lang.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.OamManagedObjectMBean |
getName,
getObjectId,
getObjectName,
getObjectType,
getProprietaryInformation,
getStatistic,
setName,
startPollingStatistic,
stopPollingStatistic |
Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener,
getNotificationInfo,
removeNotificationListener |
Methods inherited from interface javax.management.MBeanRegistration |
postDeregister,
postRegister,
preDeregister,
preRegister |
Method Detail |
public ObjectName getAdjacentSignallingPoint()
public void setAdjacentSignallingPoint(ObjectName adjacentSignallingPoint)
adjacentSignallingPoint
- the Adjacent Signalling Point of this Linkset.public void setMaxCapacity(java.lang.Integer capacity) throws java.lang.IllegalArgumentException
capacity
- the maximum capacity of the Linksetpublic java.lang.Integer getMaxCapacity()
public java.lang.Integer getCurrentCapacity()
public void setAllLinksActive(java.lang.Boolean active)
active
- either:
public java.lang.Boolean isAllLinksActive()
public java.lang.Integer getLinkCount()
public java.lang.Boolean isEnabled()
public void setEnabled(java.lang.Boolean enabled)
enabled
- the opertaional state (enabled or disabled)
either:
public void setRoutingAllowed(java.lang.Boolean allowed)
allowed
- either:
public java.lang.Boolean isRoutingAllowed()
public java.lang.Boolean isTestedPeriodically()
public ObjectName[] getLinks()
public void setLink(java.lang.Integer index, ObjectName link) throws TooManyInstancesException
index
- the index position of the element in the array.link
- the ObjectName of Signalling linkMBean to be added
to this linkSetMBean.public ObjectName getLink(java.lang.Integer index)
index
- the index position of the element in the array.public void setLinks(ObjectName[] links) throws TooManyInstancesException
links
- the Signalling links to be added
to this linkset.public ObjectName[] getCombinedLinkSets()
public ObjectName getCombinedLinkSet(java.lang.Integer index)
index
- the index of the Linkset in the Combined Linkset arraypublic void setCombinedLinkSet(java.lang.Integer index, ObjectName linkSet) throws TooManyInstancesException
index
- the index position of the element in the array.linkset
- the linkset to be combined
with this linkset.public void setCombinedLinkSets(ObjectName[] linkSets) throws TooManyInstancesException
linksets
- the Signalling linksets to be combined
with this linkset.public java.lang.Integer getActiveLinkCount()
public void setActiveLinkCount(java.lang.Integer numberOfActiveLinks) throws java.lang.IllegalArgumentException
numberOfActiveLinks
- the required number of active linkspublic java.lang.Boolean isCombinedLinkSet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |