public class FIFOSchedulableBuilder extends Object implements SchedulableBuilder, Logging
| Constructor and Description |
|---|
FIFOSchedulableBuilder(Pool rootPool) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTaskSetManager(Schedulable manager,
java.util.Properties properties) |
void |
buildPools() |
Pool |
rootPool() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitializeIfNecessary, initializeLogging, isTraceEnabled, log_, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarningpublic FIFOSchedulableBuilder(Pool rootPool)
public Pool rootPool()
rootPool in interface SchedulableBuilderpublic void buildPools()
buildPools in interface SchedulableBuilderpublic void addTaskSetManager(Schedulable manager, java.util.Properties properties)
addTaskSetManager in interface SchedulableBuilder