org.oddjob
Interface OddjobServices
- All Superinterfaces:
- Services
- All Known Implementing Classes:
- OddjobServicesBean
public interface OddjobServices
- extends Services
Defines the internal services Oddjob uses to automatically
configure Jobs.
- Author:
- rob
ODDJOB_SERVICES
static final String ODDJOB_SERVICES
- See Also:
- Constant Field Values
CLASSLOADER_SERVICE
static final String CLASSLOADER_SERVICE
- See Also:
- Constant Field Values
SCHEDULED_EXECUTOR
static final String SCHEDULED_EXECUTOR
- See Also:
- Constant Field Values
POOL_EXECUTOR
static final String POOL_EXECUTOR
- See Also:
- Constant Field Values
INPUT_HANDLER
static final String INPUT_HANDLER
- See Also:
- Constant Field Values
getClassLoader
ClassLoader getClassLoader()
getOddjobExecutors
OddjobExecutors getOddjobExecutors()
getInputHandler
InputHandler getInputHandler()