Package edu.caltech.nanodb.client
Class SharedServerClient.Receiver
- java.lang.Object
-
- edu.caltech.nanodb.client.SharedServerClient.Receiver
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- SharedServerClient
private class SharedServerClient.Receiver extends java.lang.Object implements java.lang.Runnable
This helper class prints out the results that come back from the server. It is intended to run within a separate thread.
-
-
Constructor Summary
Constructors Constructor Description Receiver(java.io.PrintStream out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
void
shutdown()
-