net.sourceforge.acelogger.constants
Class ExecutorManagerConstants

java.lang.Object
  extended by net.sourceforge.acelogger.constants.ExecutorManagerConstants

public final class ExecutorManagerConstants
extends Object

This class defines constants related to ExecutorManager.

Since:
1.0.0
Version:
1.0.0
Author:
Zardi (https://sourceforge.net/users/daniel_zardi)

Field Summary
static ExecutorManager EMPTY
          A executor manager that do nothing.
static ExecutorManager NONE
          A executor manager suitable to indicate that no executor manager was found.
static int TERMINATION_TIMEOUT
          The timeout used for the shutdown process of this executor manager (in milliseconds).
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

public static final ExecutorManager EMPTY
A executor manager that do nothing. Suitable to be used when the log is disabled.


NONE

public static final ExecutorManager NONE
A executor manager suitable to indicate that no executor manager was found.


TERMINATION_TIMEOUT

public static final int TERMINATION_TIMEOUT
The timeout used for the shutdown process of this executor manager (in milliseconds).

See Also:
Constant Field Values


Copyright © 2007-2010 The AceLogger Team. All Rights Reserved.