Tabnine Logo
JsrXmlApplicationContext.storeJobParameters
Code IndexAdd Tabnine to your IDE (free)

How to use
storeJobParameters
method
in
org.springframework.batch.core.jsr.configuration.xml.JsrXmlApplicationContext

Best Java code snippets using org.springframework.batch.core.jsr.configuration.xml.JsrXmlApplicationContext.storeJobParameters (Showing top 4 results out of 315)

origin: spring-projects/spring-batch

/**
 * <p>
 * Create a new context instance using the provided {@link Properties} representing job
 * parameters when pre-processing the job definition document.
 * </p>
 *
 * @param jobParameters the {@link Properties} representing job parameters
 */
public JsrXmlApplicationContext(Properties jobParameters) {
  reader.setDocumentReaderClass(JsrBeanDefinitionDocumentReader.class);
  reader.setEnvironment(this.getEnvironment());
  storeJobParameters(jobParameters);
}
origin: apache/servicemix-bundles

/**
 * <p>
 * Create a new context instance using the provided {@link Properties} representing job
 * parameters when pre-processing the job definition document.
 * </p>
 *
 * @param jobParameters the {@link Properties} representing job parameters
 */
public JsrXmlApplicationContext(Properties jobParameters) {
  reader.setDocumentReaderClass(JsrBeanDefinitionDocumentReader.class);
  reader.setEnvironment(this.getEnvironment());
  storeJobParameters(jobParameters);
}
origin: org.springframework.batch/spring-batch-core

/**
 * <p>
 * Create a new context instance using the provided {@link Properties} representing job
 * parameters when pre-processing the job definition document.
 * </p>
 *
 * @param jobParameters the {@link Properties} representing job parameters
 */
public JsrXmlApplicationContext(Properties jobParameters) {
  reader.setDocumentReaderClass(JsrBeanDefinitionDocumentReader.class);
  reader.setEnvironment(this.getEnvironment());
  storeJobParameters(jobParameters);
}
origin: org.springframework.batch.core/org.motechproject.org.springframework.batch.core

/**
 * <p>
 * Create a new context instance using the provided {@link Properties} representing job
 * parameters when pre-processing the job definition document.
 * </p>
 *
 * @param jobParameters the {@link Properties} representing job parameters
 */
public JsrXmlApplicationContext(Properties jobParameters) {
  reader.setDocumentReaderClass(JsrBeanDefinitionDocumentReader.class);
  reader.setEnvironment(this.getEnvironment());
  storeJobParameters(jobParameters);
}
org.springframework.batch.core.jsr.configuration.xmlJsrXmlApplicationContextstoreJobParameters

Popular methods of JsrXmlApplicationContext

  • <init>
    Create a new context instance using the provided Properties representing job parameters when pre-pr
  • close
  • getBean
  • load
    Load bean definitions from the given XML resources.
  • refresh
  • registerBeanDefinition
  • setValidating
    Set whether to use XML validation. Default is true.
  • getBeanNamesForType
  • isActive
  • setParent
  • getEnvironment
  • getBeanFactory
  • getEnvironment,
  • getBeanFactory,
  • containsBeanDefinition,
  • getBeanDefinition

Popular in Java

  • Making http post requests using okhttp
  • getResourceAsStream (ClassLoader)
  • getSupportFragmentManager (FragmentActivity)
  • startActivity (Activity)
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • GridBagLayout (java.awt)
    The GridBagLayout class is a flexible layout manager that aligns components vertically and horizonta
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • Runner (org.openjdk.jmh.runner)
  • Top Vim plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now