Package org.tanukisoftware.wrapper.test
Class DelayedIORestarter
- java.lang.Object
-
- org.tanukisoftware.wrapper.test.DelayedIORestarter
-
public class DelayedIORestarter extends java.lang.Object
This test is designed to make sure the Wrapper handles the case where the JVM is restarted while the Wrapper is blocking due to a long disk IO queue. Prior to 3.5.11, the Wrapper would sometimes exit before it noticed that the JVM had wanted to restart.
-
-
Constructor Summary
Constructors Constructor Description DelayedIORestarter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-