|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This inteface defines the methods of a Route Managed Object(MO).
| Field Summary | |
static int |
ROUTE_AVAILABLE
Indicates that this Route is available. |
static int |
ROUTE_RESTRICTED
Indicates that this Route is restricted. |
static int |
ROUTE_UNAVAILABLE
Indicates that this Route is unavailable. |
| Fields inherited from class java.io.Serializable |
serialVersionUID |
| Method Summary | |
void |
clearLinkSetList()
Removes all LinkSets from this LinkSet |
int |
getAvailability()
Returns the availability of this Route [ITU Rec. |
LinkSetMO |
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[] |
getLinkSet()
Gets the list of LinkSets in this route |
LinkSetMO |
getLinkSet(int index)
Gets the LinkSet at the specified position in the set of LinkSets in this route |
int |
getPriority()
Returns the priority of this Route within the containing ReouteSet. |
boolean |
isRoutingAllowed()
Returns whether it is administratively permitted to route SS7 MSUs towards the Destination Signalling Point via the firstLinkSet of this Route (the Adiministrative State). |
boolean |
isSignallingPointAccessible()
Indicates if the respective Destination Signalling Point is accessible via the firstLinkSet of this Route (the Operational State). |
void |
setLinkSet(int index,
LinkSetMO linkSet)
Sets a LinkSet at the specified position in the LinkSets in this route |
void |
setLinkSet(LinkSetMO[] linkSetList)
Sets the LinkSets in this route |
void |
setPriority(int priority)
Sets the priority of this Route within the containing ReouteSet. |
void |
setRoutingAllowed(boolean allowed)
Sets whether it is administratively permitted to route SS7 MSUs towards the Destination Signalling Point via the firstLinkSet of this Route (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,
removePropertyChangeListener,
setName |
| Field Detail |
public static final int ROUTE_AVAILABLE
public static final int ROUTE_UNAVAILABLE
public static final int ROUTE_RESTRICTED
| Method Detail |
public LinkSetMO getFirstLinkSet()
public boolean isSignallingPointAccessible()
public void setRoutingAllowed(boolean allowed)
allowed - either:
public boolean isRoutingAllowed()
public int getAvailability()
public int getPriority()
public void setPriority(int priority)
priority - the priority (The lower the value, the higher the priority)public LinkSetMO[] getLinkSet()
public LinkSetMO getLinkSet(int index)
index - the index position of the element in the array
public void setLinkSet(int index,
LinkSetMO linkSet)
index - the index position of the element in the arraylinkSet - the LinkSet to be addedpublic void setLinkSet(LinkSetMO[] linkSetList)
linkSetList - the LinkSetspublic void clearLinkSetList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||