ChunkListener is a simple interface just providing two simple beforeChunk() and afterChunk() methods.
How can I access JobParameters, ChunkContext, etc in my ChunkListener ?

More specifically, I need to set some ThreadLocals (like the current user) for my jobs to use.
Is ChunkListener the right place for this ?

Iman