|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.0 E21718-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Tier Routing Manager MBean
Method Summary | |
void |
addTierRoute(String endpointExpression, String clusterName, int index) Add a route which contains endpoint expression and cluster's name in specific position in route list. |
TierRouteDesc[] |
listTierRoutes() Returns the list of route information, the form is "endpoint expression" and "cluster name". |
void |
removeTierRoute(int index) Remove the stored route record according the given position. |
Method Detail |
public void addTierRoute(String endpointExpression, String clusterName, int index) throws ManagementException
endpointExpression
- A regular expressionclusterName
- Cluster's Nameindex
- The position (start from 0) used to insert the route, if the value is less than 0 or greater than the max size of the route list, a ManagementExeption will be threw.ManagementException
public TierRouteDesc[] listTierRoutes() throws ManagementException
ManagementException
public void removeTierRoute(int index) throws ManagementException
index
- The route in the this specific position would be deleted. if the value is less than 0 or equal to or greater than the max size of the route list, a ManagementExeption will be threw.ManagementException
|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.0 E21718-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |