railo.runtime.monitor
Class MonitorWrap

java.lang.Object
  extended by railo.runtime.monitor.MonitorWrap
All Implemented Interfaces:
Monitor
Direct Known Subclasses:
IntervallMonitorWrap, RequestMonitorWrap

public abstract class MonitorWrap
extends Object
implements Monitor


Field Summary
 
Fields inherited from interface railo.runtime.monitor.Monitor
TYPE_ACTION, TYPE_INTERVALL, TYPE_REQUEST
 
Constructor Summary
MonitorWrap(Object monitor, short type)
           
 
Method Summary
 Class getClazz()
           
 Object getMonitor()
           
 String getName()
           
 short getType()
           
 void init(ConfigServer configServer, String name, boolean logEnabled)
           
 boolean isLogEnabled()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitorWrap

public MonitorWrap(Object monitor,
                   short type)
Method Detail

init

public void init(ConfigServer configServer,
                 String name,
                 boolean logEnabled)
Specified by:
init in interface Monitor

getType

public short getType()
Specified by:
getType in interface Monitor

getMonitor

public Object getMonitor()

getName

public String getName()
Specified by:
getName in interface Monitor

isLogEnabled

public boolean isLogEnabled()
Specified by:
isLogEnabled in interface Monitor

getClazz

public Class getClazz()
Specified by:
getClazz in interface Monitor


Copyright © 2012 Railo