Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.1

E37524-01


com.bea.wlcp.wlng.tier_routing
Interface TierRoutingManagerMBean


public interface TierRoutingManagerMBean

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

addTierRoute

public void addTierRoute(String endpointExpression,
                         String clusterName,
                         int index)
                  throws ManagementException
Add a route which contains an endpoint expression and a cluster's name in a specific position in the route list.
Parameters:
endpointExpression - A regular expression
clusterName - Cluster's name
index - 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.
Throws:
ManagementException

listTierRoutes

public TierRouteDesc[] listTierRoutes()
                               throws ManagementException
Returns the list of route information. The form is "endpoint expression" and "cluster name".
Throws:
ManagementException

removeTierRoute

public void removeTierRoute(int index)
                     throws ManagementException
Remove the stored route record according the given position.
Parameters:
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.
Throws:
ManagementException

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.1

E37524-01


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.