net.jxta.impl.meter
Class ServiceMonitorPulseInfo
java.lang.Object
net.jxta.impl.meter.ServiceMonitorPulseInfo
- public class ServiceMonitorPulseInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NOT_PULSING
public static final int NOT_PULSING
- See Also:
- Constant Field Values
serviceMonitor
ServiceMonitor serviceMonitor
ServiceMonitorPulseInfo
public ServiceMonitorPulseInfo()
ServiceMonitorPulseInfo
ServiceMonitorPulseInfo(MonitorManager monitorManager,
ServiceMonitor serviceMonitor)
getServiceMonitor
public ServiceMonitor getServiceMonitor()
getPulseRateIndex
public int getPulseRateIndex()
getPulseRate
public long getPulseRate()
isPulsing
public boolean isPulsing()
isEvenPulseForRateIndex
public boolean isEvenPulseForRateIndex(int pulseRateIndex)
isRegisteredFilterForRate
public boolean isRegisteredFilterForRate(int pulseRateIndex)
registerServiceMonitorFilter
void registerServiceMonitorFilter(ServiceMonitorFilter serviceMonitorFilter,
int reportRateIndex,
long reportRate)
deregisterServiceMonitorFilter
boolean deregisterServiceMonitorFilter(ServiceMonitorFilter serviceMonitorFilter,
int reportRateIndex,
long reportRate)