super( XTypes.JVM_MONITOR, delegate );
return (JVMStats)getStats();
return( JVMStats.class );
super.initStatisticNameMapper(); final AttributeNameMapper m = getStatisticNameMapper(); // see JSR77.6.31; our old MBean uses the wrong field names (bug) m.addMapping( "JvmHeapSize", "HeapSize" ); m.addMapping( "JvmUpTime", "UpTime" );