com.sun.grid.jgrid.server
Class JCEPHandler.LogFlusher

java.lang.Object
  extended byjava.lang.Thread
      extended bycom.sun.grid.jgrid.server.JCEPHandler.LogFlusher
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
JCEPHandler

private static class JCEPHandler.LogFlusher
extends java.lang.Thread

A helper class used as a shutdown hook. Its only purpose is to call flushLogs().

See Also:
JCEPHandler.flushLogs()

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
private JCEPHandler.LogFlusher()
           
 
Method Summary
 void run()
          Used as a shutdown hook.
 
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

JCEPHandler.LogFlusher

private JCEPHandler.LogFlusher()
Method Detail

run

public void run()
Used as a shutdown hook. Its only purpose is to call flushLogs().

See Also:
JCEPHandler.flushLogs()