Example #1
0
 /**
  * Check to see if the thread is running.
  *
  * @return {@code true} if the local server thread is running; {@code false} otherwise.
  */
 public boolean checkLocalServer() {
   return (thread != null) && thread.isAlive();
 }