org.apache.catalina.valves
Class FastCommonAccessLogValve

java.lang.Object
  extended by org.apache.catalina.valves.ValveBase
      extended by org.apache.catalina.valves.AccessLogValve
          extended by org.apache.catalina.valves.FastCommonAccessLogValve
All Implemented Interfaces:
javax.management.MBeanRegistration, Contained, Lifecycle, Valve

Deprecated.

public final class FastCommonAccessLogValve
extends AccessLogValve


Field Summary
 
Fields inherited from class org.apache.catalina.valves.AccessLogValve
info, lifecycle, months
 
Fields inherited from class org.apache.catalina.valves.ValveBase
container, containerLog, controller, domain, mserver, next, oname
 
Fields inherited from interface org.apache.catalina.Lifecycle
AFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, DESTROY_EVENT, INIT_EVENT, PERIODIC_EVENT, START_EVENT, STOP_EVENT
 
Constructor Summary
FastCommonAccessLogValve()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.catalina.valves.AccessLogValve
addLifecycleListener, backgroundProcess, findLifecycleListeners, getCondition, getDirectory, getFileDateFormat, getInfo, getPattern, getPrefix, getSuffix, invoke, isBuffered, isResolveHosts, isRotatable, log, removeLifecycleListener, setBuffered, setCondition, setDirectory, setFileDateFormat, setPattern, setPrefix, setResolveHosts, setRotatable, setSuffix, start, stop
 
Methods inherited from class org.apache.catalina.valves.ValveBase
createObjectName, event, getContainer, getContainerName, getController, getDomain, getNext, getObjectName, getParentName, postDeregister, postRegister, preDeregister, preRegister, setContainer, setController, setNext, setObjectName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FastCommonAccessLogValve

public FastCommonAccessLogValve()
Deprecated. 


Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.