public class ActionMonitorCollectorImpl extends Object implements ActionMonitorCollector
Constructor and Description |
---|
ActionMonitorCollectorImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addMonitor(ConfigServer cs,
Object oMonitor,
String name,
boolean log) |
Object |
getActionMonitor(String name) |
void |
log(ConfigWeb config,
String type,
String label,
long executionTime,
Object data) |
void |
log(PageContext pc,
String type,
String label,
long executionTime,
Object data)
logs certain action within a Request
|
public ActionMonitorCollectorImpl()
public void addMonitor(ConfigServer cs, Object oMonitor, String name, boolean log) throws IOException
addMonitor
in interface ActionMonitorCollector
IOException
public void log(PageContext pc, String type, String label, long executionTime, Object data)
log
in interface ActionMonitorCollector
pc
- ar
- IOException
public void log(ConfigWeb config, String type, String label, long executionTime, Object data)
log
in interface ActionMonitorCollector
public Object getActionMonitor(String name)
getActionMonitor
in interface ActionMonitorCollector
Copyright © 2015 Lucee