|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.1 E37524-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 an endpoint expression and a cluster's name in a specific position in the route list. |
TierRouteDesc[] |
listTierRoutes() Returns the list of route information. |
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 ManagementException will be thrown.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 thrown.ManagementException
|
Oracle Communications Services Gatekeeper OAM Java API Reference 5.1 E37524-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |