railo.runtime.monitor
Interface ActionMonitor
- All Superinterfaces:
- Monitor
public interface ActionMonitor
- extends Monitor
Method Summary |
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 |
log
void log(PageContext pc,
String type,
String label,
long executionTime,
Object data)
throws IOException
- logs certain action within a Request
- Parameters:
pc
- ar
-
- Throws:
IOException
log
void log(ConfigWeb config,
String type,
String label,
long executionTime,
Object data)
throws IOException
- logs certain action outside a Request, like sending mails
- Parameters:
pc
- ar
-
- Throws:
IOException
getData
Query getData(Map<String,Object> arguments)
throws PageException
- Throws:
PageException
Copyright © 2012 Railo