|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodArgument | |
com.ptc.wvs.server.schedule | |
wt.queue | Overview |
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. |
wt.scheduler |
scheduler package — Scheduling Service The scheduling service is responsible for scheduling the execution of resource-intensive methods, and keeping a history of their outcomes. |
Uses of MethodArgument in com.ptc.wvs.server.schedule |
Methods in com.ptc.wvs.server.schedule that return MethodArgument | |
private static MethodArgument[] |
SchedulerHelper.getArgsUtil(ScheduleItem item)
Temporary just until the scheduler is correctly submitted |
Uses of MethodArgument in wt.queue |
Methods in wt.queue with parameters of type MethodArgument | |
protected boolean |
MethodArgument.readVersion(MethodArgument thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
protected boolean |
MethodArgument.readVersion(MethodArgument thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Uses of MethodArgument in wt.router |
Fields in wt.router declared as MethodArgument | |
private MethodArgument |
PrimitiveRouterArg.arg
|
Methods in wt.router that return MethodArgument | |
MethodArgument |
PrimitiveRouterArg.getArg()
Gets the object for the association that plays role: arg. |
Methods in wt.router with parameters of type MethodArgument | |
void |
PrimitiveRouterArg.setArg(MethodArgument a_Arg)
Sets the object for the association that plays role: arg. |
private void |
PrimitiveRouterArg.argValidate(MethodArgument a_Arg)
|
Uses of MethodArgument in wt.scheduler |
Fields in wt.scheduler declared as MethodArgument | |
private MethodArgument |
PrimitiveArg.argVal
|
Methods in wt.scheduler that return MethodArgument | |
MethodArgument[] |
StandardSchedulingService.getItemMethodArguments(ScheduleItem theItem)
Supported API: false |
MethodArgument[] |
SchedulingServiceFwd.getItemMethodArguments(ScheduleItem theItem)
Supported API: false |
MethodArgument[] |
SchedulingService.getItemMethodArguments(ScheduleItem theItem)
Supported API: false |
MethodArgument |
ScheduleMethodArg.getMethodArgument()
Returns the queue.MethodArgument for use in the method invocation. |
MethodArgument[] |
ScheduleItemUtil.getArgs()
This method retrieves all of the schedule method arguments for the current record. |
private MethodArgument[] |
ScheduleItem.getArgs()
Get method arguments for target method |
MethodArgument |
PrimitiveArg.getArgVal()
Gets the object for the association that plays role: ARG_VAL. |
MethodArgument |
PrimitiveArg.getMethodArgument()
Supported API: false |
MethodArgument |
PersistantArg.getMethodArgument()
Supported API: false |
Methods in wt.scheduler with parameters of type MethodArgument | |
void |
PrimitiveArg.setArgVal(MethodArgument a_ArgVal)
Sets the object for the association that plays role: ARG_VAL. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |