513514515516517518519520521522
*/ public EJServerConfigMBean getJMXConfigurationBean() { if ( this._jmxConfigBean == null ) { this._jmxConfigBean = new EJServerConfig( this ); } return this._jmxConfigBean; }