Uses of Interface
br.pucrio.tecgraf.soma.logsmonitor.monitor.ResourceMonitorListener
-
Packages that use ResourceMonitorListener Package Description br.pucrio.tecgraf.soma.job.log.monitor.impl br.pucrio.tecgraf.soma.logsmonitor.flow br.pucrio.tecgraf.soma.logsmonitor.monitor -
-
Uses of ResourceMonitorListener in br.pucrio.tecgraf.soma.job.log.monitor.impl
Methods in br.pucrio.tecgraf.soma.job.log.monitor.impl with parameters of type ResourceMonitorListener Modifier and Type Method Description voidJobLogMonitor. addListener(String filePath, ResourceMonitorListener<ResourceMonitorEvent> listener, Map<String,Object> args)voidJobLogMonitor. removeListener(String filePath, ResourceMonitorListener<ResourceMonitorEvent> listener) -
Uses of ResourceMonitorListener in br.pucrio.tecgraf.soma.logsmonitor.flow
Methods in br.pucrio.tecgraf.soma.logsmonitor.flow that return ResourceMonitorListener Modifier and Type Method Description ResourceMonitorListener<ResourceMonitorEvent>TopicPublisher. getListener() -
Uses of ResourceMonitorListener in br.pucrio.tecgraf.soma.logsmonitor.monitor
Methods in br.pucrio.tecgraf.soma.logsmonitor.monitor with parameters of type ResourceMonitorListener Modifier and Type Method Description voidResourceMonitor. addListener(String resourceId, ResourceMonitorListener<ResourceMonitorEvent> listener, Map<String,Object> args)voidResourceMonitor. removeListener(String resourceId, ResourceMonitorListener<ResourceMonitorEvent> listener)
-