|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RouterMethodArg | |
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 RouterMethodArg in wt.router |
Subclasses of RouterMethodArg in wt.router | |
class |
PersistentRouterArg
Supported API: false Extendable: false |
class |
PrimitiveRouterArg
Supported API: false Extendable: false |
Fields in wt.router declared as RouterMethodArg | |
private RouterMethodArg |
ToDoItem.t_object
|
Methods in wt.router that return RouterMethodArg | |
RouterMethodArg |
ToDoItem.getT_object()
Gets the object for the association that plays role: T_OBJECT. |
private RouterMethodArg |
StandardRoutingService.getMethodArg(Object targetObject)
|
Methods in wt.router with parameters of type RouterMethodArg | |
void |
ToDoItem.setT_object(RouterMethodArg a_T_object)
Sets the object for the association that plays role: T_OBJECT. |
protected boolean |
RouterMethodArg.readVersion(RouterMethodArg thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |