org.jboss.mx.interceptor
Class LogInterceptor

java.lang.Object
  extended byorg.jboss.mx.interceptor.AbstractInterceptor (src) 
      extended byorg.jboss.mx.interceptor.LogInterceptor
All Implemented Interfaces:
Interceptor (src)

public class LogInterceptor
extends AbstractInterceptor (src)

Log interceptor.

See Also:
Interceptor (src)

Field Summary
 
Fields inherited from class org.jboss.mx.interceptor.AbstractInterceptor (src)
isShared, log, name
 
Constructor Summary
LogInterceptor()
           
 
Methods inherited from class org.jboss.mx.interceptor.AbstractInterceptor (src)
destroy, getName, init, invoke, isShared, setLogger, setName, start, stop, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogInterceptor

public LogInterceptor()