|
||||||||||
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). A Route specifies the pre-determined path, consisting of a succession of signaling points/signaling transfer points and the interconnecting signaling links, that a message takes through the signaling network between the origination point and the destination point. ie. A Route specifies the path an MSU should take to an adjacent or far-end node.
There are no statistics that can be collected for this MO
The following Alarms can be emitted by this MO
The following Errors can be emitted by this 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. |
Mtp3SapMO |
getDestSignallingPoint()
Gets the Service Access Point (SAP) that identifies the Destination Signalling Point of this Routeset. |
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 Routeset. |
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 |
setDestSignallingPoint(Mtp3SapMO destinationSignallingPoint)
Sets the Service Access Point (SAP) that identifies the Destination Signalling Point of this Routeset. |
void |
setLinkset(int index,
LinksetMO linkset)
Sets a Linkset at the specified position in the Linksets in this route |
void |
setLinkset(LinksetMO[] linksets)
Sets the Linksets in this route |
void |
setPriority(int priority)
Sets the priority of this Route within the containing Routeset. |
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,
addVetoableChangeListener,
getName,
getObjectId,
getProprietaryInformation,
removePropertyChangeListener,
removeVetoableChangeListener,
setName |
Field Detail |
public static final int ROUTE_AVAILABLE
public static final int ROUTE_UNAVAILABLE
public static final int ROUTE_RESTRICTED
Method Detail |
public Mtp3SapMO getDestSignallingPoint()
public void setDestSignallingPoint(Mtp3SapMO destinationSignallingPoint) throws java.beans.PropertyVetoException
destinationSignallingPoint
- the destination signalling point of
this Route.Note that the mechanism for checking for and throwing the PropertyVetoException is defined in the JavaBeans(tm) API specification
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) throws java.lang.IllegalArgumentException
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 arraypublic void setLinkset(int index, LinksetMO linkset) throws TooManyInstancesException
index
- the index position of the element in the arraylinkset
- the Linkset to be addedpublic void setLinkset(LinksetMO[] linksets) throws TooManyInstancesException
linksets
- the Linksets that compose this routepublic void clearLinksetList()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |