Java org.springframework.batch.core.scope.context JobContext fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.core.scope.context JobContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.core.scope.context JobContext.

The text is from its open source code.

Method

ObjectgetAttribute(String name)
StringgetId()
MapgetJobExecutionContext()
voidregisterDestructionCallback(String name, Runnable callback)
Allow clients to register callbacks for clean up on close.
ObjectremoveAttribute(String name)
Override base class behaviour to ensure destruction callbacks are unregistered as well as the default behaviour.
voidsetAttribute(String name, Object value)