* @return an implementation of the DynamicReport interface.
*/
public DynamicReport createDynamicReport(String binding,
String parentTransactionID) {
// look up the handler bound to handlerKey
ReportHandler handler = (ReportHandler) handlers.get(binding);
// we can pass a null handler to the MetricGroupProxy so no
// check needed
String transID = idGenerator.getTransactionID();
Class drc = com.volantis.synergetics.reporting.DynamicReport.class;
MetricGroupProxy proxy = new MetricGroupProxy(boundInterfaceCache,