com.ibm.websphere.batch.context

Class JobStepContextMgr

  1. java.lang.Object
  2. extended bycom.ibm.ws.batch.context.JobStepContextMgrBase
  3. extended bycom.ibm.websphere.batch.context.JobStepContextMgr

  1. public class JobStepContextMgr
  2. extends com.ibm.ws.batch.context.JobStepContextMgrBase
JobStepContextMgr provides access to the JobStepContext for the current batch job step.

Field Summary

Fields inherited from class com.ibm.ws.batch.context.JobStepContextMgrBase
_ctxHolder

Constructor Summary

Modifier Constructor and Description
  1. protected
JobStepContextMgr()

Method Summary

Modifier and Type Method and Description
  1. static
  2. JobStepContext
getContext()
Returns the JobStepContext of the currently executing job step.
Methods inherited from class com.ibm.ws.batch.context.JobStepContextMgrBase
initContext, removeContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

JobStepContextMgr

  1. protected JobStepContextMgr()

Method Detail

getContext

  1. public static JobStepContext getContext( )
Returns the JobStepContext of the currently executing job step.
Returns:
JobStepContext of the current job step.