|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This inteface defines the methods of a Link Managed Object(MO).
| Field Summary | |
static int |
CONG_CONGESTED_LEVEL1
|
static int |
CONG_CONGESTED_LEVEL2
|
static int |
CONG_CONGESTED_LEVEL3
|
static int |
CONG_UNCONGESTED
|
| Fields inherited from class java.io.Serializable |
serialVersionUID |
| Method Summary | |
int |
getCongestionAbate(int congestionLevel)
Returns the value at which a link congestion situation ends for the specified congestion level. |
int |
getCongestionLevel()
Gets the Congestion Level of this Link. |
int |
getCongestionOnset(int congestionLevel)
Returns the value at which a link congestion situation starts for the specified congestion level. |
int |
getCurrentCapacity()
Returns the Current Capacity of this Link. |
void |
getDiscardAbate(int discardLevel)
Returns the value at which MSUs are no longer discarded for the specified discard level. |
void |
getDiscardOnset(int discardLevel)
Returns the value at which MSUs are discarded for the specified discard level. |
int |
getMaxCapacity()
Returns the Maximum Capacity of this Link. |
Mtp2SapMO |
getMtp2Sap()
Returns the Mtp2 Service Access Point associated with this Signalling Link. |
int |
getSignallingLinkCode()
Gets the Signalling Link Code (SLC) parameter of this Signalling Link. |
boolean |
isActive()
Returns whether this Signalling Link is active or innactive. |
boolean |
isEnabled()
Returns whether this Link is enabled or disabled (the operational state of this Link). |
boolean |
isInstalled()
Returns the Installed Status parameter of this Signalling Link. |
boolean |
isLinkNormal()
Returns the Link Normal Status parameter of this Signalling Link. |
boolean |
isLocallyBlocked()
Returns the Locally Blocked Status parameter of this Signalling Link. |
boolean |
isRoutingAllowed()
Returns whether it is administratively permitted to route SS7 MSUs towards the Destination Signalling Point via this Link (the Adiministrative State). |
boolean |
isSignallingLinkTestOn()
Returns the Signalling Link testing. |
boolean |
isTestPeriodically()
Returns whether the link is tested periodically |
void |
setActive(boolean active)
Activates or deactivates this Signalling Link. |
void |
setCongestionAbate(int congestionLevel,
int congestionAbate)
Sets the value at which a link congestion situation ends for the specified congestion level. |
void |
setCongestionOnset(int congestionLevel,
int congestionOnset)
Sets the value at which a link congestion situation starts for the specified congestion level. |
void |
setDiscardAbate(int discardLevel,
int discardOnset)
Sets the value at which MSUs are no longer discarded for the specified discard level. |
void |
setDiscardOnset(int discardLevel,
int discardOnset)
Sets the value at which MSUs are discarded for the specified discard level. |
void |
setEnabled(boolean enabled)
Sets the operational state of this link. |
void |
setInstalled(boolean installed)
Sets the Installed Status parameter of this Signalling Link. |
void |
setLinkNormal(boolean linkNormal)
Sets the Link Normal Status parameter of this Signalling Link. |
void |
setLocallyBlocked(boolean locallyBlocked)
Sets the Locally Blocked Status parameter of this Signalling Link. |
void |
setMtp2Sap(Mtp2SapMO mtp2Sap)
Sets the Mtp2 Service Access Point associated with this Signalling Link. |
void |
setRoutingAllowed(boolean allowed)
Sets whether it is administratively permitted to route SS7 MSUs towards the Destination Signalling Point via this Link (the Adiministrative State). |
void |
setSignallingLinkCode(int signallingLinkCode)
Sets the Signalling Link Code (SLC)of this Signalling Link. |
void |
setSignallingLinkTestOn(boolean signallingLinkTestOn)
Sets the Signalling Link testing. |
void |
setStatus(int status)
Returns the status of this Link (as defined in ITU Rec. |
void |
setTestPeriodically(boolean testPeriodically)
Sets the periodic testing of this signalling link |
| 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,
removePropertyChangeListener,
setName |
| Field Detail |
public static final int CONG_UNCONGESTED
public static final int CONG_CONGESTED_LEVEL1
public static final int CONG_CONGESTED_LEVEL2
public static final int CONG_CONGESTED_LEVEL3
| Method Detail |
public void setSignallingLinkCode(int signallingLinkCode)
public int getSignallingLinkCode()
public int getMaxCapacity()
public int getCurrentCapacity()
public void setStatus(int status)
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 int getCongestionLevel()
public void setActive(boolean active)
active - either:
public boolean isActive()
public void setInstalled(boolean installed)
public boolean isInstalled()
public void setLinkNormal(boolean linkNormal)
public boolean isLinkNormal()
public void setLocallyBlocked(boolean locallyBlocked)
public boolean isLocallyBlocked()
public void setSignallingLinkTestOn(boolean signallingLinkTestOn)
signallingLinkTestOn - TRUE if link testing is on, FALSE otherwise.public boolean isSignallingLinkTestOn()
public void setTestPeriodically(boolean testPeriodically)
testPeriodically - TRUE if periodic link testing is enabled.public boolean isTestPeriodically()
public void setCongestionOnset(int congestionLevel,
int congestionOnset)
congestionLevel - the congestion level (1, 2 or 3)congestionOnset - the value at which a link congestion
situation starts for the specified congestion level.public int getCongestionOnset(int congestionLevel)
congestionLevel - the congestion level (1, 2 or 3)
public void setCongestionAbate(int congestionLevel,
int congestionAbate)
congestionLevel - the congestion level (1, 2 or 3)congestionAbate - the value at which a link congestion
situation ends for the specified congestion level.public int getCongestionAbate(int congestionLevel)
congestionLevel - the congestion level (1, 2 or 3)
public void setDiscardOnset(int discardLevel,
int discardOnset)
discardLevel - the discard level (1, 2 or 3)discardOnset - the value MSUs are discarded for the specified discard level.public void getDiscardOnset(int discardLevel)
discardLevel - the discard level (1, 2 or 3)
public void setDiscardAbate(int discardLevel,
int discardOnset)
discardLevel - the discard level (1, 2 or 3)discardOnset - the value MSUs are no longer
discarded for the specified discard level.public void getDiscardAbate(int discardLevel)
discardLevel - the discard level (1, 2 or 3)public Mtp2SapMO getMtp2Sap()
public void setMtp2Sap(Mtp2SapMO mtp2Sap)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||