InterviewSolution
| 1. |
Where You Will Mention The Cron Task Logic? Explain For 10 Instances? |
|
Answer» You have to SPECIFY the Cron TASK logic in java CLASS. Suppose for the ESCALATION Cron task you may DEFINE the login in psdi.app.escalation.engine.EscalationCronTask Class. Now if there are 10 Escalation Cron tasks instances are running that means there will be 10 java objects of EscalationCronTask class. You have to specify the Cron task logic in java class. Suppose for the escalation Cron task you may define the login in psdi.app.escalation.engine.EscalationCronTask Class. Now if there are 10 Escalation Cron tasks instances are running that means there will be 10 java objects of EscalationCronTask class. |
|