[jboss-user] [JBoss jBPM] - Re: static variable in actionhandler

AJanz do-not-reply at jboss.com
Tue Aug 26 12:18:02 EDT 2008


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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172646



More information about the jboss-user mailing list