Package com.ibm.jbatch.spi.services
Interface IBatchConfig
-
- All Known Implementing Classes:
BatchConfigImpl
public interface IBatchConfigOnly getters are provided here since the fields will be set in specially-defined ways.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertiesgetConfigProperties()com.ibm.jbatch.spi.DatabaseConfigurationBeangetDatabaseConfigurationBean()booleanisJ2seMode()
-
-
-
Method Detail
-
isJ2seMode
boolean isJ2seMode()
-
getDatabaseConfigurationBean
com.ibm.jbatch.spi.DatabaseConfigurationBean getDatabaseConfigurationBean()
-
getConfigProperties
Properties getConfigProperties()
-
-