Project JXTA

Uses of Class
net.jxta.meter.MonitorException

Packages that use MonitorException
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 MonitorException in net.jxta.meter
 

Subclasses of MonitorException in net.jxta.meter
 class MonitorFilterException
          Monitor Filter Exception
 

Uses of MonitorException in net.jxta.peer
 

Methods in net.jxta.peer that throw MonitorException
 void PeerInfoService.getPeerMonitorInfo(PeerID peerID, PeerMonitorInfoListener peerMonitorInfoListener, long timeout)
          Obtain the monitoring capabilities of a Remote Peer.
 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.
 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