public interface ActionMonitor extends Monitor
TYPE_ACTION, TYPE_INTERVALL, TYPE_REQUEST
Modifier and Type | Method and Description |
---|---|
Query |
getData(Map<String,Object> arguments) |
void |
log(ConfigWeb config,
String type,
String label,
long executionTime,
Object data)
logs certain action outside a Request, like sending mails
|
void |
log(PageContext pc,
String type,
String label,
long executionTime,
Object data)
logs certain action within a Request
|
void log(PageContext pc, String type, String label, long executionTime, Object data) throws IOException
pc
- ar
- IOException
void log(ConfigWeb config, String type, String label, long executionTime, Object data) throws IOException
pc
- ar
- IOException
Query getData(Map<String,Object> arguments) throws PageException
PageException
Copyright © 2015 Lucee