org.compass.core.config
Class CompassEnvironment.ExecutorManager.Scheduled

java.lang.Object
  extended by org.compass.core.config.CompassEnvironment.ExecutorManager.Scheduled
Enclosing class:
CompassEnvironment.ExecutorManager

public abstract class CompassEnvironment.ExecutorManager.Scheduled
extends Object

A set of settings for the scheduled executor manager (based on java.util.concurrent).


Field Summary
static String CORE_POOL_SIZE
          The core pool size that is used with the scheduled executor service.
static String NAME
          The name (type) of the scheduled executor manager.
 
Constructor Summary
CompassEnvironment.ExecutorManager.Scheduled()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
The name (type) of the scheduled executor manager.

See Also:
Constant Field Values

CORE_POOL_SIZE

public static final String CORE_POOL_SIZE
The core pool size that is used with the scheduled executor service. Defaults to 10.

See Also:
Constant Field Values
Constructor Detail

CompassEnvironment.ExecutorManager.Scheduled

public CompassEnvironment.ExecutorManager.Scheduled()


Copyright (c) 2004-2008 The Compass Project.