Package org.apache.tika.server.core
Class TikaServerWatchDog
- java.lang.Object
- 
- org.apache.tika.server.core.TikaServerWatchDog
 
- 
- All Implemented Interfaces:
- Callable<WatchDogResult>
 
 public class TikaServerWatchDog extends Object implements Callable<WatchDogResult> 
- 
- 
Method Detail- 
callpublic WatchDogResult call() throws Exception - Specified by:
- callin interface- Callable<WatchDogResult>
- Throws:
- Exception
 
 - 
closepublic void close() throws org.apache.tika.server.core.TikaServerWatchDog.DoNotRestartException, InterruptedException- Throws:
- org.apache.tika.server.core.TikaServerWatchDog.DoNotRestartException
- InterruptedException
 
 - 
shutDownpublic void shutDown() 
 
- 
 
-