wt.scheduler
Class StandardSchedulingService.ScheduleHistoryPurging
java.lang.Object
wt.scheduler.StandardSchedulingService.ScheduleHistoryPurging
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- StandardSchedulingService
- static class StandardSchedulingService.ScheduleHistoryPurging
- extends Object
- implements Runnable
Class for thread spawning of ScheduleHistoryPurging.
In order to enable threading mechanism, verify spawnScheduleHistoryPurging method.
- Since:
- Windchill R6 - build 36
- See Also:
spawnScheduleHistoryPurging
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sessionCtxt
private SessionContext sessionCtxt
StandardSchedulingService.ScheduleHistoryPurging
public StandardSchedulingService.ScheduleHistoryPurging(SessionContext sessionCtxtCtor)
run
public void run()
- Specified by:
run
in interface Runnable