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#3998563

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998563
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to