public interface JobListener
Modifier and Type | Method and Description |
---|---|
void |
afterJob()
The afterJob method receives control
after the job execution ends.
|
void |
beforeJob()
The beforeJob method receives control
before the job execution begins.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.