Does the JobDetail API provide the same ammount of information as the JobDeliveryStatus? JobDeliveryStatus has the ArrivalEvent element that can contains the arriaval events associated with each job destination. Can I accomplish the same result by using the JobDetail API? (How?) Or should I use a combination of JobDetail and JobDeliveryStatus in order to be able to retrive the arrival events associated with each job destination?
Thanks,
Carlos.