Uses of Class
com.ibm.jbatch.spi.DatabaseConfigurationBean
-
-
Uses of DatabaseConfigurationBean in com.ibm.jbatch.spi
Methods in com.ibm.jbatch.spi that return DatabaseConfigurationBean Modifier and Type Method Description DatabaseConfigurationBeanBatchSPIManager. getDataBaseConfigurationBean()This is not the method that the jbatch implementation will call to get the final configuration, and lock off further updates.DatabaseConfigurationBeanBatchSPIManager. getFinalDatabaseConfiguration()Called by the core batch runtime at the point when it is ready to harden the database configuration.Methods in com.ibm.jbatch.spi with parameters of type DatabaseConfigurationBean Modifier and Type Method Description voidBatchSPIManager. registerDatabaseConfigurationBean(DatabaseConfigurationBean bean)This only will have an impact if the batch container has not already hardened its persistent store database configuration.
-