Class ServiceRegistry


  • public class ServiceRegistry
    extends Object
    • Constructor Detail

      • ServiceRegistry

        public ServiceRegistry()
    • Method Detail

      • getSystemPropertyOverrides

        public static Properties getSystemPropertyOverrides()
        If a system property is found with key equal to: A.B where A is the current classname and B is some constant String defined in ServicePropertyNames, then the value V of this system property will be included in a new property added to the return value Properties object. The return value will include a property with key B and value V. E.g. a system property (key=value) of: (com.ibm.jbatch.spi.ServiceRegistry.TRANSACTION_SERVICE=XXXX) will result in the return value including a property of: (TRANSACTION_SERVICE=XXXX)
        Returns:
        Properties object as defined above.