Stellent
HowToComponents
JavaDoc

intradoc.common
Class ShutdownRequestListener

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--intradoc.common.ShutdownRequestListener
All Implemented Interfaces:
java.lang.Runnable

public class ShutdownRequestListener
extends java.lang.Thread


Field Summary
protected  long m_handle
           
protected  boolean m_initialized
           
protected  NativeOsUtils m_utils
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ShutdownRequestListener()
           
 
Method Summary
 boolean init(java.lang.String identifier)
          init() returns true if shutdown request listening is supported on this platform.
 void run()
           
 
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
 

Field Detail

m_utils

protected NativeOsUtils m_utils

m_initialized

protected boolean m_initialized

m_handle

protected long m_handle
Constructor Detail

ShutdownRequestListener

public ShutdownRequestListener()
Method Detail

init

public boolean init(java.lang.String identifier)
init() returns true if shutdown request listening is supported on this platform.


run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread


(c) 1996-2005  All rights reserved.  Stellent, Inc.