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

dori.jasper.engine.JasperReport thread safe?


Recommended Posts

By: Maxime Levesque - maxime_levesque

dori.jasper.engine.JasperReport thread safe?

2002-08-29 07:35

 

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:47

 

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

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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...