|
// Javadoc inherited
public DynamicReport createDynamicReport(String binding,
String transactionID) {
String transID = idGenerator.getTransactionID();
MetricGroupProxy proxy = new MetricGroupProxy(boundInterfaceCache,
boundDynamicReportCache,
DynamicReport.class,
reportHandler,
transID,
null,
|