Uses of Interface
org.psepr.jClient.RouterManager

Uses of RouterManager in org.psepr.jClient
 

Classes in org.psepr.jClient that implement RouterManager
 class SimpleRouterManager
          Simple router manager that reads the list of routers from the configuration file and keeps connection information information in a file.
 

Methods in org.psepr.jClient that return RouterManager
static RouterManager PsEPRService.getRouterManager()
           
 

Methods in org.psepr.jClient with parameters of type RouterManager
static void PsEPRService.setRouterManager(RouterManager xx)