Uses of Class
com.wm.app.tn.route.StaleRuleListException

Packages that use StaleRuleListException
com.wm.app.tn.db   
com.wm.app.tn.route   
 

Uses of StaleRuleListException in com.wm.app.tn.db
 

Methods in com.wm.app.tn.db that throw StaleRuleListException
static java.lang.String RROperations.add(RoutingRule r, java.lang.String changeId)
           
static java.lang.String RROperations.delete(java.lang.String[] ruleIds, java.lang.String changeId, int[] indexes)
           
static java.lang.String RROperations.move(java.lang.String[][] rules, int insertAt, java.lang.String changeId)
           
 

Uses of StaleRuleListException in com.wm.app.tn.route
 

Methods in com.wm.app.tn.route that throw StaleRuleListException
static java.lang.String RoutingRuleStore.add(RoutingRule rule, java.lang.String changeId)
           
static java.lang.String RoutingRuleStore.delete(java.lang.String[] ruleIds, java.lang.String changeId)
           
static java.lang.String RoutingRuleStore.move(java.lang.String[][] rules, int insertAt, java.lang.String changeId)