Project JXTA

Uses of Interface
net.jxta.meter.ServiceMonitorFilter

Packages that use ServiceMonitorFilter
net.jxta.meter Provides logging and monitoring facilities for debugging and auditing of messaging and service invocation within JXTA. 
 

Uses of ServiceMonitorFilter in net.jxta.meter
 

Methods in net.jxta.meter that return ServiceMonitorFilter
 ServiceMonitorFilter ServiceMonitor.createSupportedCumulativeServiceMonitorFilter(ServiceMonitorFilter serviceMonitorFilter)
          Transform the provided ServiceMonitorFilter into one that is supported for cumulative reporting
 ServiceMonitorFilter ServiceMonitor.createSupportedServiceMonitorFilter(ServiceMonitorFilter serviceMonitorFilter, long reportRate)
          Transform the provided ServiceMonitorFilter into one that is supported for periodic reporting at the specified rate
static ServiceMonitorFilter MonitorResources.createServiceMonitorFilter(ModuleClassID moduleClassID)
          Create an empty ServiceMonitorFilter for the corresponding ModuleClassID
 ServiceMonitorFilter MonitorFilter.addServiceMonitorFilter(ServiceMonitorFilter serviceMonitorFilter)
          Add a ServiceMonitorFilter to this MonitorFilter
 ServiceMonitorFilter MonitorFilter.getServiceMonitorFilter(ModuleClassID moduleClassID)
          Get ServiceMonitorFilter subfilter
 

Methods in net.jxta.meter with parameters of type ServiceMonitorFilter
 ServiceMetric ServiceMonitor.getServiceMetric(ServiceMonitorFilter serviceMonitorFilter, long fromTime, long toTime, int pulseIndex, long reportRate)
          Get ServiceMetrics accrued in during this pulse interval
 ServiceMetric ServiceMonitor.getCumulativeServiceMetric(ServiceMonitorFilter serviceMonitorFilter, long fromTime, long toTime)
          Get ServiceMetrics since the start (or last reset time) of this ServiceMonitor.
 void ServiceMonitor.validateCumulativeServiceMonitorFilter(ServiceMonitorFilter serviceMonitorFilter)
          Validate ServiceMonitorFilter for a cumulative Report
 void ServiceMonitor.validateServiceMonitorFilter(ServiceMonitorFilter serviceMonitorFilter, long reportRate)
          Validate ServiceMonitorFilter for a periodic Reporting
 ServiceMonitorFilter ServiceMonitor.createSupportedCumulativeServiceMonitorFilter(ServiceMonitorFilter serviceMonitorFilter)
          Transform the provided ServiceMonitorFilter into one that is supported for cumulative reporting
 ServiceMonitorFilter ServiceMonitor.createSupportedServiceMonitorFilter(ServiceMonitorFilter serviceMonitorFilter, long reportRate)
          Transform the provided ServiceMonitorFilter into one that is supported for periodic reporting at the specified rate
 void ServiceMonitor.serviceMonitorFilterRegistered(ServiceMonitorFilter serviceMonitorFilter, int reportRateIndex, long reportRate, boolean newRate)
          Information that the Monitor Manager has accepted a Monitoring for this filter at this rate
 void ServiceMonitor.serviceMonitorFilterDeregistered(ServiceMonitorFilter serviceMonitorFilter, int reportRateIndex, long reportRate, boolean retiredRate)
          Information that the Monitor Manager is deregistering the Monitoring for this filter at this rate
 ServiceMonitorFilter MonitorFilter.addServiceMonitorFilter(ServiceMonitorFilter serviceMonitorFilter)
          Add a ServiceMonitorFilter to this MonitorFilter
 


JXTA J2SE