com.ibm.websphere.batch.context
Class JobStepContextMgr
- java.lang.Object
com.ibm.ws.batch.context.JobStepContextMgrBase
com.ibm.websphere.batch.context.JobStepContextMgr
- public class JobStepContextMgr
- extends com.ibm.ws.batch.context.JobStepContextMgrBase
Field Summary
| Fields inherited from class com.ibm.ws.batch.context.JobStepContextMgrBase |
|---|
_ctxHolder |
Constructor Summary
| Modifier | Constructor and Description |
|---|---|
|
JobStepContextMgr()
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
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
- protected JobStepContextMgr()
Method Detail
getContext
- public static JobStepContext getContext( )
Returns the JobStepContext of the currently executing job step.
Returns:
JobStepContext of the current job step.