com.ibm.jbatch.spi.services
Interface IBatchConfig

All Known Implementing Classes:
BatchConfigImpl

public interface IBatchConfig

Only getters are provided here since the fields will be set in specially-defined ways.


Method Summary
 Properties getConfigProperties()
           
 DatabaseConfigurationBean getDatabaseConfigurationBean()
           
 boolean isJ2seMode()
           
 

Method Detail

isJ2seMode

boolean isJ2seMode()

getDatabaseConfigurationBean

DatabaseConfigurationBean getDatabaseConfigurationBean()

getConfigProperties

Properties getConfigProperties()


Copyright © 2013. All Rights Reserved.