org.realtor.rets.util
Class HealthCheck.Listener

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--org.realtor.rets.util.HealthCheck.Listener
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
HealthCheck

private class HealthCheck.Listener
extends java.lang.Thread

This object is used to listen to a port for a stop request.


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
HealthCheck.Listener()
          Default constructor.
 
Method Summary
 void run()
          Method used to run the listener that is used to stop the health check process.
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HealthCheck.Listener

public HealthCheck.Listener()
Default constructor.

Method Detail

run

public void run()
Method used to run the listener that is used to stop the health check process.

Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread


Copyright © 2002 National Association of Realtors - All Rights Reserved.