By: Maxime Levesque - maxime_levesque
dori.jasper.engine.JasperReport thread safe?
2002-08-29 07:39
If it is I will use a single instance of every reports
to serve every one, otherwise I will have to clone
it before use... It seems like it would be a good
sense for it to be a read only class, but
the docs don't say.....
By: Teodor Danciu - teodord
RE: dori.jasper.engine.JasperReport thread safe?
2002-08-29 07:53
Hi,
Yes it is.
You can reuse your JasperReports objects.
As you can see from the docs, the JasperReport
objects are read-only.
They only have getXXX() methods and no setXXX().
Thank you,
Teodor
dori.jasper.engine.JasperReport thread safe?
2002-08-29 07:39
If it is I will use a single instance of every reports
to serve every one, otherwise I will have to clone
it before use... It seems like it would be a good
sense for it to be a read only class, but
the docs don't say.....
By: Teodor Danciu - teodord
RE: dori.jasper.engine.JasperReport thread safe?
2002-08-29 07:53
Hi,
Yes it is.
You can reuse your JasperReports objects.
As you can see from the docs, the JasperReport
objects are read-only.
They only have getXXX() methods and no setXXX().
Thank you,
Teodor
0 Answers:
No answers yet