Constructs the StaisticMonitoredAttribute, builds the required
MonitoredAttributeInfo with Long as the class type and is always
readonly attribute.
super( name );
MonitoredAttributeInfoFactory f =
MonitoringFactories.getMonitoredAttributeInfoFactory();
MonitoredAttributeInfo maInfo = f.createMonitoredAttributeInfo(
desc, String.class, false, true );
this.setMonitoredAttributeInfo( maInfo );
this.statisticsAccumulator = s;
this.mutex = mutex;