Package org.apache.batchee.cdi.impl
Class StepContextImpl
- java.lang.Object
- 
- org.apache.batchee.cdi.impl.BaseContext
- 
- org.apache.batchee.cdi.impl.StepContextImpl
 
 
- 
- All Implemented Interfaces:
- javax.enterprise.context.spi.Context
 
 @Typed public class StepContextImpl extends BaseContext 
- 
- 
Field Summary- 
Fields inherited from class org.apache.batchee.cdi.impl.BaseContextbm
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LongcurrentKey()voidexitStep()Class<? extends Annotation>getScope()- 
Methods inherited from class org.apache.batchee.cdi.impl.BaseContextendContext, get, get, getContextResolver, isActive
 
- 
 
- 
- 
- 
Method Detail- 
getScopepublic Class<? extends Annotation> getScope() 
 - 
currentKeyprotected Long currentKey() - Specified by:
- currentKeyin class- BaseContext
- Returns:
- current keys (we inherit contexts here) sorted by order (the last is the most specific)
 
 - 
exitSteppublic void exitStep() 
 
- 
 
-