Project JXTA

Uses of Interface
net.jxta.meter.MonitorListener

Packages that use MonitorListener
net.jxta.peer Provides definition for the Peer ID standard JXTA Peer Info Service.  
 

Uses of MonitorListener in net.jxta.peer
 

Methods in net.jxta.peer with parameters of type MonitorListener
 void PeerInfoService.getCumulativeMonitorReport(PeerID peerID, MonitorFilter monitorFilter, MonitorListener monitorListener, long timeout)
          Get a MonitorReport of total accumulated metrics from the ServiceMonitors (specified in the MonitorFilter) since they were created/reset for the specified remote Peer.
 long PeerInfoService.addMonitorListener(MonitorFilter monitorFilter, long reportRate, boolean includeCumulative, MonitorListener monitorListener)
          Get MonitorReports at a specified rates of metrics accrued over time from the ServiceMonitors (specified in the MonitorFilter) about the local Peer.
 void PeerInfoService.addRemoteMonitorListener(PeerID peerID, MonitorFilter monitorFilter, long reportRate, boolean includeCumulative, MonitorListener monitorListener, long lease, long timeout)
          Get MonitorReports at a specified rates of metrics accrued over time from the ServiceMonitors (specified in the MonitorFilter) about the specified remote Peer.
 boolean PeerInfoService.removeMonitorListener(MonitorListener monitorListener)
          Stop the periodic reporting for all registered filters corresponding to this MonitorListener
 void PeerInfoService.removeRemoteMonitorListener(PeerID peerID, MonitorListener monitorListener, long timeout)
          Stop the periodic reporting for all registered filters to the specified Peer corresponding to this MonitorListener.
 void PeerInfoService.removeRemoteMonitorListener(MonitorListener monitorListener, long timeout)
          Stop the periodic reporting for all registered filters to the all remote Peers corresponding to this MonitorListener.
 


JXTA J2SE