Uses of Interface
wt.router.RouterIfc

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

Classes in wt.router that implement RouterIfc
(package private)  class Router
           
 

Methods in wt.router with parameters of type RouterIfc
 void StandardRoutingService.postMethod(RouterIfc router, Method method, Serializable targetObject, Serializable[] args)
          

Supported API: false
 String StandardRoutingService.getQueueName(RouterIfc router, int qNum)
          

Supported API: false
 void StandardRoutingService.subscribeOnRoutingEvent(Class eventClass, RouterIfc router)
          

Supported API: false
private  void StandardRoutingService.processImmediateMode(RouterIfc router, Method method, boolean putCoverWrapper, Serializable targetObject, Serializable[] args)
           
private  void StandardRoutingService.processImmediateMode(RouterIfc router, Method method, boolean putCoverWrapper, Serializable targetObject, Serializable[] args, ScheduleHistory hItem)
          processImmediateMode - used immediate mode and when executing "todo" items.
private  void StandardRoutingService.processTodoMode(RouterIfc router, Method method, Serializable targetObject, Serializable[] args)
           
 void RoutingService.postMethod(RouterIfc router, Method method, Serializable targetObject, Serializable[] args)
          

Supported API: false
 String RoutingService.getQueueName(RouterIfc router, int qNum)
          

Supported API: false
 void RoutingService.subscribeOnRoutingEvent(Class eventClass, RouterIfc router)
          

Supported API: false
static RouterConfig RouterConfig.newRouterConfig(String routerName, int routerNum, RouterIfc router)
          

Supported API: false
 void RoundRobinRouter.postToQueue(RouterIfc router, WTPrincipal princ, String t_method, String t_class, Class[] arg_types, Serializable[] args)
          

Supported API: false