Tabnine Logo
StepState.handle
Code IndexAdd Tabnine to your IDE (free)

How to use
handle
method
in
org.springframework.batch.core.job.flow.support.state.StepState

Best Java code snippets using org.springframework.batch.core.job.flow.support.state.StepState.handle (Showing top 4 results out of 315)

origin: spring-projects/spring-batch

  @Override
  public FlowExecutionStatus handle(FlowExecutor executor) throws Exception {
    FlowExecutionStatus result = super.handle(executor);

    executor.getJobExecution().getExecutionContext().put("batch.lastSteps", Collections.singletonList(getStep().getName()));

    return result;
  }
}
origin: apache/servicemix-bundles

  @Override
  public FlowExecutionStatus handle(FlowExecutor executor) throws Exception {
    FlowExecutionStatus result = super.handle(executor);

    executor.getJobExecution().getExecutionContext().put("batch.lastSteps", Collections.singletonList(getStep().getName()));

    return result;
  }
}
origin: org.springframework.batch/spring-batch-core

  @Override
  public FlowExecutionStatus handle(FlowExecutor executor) throws Exception {
    FlowExecutionStatus result = super.handle(executor);

    executor.getJobExecution().getExecutionContext().put("batch.lastSteps", Collections.singletonList(getStep().getName()));

    return result;
  }
}
origin: org.springframework.batch.core/org.motechproject.org.springframework.batch.core

  @Override
  public FlowExecutionStatus handle(FlowExecutor executor) throws Exception {
    FlowExecutionStatus result = super.handle(executor);

    executor.getJobExecution().getExecutionContext().put("batch.lastSteps", Collections.singletonList(getStep().getName()));

    return result;
  }
}
org.springframework.batch.core.job.flow.support.stateStepStatehandle

Popular methods of StepState

  • <init>
  • getStep

Popular in Java

  • Parsing JSON documents to java classes using gson
  • setRequestProperty (URLConnection)
  • onRequestPermissionsResult (Fragment)
  • setScale (BigDecimal)
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • JButton (javax.swing)
  • 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