Package org.h2.test.poweroff
Class Listener
- java.lang.Object
-
- org.h2.test.poweroff.Listener
-
- All Implemented Interfaces:
java.lang.Runnable
public class Listener extends java.lang.Object implements java.lang.RunnableThe listener application for the power off test. The listener runs on a computer that stays on during the whole test.
-
-
Constructor Summary
Constructors Constructor Description Listener()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String... args)This method is called when executing this application from the command line.voidrun()
-
-
-
Method Detail
-
main
public static void main(java.lang.String... args) throws java.io.IOExceptionThis method is called when executing this application from the command line.- Parameters:
args- the command line parameters- Throws:
java.io.IOException
-
run
public void run()
- Specified by:
runin interfacejava.lang.Runnable
-
-