Uses of Class
wt.scheduler.ItemArguments

Packages that use ItemArguments
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 ItemArguments in wt.scheduler
 

Methods in wt.scheduler that return ItemArguments
static ItemArguments ItemArguments.newItemArguments(ScheduleItem theScheduleItem, ScheduleMethodArg args)
          Default factory for the class.
 

Methods in wt.scheduler with parameters of type ItemArguments
protected  boolean ItemArguments.readVersion(ItemArguments thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.