wt.scheduler
Class StandardSchedulingService.ScheduleHistoryPurging

java.lang.Object
  extended bywt.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

Field Summary
private  SessionContext sessionCtxt
           
 
Constructor Summary
StandardSchedulingService.ScheduleHistoryPurging(SessionContext sessionCtxtCtor)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sessionCtxt

private SessionContext sessionCtxt
Constructor Detail

StandardSchedulingService.ScheduleHistoryPurging

public StandardSchedulingService.ScheduleHistoryPurging(SessionContext sessionCtxtCtor)
Method Detail

run

public void run()
Specified by:
run in interface Runnable