Uses of Class
wt.router.RouterConfig

Packages that use RouterConfig
wt.router
router package — Routing Service

The routing service is designed to aid in scalability for different agent services by providing a convenient way to distribute execution of tasks to multiple Windchill method servers. 

 

Uses of RouterConfig in wt.router
 

Fields in wt.router declared as RouterConfig
private  RouterConfig Router.config
           
 

Methods in wt.router that return RouterConfig
 RouterConfig RouterIfc.getConfig()
          Gets the object for the association that plays role: CONFIG.
static RouterConfig RouterConfig.newRouterConfig(String routerName, int routerNum, RouterIfc router)
          

Supported API: false
 RouterConfig Router.getConfig()
           
 

Methods in wt.router with parameters of type RouterConfig
 void RouterIfc.setConfig(RouterConfig a_Config)
          Sets the object for the association that plays role: CONFIG.
 void Router.setConfig(RouterConfig a_Config)