wt.fv
Class StandardFvService.UnreferencedFvItemsPurging

java.lang.Object
  extended bywt.fv.StandardFvService.UnreferencedFvItemsPurging
All Implemented Interfaces:
Runnable
Enclosing class:
StandardFvService

static class StandardFvService.UnreferencedFvItemsPurging
extends Object
implements Runnable

Class for thread spawning of ScheduleUnreferencedFvItemsPurging.

Since:
Windchill R6.2 - build
See Also:
spawnUnreferencedFvItemsPurging

Field Summary
private  SessionContext sessionCtxt
           
 
Constructor Summary
StandardFvService.UnreferencedFvItemsPurging(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

StandardFvService.UnreferencedFvItemsPurging

public StandardFvService.UnreferencedFvItemsPurging(SessionContext sessionCtxtCtor)
Method Detail

run

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