Package com.ibm.jbatch.spi
Interface ServiceRegistry.ServicePropertyNames
-
- Enclosing class:
- ServiceRegistry
public static interface ServiceRegistry.ServicePropertyNames
-
-
Field Summary
Fields Modifier and Type Field Description static StringBATCH_THREADPOOL_SERVICEstatic StringCONTAINER_ARTIFACT_FACTORY_SERVICEThis is only a valid plug point in the defaultServiceRegistry.ServiceImplClassNames.DELEGATING_ARTIFACT_FACTORY_DEFAULTstatic StringDELEGATING_ARTIFACT_FACTORY_SERVICEstatic StringDELEGATING_JOBXML_LOADER_SERVICEstatic StringJ2SE_MODEDoesn't fit well with the rest.static StringJOBXML_LOADER_SERVICEThis is only a valid plug point in the defaultServiceRegistry.ServiceImplClassNames.DELEGATING_JOBXML_LOADER_DEFAULTstatic StringTRANSACTION_SERVICE
-
-
-
Field Detail
-
BATCH_THREADPOOL_SERVICE
static final String BATCH_THREADPOOL_SERVICE
- See Also:
- Constant Field Values
-
CONTAINER_ARTIFACT_FACTORY_SERVICE
static final String CONTAINER_ARTIFACT_FACTORY_SERVICE
This is only a valid plug point in the defaultServiceRegistry.ServiceImplClassNames.DELEGATING_ARTIFACT_FACTORY_DEFAULT- See Also:
- Constant Field Values
-
DELEGATING_ARTIFACT_FACTORY_SERVICE
static final String DELEGATING_ARTIFACT_FACTORY_SERVICE
- See Also:
- Constant Field Values
-
DELEGATING_JOBXML_LOADER_SERVICE
static final String DELEGATING_JOBXML_LOADER_SERVICE
- See Also:
- Constant Field Values
-
J2SE_MODE
static final String J2SE_MODE
Doesn't fit well with the rest. This was originally configurable as a property in the properties file, so we want to treat this alongside the rest of the properties, even though if we were creating a brand new Java config interface then getting/setting this one would look a bit different.- See Also:
- Constant Field Values
-
JOBXML_LOADER_SERVICE
static final String JOBXML_LOADER_SERVICE
This is only a valid plug point in the defaultServiceRegistry.ServiceImplClassNames.DELEGATING_JOBXML_LOADER_DEFAULT- See Also:
- Constant Field Values
-
TRANSACTION_SERVICE
static final String TRANSACTION_SERVICE
- See Also:
- Constant Field Values
-
-