Uses of Class
wt.router.RoundRobinRouter

Packages that use RoundRobinRouter
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 RoundRobinRouter in wt.router
 

Fields in wt.router declared as RoundRobinRouter
private  RoundRobinRouter Router.rrr
           
 

Methods in wt.router that return RoundRobinRouter
 RoundRobinRouter RouterIfc.getRoundRobinRouter()
          Gets the object for the association that plays role: ROUND_ROBIN_ROUTER.
 RoundRobinRouter Router.getRoundRobinRouter()
           
static RoundRobinRouter RoundRobinRouter.newRoundRobinRouter(String routerName, int routerNum, int nQueues)
          

Supported API: false
 

Methods in wt.router with parameters of type RoundRobinRouter
 void RouterIfc.setRoundRobinRouter(RoundRobinRouter a_RoundRobinRouter)
          Sets the object for the association that plays role: ROUND_ROBIN_ROUTER.
 void Router.setRoundRobinRouter(RoundRobinRouter a_RoundRobinRouter)