[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Can it be a final static?
gaohoward
do-not-reply at jboss.com
Fri Jan 9 10:28:16 EST 2009
This static is used to identify a JBM process, not only client processes use it, but also the Postoffice use it. So once it is initialized it should never be changed as long as the process is alive. So make it final would be more proper. It will forbid any attempt to change it.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200615#4200615
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4200615
More information about the jboss-dev-forums
mailing list