Hello all ,
I 'm a novice in EJB .
Here i have prob regarding class level variables  in stateless session
beans.
I have set  boolean cbflag  = false as class level variable. (which
happens to be its default value)

Two methods are using the same flag.
consider the case:
that client 'A' access a method in (EJB) where he sets the flag cbflag =
true and finishes his processing.

Now, if that client 'B'  connecting to same EJB and accessing  a
different method, in which he wants to use the default value of flag,
what will he get?

whether it would be true or false.
In other words , does the EJB wipe out the variable's value set by other
client ??

please help me ..

Thanks in advance.

regards
abhay






____________________________________________________
To change your JDJList options, please visit:
http://www.sys-con.com/java/list.cfm

Be respectful! Clean up your posts before replying
____________________________________________________

Reply via email to