railo.runtime.engine
Class ExecutionLogSupport

java.lang.Object
  extended by railo.runtime.engine.ExecutionLogSupport
All Implemented Interfaces:
ExecutionLog
Direct Known Subclasses:
ConsoleExecutionLog, DebugExecutionLog, ResourceExecutionLog

public abstract class ExecutionLogSupport
extends Object
implements ExecutionLog


Constructor Summary
ExecutionLogSupport()
           
 
Method Summary
 void end(int pos, String id)
           
 void init(PageContext pc, Map<String,String> arguments)
           
 void release()
           
 void start(int pos, String id)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionLogSupport

public ExecutionLogSupport()
Method Detail

init

public void init(PageContext pc,
                 Map<String,String> arguments)
Specified by:
init in interface ExecutionLog

release

public final void release()
Specified by:
release in interface ExecutionLog

start

public final void start(int pos,
                        String id)
Specified by:
start in interface ExecutionLog

end

public final void end(int pos,
                      String id)
Specified by:
end in interface ExecutionLog


Copyright © 2012 Railo