com.ptc.wvs.server.loader
Class TicketLocator
java.lang.Object
com.ptc.wvs.server.loader.TicketLocator
- All Implemented Interfaces:
- Runnable
- class TicketLocator
- extends Object
- implements Runnable
Method Summary |
void |
run()
|
void |
run(boolean debugMode)
|
void |
stop()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
directory
private String directory
running
private boolean running
VERBOSE
private boolean VERBOSE
TicketLocator
TicketLocator(String scanDirectory)
stop
public void stop()
run
public void run()
- Specified by:
run
in interface Runnable
run
public void run(boolean debugMode)