Jump to content
We've recently updated our Privacy Statement, available here ×

Scheduling Interface Implemented?


xen0
Go to solution Solved by lucianc,

Recommended Posts

I have been looking through the jasperserver source code for a way to schedule a job. I want to do so through the php/Java bridge, so I'm looking for a way to call the scheduling code directly. All I could find was Java Interfaces. Are these interfaces implemented anywhere? How does the jsp server on tomcat schedule jobs?

 

Thanks in advance

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Solution

The main report scheduling interface is com.jaspersoft.jasperserver.api.engine.scheduling.service.ReportSchedulingService, and the built-in implementation is com.jaspersoft.jasperserver.api.engine.scheduling.ReportSchedulingFacade.

 

ReportJobsQuartzScheduler is a (sub) component which implements the Quartz job management used by ReportSchedulingFacade.

 

HTH,

Lucian

Link to comment
Share on other sites

Am I correct when saying this scheduler can not export reports to disk? That it writes the byte data of the output format to the database?

 

That being true if I wanted this functionality I would need to write my own scheduler?

 

Thanks

Link to comment
Share on other sites

xen0 wrote:

Am I correct when saying this scheduler can not export reports to disk? That it writes the byte data of the output format to the database?

 

Correct.

 

That being true if I wanted this functionality I would need to write my own scheduler?

 

Yes.

 

Regards,

Lucian

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...