|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This inteface defines the methods of a RouteSet Managed Object(MO). A RouteSet defines all of the signaling routes that may be used between an originating point and a destination point by a message traversing the signaling network.
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 |
getCongestionLevel()
Gets the Congestion Level of this Route Set. |
Mtp3SapMO |
getDestSignallingPoint()
Gets the Service Access Point (SAP) that identifies the Destination Signalling Point of this Route Set. |
RouteMO[] |
getRoute()
Gets the list of Routes in this route set |
RouteMO |
getRoute(int index)
Gets the route at the specified position in this route set. |
boolean |
isLoadSharing()
Indicates if this Route Set supports Load Sharing. |
boolean |
isRoutingAllowed()
Returns whether it is administratively permitted to route SS7 MSUs towards the Destination Signalling Point of this RouteSet (the Adiministrative State). |
boolean |
isSignallingPointAccessible()
Indicates if the Destination Signalling Point of this Route Set is accessible (the Operational State). |
void |
setDestSignallingPoint(Mtp3SapMO destinationSignallingPoint)
Sets the Service Access Point (SAP) that identifies the Destination Signalling Point of this Route Set. |
void |
setLoadSharing(boolean loadSharing)
Sets whether or not this Route Set supports Load Sharing. |
void |
setRoute(int index,
RouteMO route)
Sets the route at the specified position in this route set. |
void |
setRoute(RouteMO[] routes)
Sets the array of Routes in this route set. |
void |
setRoutingAllowed(boolean allowed)
Sets whether it is administratively permitted to route SS7 MSUs towards the Destination Signalling Point of this RouteSet (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 |
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 Mtp3SapMO getDestSignallingPoint()
public void setDestSignallingPoint(Mtp3SapMO destinationSignallingPoint)
destinationSignallingPoint
- the destination signalling point of
this Reoute Set.public void setLoadSharing(boolean loadSharing)
loadSharing
- either:
public boolean isLoadSharing()
public boolean isSignallingPointAccessible()
public void setRoutingAllowed(boolean allowed)
allowed
- either:
public boolean isRoutingAllowed()
public int getCongestionLevel()
public RouteMO[] getRoute()
public void setRoute(RouteMO[] routes) throws TooManyInstancesException
/routes
- the routes to be set for this route setpublic RouteMO getRoute(int index)
index
- the index of the element in the arraypublic void setRoute(int index, RouteMO route) throws TooManyInstancesException
index
- the index of the element in the array/routeList
- the routes to be set for this route set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |