railo.runtime.monitor
Class ActionMonitorCollectorRefImpl

java.lang.Object
  extended by railo.runtime.monitor.ActionMonitorCollectorRefImpl
All Implemented Interfaces:
ActionMonitorCollector

public class ActionMonitorCollectorRefImpl
extends Object
implements ActionMonitorCollector


Constructor Summary
ActionMonitorCollectorRefImpl()
           
 
Method Summary
 void addMonitor(ConfigServer cs, Object monitor, 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionMonitorCollectorRefImpl

public ActionMonitorCollectorRefImpl()
Method Detail

addMonitor

public void addMonitor(ConfigServer cs,
                       Object monitor,
                       String name,
                       boolean log)
                throws IOException
Specified by:
addMonitor in interface ActionMonitorCollector
Throws:
IOException

log

public void log(PageContext pc,
                String type,
                String label,
                long executionTime,
                Object data)
Specified by:
log in interface ActionMonitorCollector

log

public void log(ConfigWeb config,
                String type,
                String label,
                long executionTime,
                Object data)
Specified by:
log in interface ActionMonitorCollector

getActionMonitor

public Object getActionMonitor(String name)
Specified by:
getActionMonitor in interface ActionMonitorCollector


Copyright © 2012 Railo