Package org.apache.maven.surefire.booter
Class ForkedBooter.PingScheduler
- java.lang.Object
-
- org.apache.maven.surefire.booter.ForkedBooter.PingScheduler
-
- Enclosing class:
- ForkedBooter
private static class ForkedBooter.PingScheduler extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.concurrent.ScheduledExecutorService
pingScheduler
private PpidChecker
pluginProcessChecker
-
Constructor Summary
Constructors Constructor Description PingScheduler(java.util.concurrent.ScheduledExecutorService pingScheduler, PpidChecker pluginProcessChecker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
shutdown()
-
-
-
Field Detail
-
pingScheduler
private final java.util.concurrent.ScheduledExecutorService pingScheduler
-
pluginProcessChecker
private final PpidChecker pluginProcessChecker
-
-
Constructor Detail
-
PingScheduler
PingScheduler(java.util.concurrent.ScheduledExecutorService pingScheduler, PpidChecker pluginProcessChecker)
-
-