com.microsoft.tfs.util.shutdown
Class ShutdownManager.Priority

java.lang.Object
  extended by com.microsoft.tfs.util.TypesafeEnum
      extended by com.microsoft.tfs.util.shutdown.ShutdownManager.Priority
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
ShutdownManager

public static class ShutdownManager.Priority
extends com.microsoft.tfs.util.TypesafeEnum


Field Summary
static ShutdownManager.Priority EARLY
          Invoke this listener early in the shutdown sequence.
static ShutdownManager.Priority LATE
          Invoke this listener late in the shutdown sequence.
static ShutdownManager.Priority MIDDLE
          Invoke this listener after the early ones, and before the late ones.
 
Method Summary
 
Methods inherited from class com.microsoft.tfs.util.TypesafeEnum
compareTo, equals, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

EARLY

public static final ShutdownManager.Priority EARLY
Invoke this listener early in the shutdown sequence.


MIDDLE

public static final ShutdownManager.Priority MIDDLE
Invoke this listener after the early ones, and before the late ones.


LATE

public static final ShutdownManager.Priority LATE
Invoke this listener late in the shutdown sequence.



© 2015 Microsoft. All rights reserved.