JAFS API v2

org.openafs.jafs
Class AFSShutdownHandler

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--org.openafs.jafs.AFSShutdownHandler
All Implemented Interfaces:
Runnable

class AFSShutdownHandler
extends Thread

Class that handles graceful AFS application shutdown procedures by instructing the native library to inform the file system server that it is shutting down.

Version:
1.0, 06/13/2001

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
AFSShutdownHandler()
           
 
Method Summary
 void run()
          This is the execution method satisfying the interface requirement as a stand alone runnable thread.
 
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

AFSShutdownHandler

public AFSShutdownHandler()
Method Detail

run

public void run()
This is the execution method satisfying the interface requirement as a stand alone runnable thread.

This method will automatically be invoked by the Thread instantiator.

Specified by:
run in interface Runnable
Overrides:
run in class Thread
See Also:
Token.shutdown()

JAFS API v2