Tabnine Logo
JobContext.unregisterDestructionCallbacks
Code IndexAdd Tabnine to your IDE (free)

How to use
unregisterDestructionCallbacks
method
in
org.springframework.batch.core.scope.context.JobContext

Best Java code snippets using org.springframework.batch.core.scope.context.JobContext.unregisterDestructionCallbacks (Showing top 4 results out of 315)

origin: spring-projects/spring-batch

/**
 * Override base class behaviour to ensure destruction callbacks are
 * unregistered as well as the default behaviour.
 *
 * @see SynchronizedAttributeAccessor#removeAttribute(String)
 */
@Override
@Nullable
public Object removeAttribute(String name) {
  unregisterDestructionCallbacks(name);
  return super.removeAttribute(name);
}
origin: org.springframework.batch.core/org.motechproject.org.springframework.batch.core

/**
 * Override base class behaviour to ensure destruction callbacks are
 * unregistered as well as the default behaviour.
 *
 * @see SynchronizedAttributeAccessor#removeAttribute(String)
 */
@Override
public Object removeAttribute(String name) {
  unregisterDestructionCallbacks(name);
  return super.removeAttribute(name);
}
origin: org.springframework.batch/spring-batch-core

/**
 * Override base class behaviour to ensure destruction callbacks are
 * unregistered as well as the default behaviour.
 *
 * @see SynchronizedAttributeAccessor#removeAttribute(String)
 */
@Override
@Nullable
public Object removeAttribute(String name) {
  unregisterDestructionCallbacks(name);
  return super.removeAttribute(name);
}
origin: apache/servicemix-bundles

/**
 * Override base class behaviour to ensure destruction callbacks are
 * unregistered as well as the default behaviour.
 *
 * @see SynchronizedAttributeAccessor#removeAttribute(String)
 */
@Override
@Nullable
public Object removeAttribute(String name) {
  unregisterDestructionCallbacks(name);
  return super.removeAttribute(name);
}
org.springframework.batch.core.scope.contextJobContextunregisterDestructionCallbacks

Popular methods of JobContext

  • getJobExecutionContext
  • getJobParameters
  • <init>
  • close
    Clean up the context at the end of a step execution. Must be called once at the end of a step execut
  • getAttribute
  • getId
  • registerDestructionCallback
    Allow clients to register callbacks for clean up on close.
  • setAttribute
  • removeAttribute
    Override base class behaviour to ensure destruction callbacks are unregistered as well as the defaul
  • attributeNames
  • equals
    Extend the base class method to include the job execution itself as a key (i.e. two contexts are onl
  • getJobExecution
    The current JobExecution that is active in this context.
  • equals,
  • getJobExecution,
  • getJobName,
  • getSystemProperties,
  • hasAttribute

Popular in Java

  • Making http post requests using okhttp
  • requestLocationUpdates (LocationManager)
  • setScale (BigDecimal)
  • addToBackStack (FragmentTransaction)
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • Notification (javax.management)
  • Best plugins for Eclipse
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