Within a single request processing period for a particular client connection
the RunData object is the same one, but after the processing ends, the
object goes to a pool, its contents are disposed and the same object will be
reused for future connections. 

-- Ilkka


> -----Original Message-----
> From: ext Henning P. Schmiedehausen [mailto:[EMAIL PROTECTED]]
> Sent: 16. May 2001 17:40
> To: [EMAIL PROTECTED]
> Subject: RunData Object
> 
> 
> Hi,
> 
> is it legal to keep a private reference to the RunData object handled
> down from the Turbine into an action method and reuse it?
> 
> In my concrete case, I have access to a RunData object at object
> creation time and currently I keep a copy of this object in a private
> variable in the new object, because I need it in some other methods of
> the object (namely for TableLinks) where I have no access to a RunData
> object.
> 
> Must I be prepared, that I could get another object everytime 
> one of my
> methods is called by Turbine or will I always get the same object?
> 
>       Regards
>               Henning
> 
> -- 
> Dipl.-Inf. (Univ.) Henning P. Schmiedehausen       -- 
> Geschaeftsfuehrer
> INTERMETA - Gesellschaft fuer Mehrwertdienste mbH     [EMAIL PROTECTED]
> 
> Am Schwabachgrund 22  Fon.: 09131 / 50654-0   [EMAIL PROTECTED]
> D-91054 Buckenhof     Fax.: 09131 / 50654-20   
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to