thats what i already did
i use
| public class MySingleton{
|
| static MySingletoninstance = new MySingleton();
|
| static long count =0;
|
| public static MySingletongetInstance(){
| return instance;
| }
|
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172646#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...