JXTA

net.jxta.impl.meter
Interface ServiceMonitorImpl

All Superinterfaces:
Module, ServiceMonitor
All Known Implementing Classes:
EndpointServiceMonitor, GenericServiceMonitor, RendezvousServiceMonitor, ResolverServiceMonitor, TransportServiceMonitor

public interface ServiceMonitorImpl
extends ServiceMonitor


Field Summary
 
Fields inherited from interface net.jxta.platform.Module
START_AGAIN_PROGRESS, START_AGAIN_STALLED, START_DISABLED, START_OK
 
Method Summary
 void beginPulse(ServiceMonitorPulseInfo pulseInfo)
           
 void endPulse(ServiceMonitorPulseInfo pulseInfo)
           
 void init(MonitorManager monitorManager)
           
 void resetPulseRate(ServiceMonitorPulseInfo info, int oldPulseRateIndex)
           
 
Methods inherited from interface net.jxta.meter.ServiceMonitor
beginCumulativeReport, createSupportedCumulativeServiceMonitorFilter, createSupportedServiceMonitorFilter, destroy, endCumulativeReport, getCumulativeServiceMetric, getModuleClassID, getServiceMetric, serviceMonitorFilterDeregistered, serviceMonitorFilterRegistered, validateCumulativeServiceMonitorFilter, validateServiceMonitorFilter
 
Methods inherited from interface net.jxta.platform.Module
init, startApp, stopApp
 

Method Detail

init

void init(MonitorManager monitorManager)

resetPulseRate

void resetPulseRate(ServiceMonitorPulseInfo info,
                    int oldPulseRateIndex)

beginPulse

void beginPulse(ServiceMonitorPulseInfo pulseInfo)

endPulse

void endPulse(ServiceMonitorPulseInfo pulseInfo)

JXSE