Project JXTA

Uses of Class
net.jxta.meter.MonitorFilter

Packages that use MonitorFilter
net.jxta.meter Provides logging and monitoring facilities for debugging and auditing of messaging and service invocation within JXTA. 
net.jxta.peer Provides definition for the Peer ID standard JXTA Peer Info Service.  
 

Uses of MonitorFilter in net.jxta.meter
 

Methods in net.jxta.meter that return MonitorFilter
 MonitorFilter MonitorEvent.getMonitorFilter()
          MonitorFilter provided when the report was requested
 MonitorFilter MonitorEvent.getValidMonitorFilter()
          The Validated MonitorFilter from the registration or query
 

Uses of MonitorFilter in net.jxta.peer
 

Methods in net.jxta.peer with parameters of type MonitorFilter
 MonitorReport PeerInfoService.getCumulativeMonitorReport(MonitorFilter monitorFilter)
          Get a MonitorReport of total accumulated metrics from the ServiceMonitors (specified in the MonitorFilter) since they were created/reset for the local Peer.
 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.
 


JXTA J2SE