[jboss-user] [EJB/JBoss] - EJB SLSB question

gienasek do-not-reply at jboss.com
Sat Jan 6 11:53:54 EST 2007


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



More information about the jboss-user mailing list