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
-
call
public WatchDogResult call() throws Exception
- Specified by:
call
in interfaceCallable<WatchDogResult>
- Throws:
Exception
-
close
public void close() throws org.apache.tika.server.core.TikaServerWatchDog.DoNotRestartException, InterruptedException
- Throws:
org.apache.tika.server.core.TikaServerWatchDog.DoNotRestartException
InterruptedException
-
shutDown
public void shutDown()
-
-