railo.runtime.monitor
Interface Monitor

All Known Subinterfaces:
ActionMonitor, IntervallMonitor, RequestMonitor
All Known Implementing Classes:
IntervallMonitorWrap, MonitorWrap, RequestMonitorWrap

public interface Monitor


Field Summary
static short TYPE_ACTION
           
static short TYPE_INTERVALL
           
static short TYPE_REQUEST
           
 
Method Summary
 Class getClazz()
           
 String getName()
           
 short getType()
           
 void init(ConfigServer configServer, String name, boolean logEnabled)
           
 boolean isLogEnabled()
           
 

Field Detail

TYPE_INTERVALL

static final short TYPE_INTERVALL
See Also:
Constant Field Values

TYPE_REQUEST

static final short TYPE_REQUEST
See Also:
Constant Field Values

TYPE_ACTION

static final short TYPE_ACTION
See Also:
Constant Field Values
Method Detail

init

void init(ConfigServer configServer,
          String name,
          boolean logEnabled)

getType

short getType()

getName

String getName()

getClazz

Class getClazz()

isLogEnabled

boolean isLogEnabled()


Copyright © 2012 Railo