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

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

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

Methods in com.wm.app.tn.db that throw RoutingException
static java.lang.String RROperations.delete(java.lang.String[] ruleIds, java.lang.String changeId, int[] indexes)
           
static java.lang.String RROperations.getLastChangeId()
           
static com.wm.data.IData RROperations.getMetaDataList()
           
static boolean RROperations.update(RoutingRule r)
           
static boolean RROperations.updateStatus(RoutingRule rule)
           
 

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

Methods in com.wm.app.tn.route that throw RoutingException
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.getLastChangeId()
          Returns the current LastChangeID of this server
static com.wm.data.IData RoutingRuleStore.getMetaDataList()
           
static RoutingRule RoutingRuleStore.getRule(java.lang.String ruleId)
           
static RoutingRule RoutingRuleStore.getRuleByName(java.lang.String ruleName)
           
static void RoutingRuleStore.load()
           
static java.lang.String RoutingRuleStore.move(java.lang.String[][] rules, int insertAt, java.lang.String changeId)
           
static int RoutingRuleStore.save(RoutingRuleList list)
          Deprecated.  
static RoutingRuleList RoutingRuleStore.simpleRuleNameSearch(java.lang.String ruleName)
           
static void RoutingRuleStore.update(RoutingRule rule)
           
static void RoutingRuleStore.updateStatus(RoutingRule rule)