Hi Zemin,

> <from uri="quartz://report?cron=0+0/2+8-18+?+*+MON-FRI"/>
> I need to access the JobDetail

QuartzEndpoint quartzEndpoint = (QuartzEndpoint)
camelContext.getEdnpoint("quartz://report?cron=0+0/2+8-18+?+*+MON-FRI");
JobDetail jobDetail = quartzEndpoint.getJobDetail();

I'm afraid our documentation doesn't tell anything about accessing
endpoints internals in such manner :) . But yeah, this is definitely
possible.

Best regards.

--
Henryk Konsek
http://henryk-konsek.blogspot.com

Reply via email to