Hello.
I have situation in SLSB:
private int a;
//remote method
public void myMethod(){
p1();
......
......
}
private void p1(){
this.a = 1;
}
May I be sure that bean private variable "a" not change value during executing
myMethod() ?
thanks in advance
gienasek
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998563#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...