p2p.simulator.report
Class ReportExporterImpl

java.lang.Object
  extended by p2p.simulator.report.ReportExporterImpl
All Implemented Interfaces:
java.rmi.Remote, ReportExporter

public class ReportExporterImpl
extends java.lang.Object
implements ReportExporter


Constructor Summary
ReportExporterImpl(OverlayMonitor ovMonitor)
           
 
Method Summary
 java.util.HashMap getDeletePathFt()
           
 java.util.HashMap getInsertPathFt()
           
 java.util.HashMap getLoadFt()
           
 java.util.HashMap getLookupPathFt()
           
 java.util.HashMap getRoutingFt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportExporterImpl

public ReportExporterImpl(OverlayMonitor ovMonitor)
Method Detail

getLoadFt

public java.util.HashMap getLoadFt()
                            throws java.rmi.RemoteException
Specified by:
getLoadFt in interface ReportExporter
Throws:
java.rmi.RemoteException

getLookupPathFt

public java.util.HashMap getLookupPathFt()
                                  throws java.rmi.RemoteException
Specified by:
getLookupPathFt in interface ReportExporter
Throws:
java.rmi.RemoteException

getInsertPathFt

public java.util.HashMap getInsertPathFt()
                                  throws java.rmi.RemoteException
Specified by:
getInsertPathFt in interface ReportExporter
Throws:
java.rmi.RemoteException

getDeletePathFt

public java.util.HashMap getDeletePathFt()
                                  throws java.rmi.RemoteException
Specified by:
getDeletePathFt in interface ReportExporter
Throws:
java.rmi.RemoteException

getRoutingFt

public java.util.HashMap getRoutingFt()
                               throws java.rmi.RemoteException
Specified by:
getRoutingFt in interface ReportExporter
Throws:
java.rmi.RemoteException