Interface NonTransactionalJobHandler

All Superinterfaces:
JobHandler

public interface NonTransactionalJobHandler extends JobHandler
Internal interface for non-transactional job handler implementations. This interface extends from the regular JobHandler, however the 'normal' execute method should not be called, because there's no VariableScope or CommandContext available as no transaction is currently ongoing when the job is executed.
Author:
Joram Barrez