org.jboss.jms.container
Class LogInterceptor

java.lang.Object
  extended byorg.jboss.jms.container.LogInterceptor

public class LogInterceptor
extends java.lang.Object

An interceptor for logging invocations.


Field Summary
static LogInterceptor (src) singleton
           
 
Constructor Summary
LogInterceptor()
           
 
Method Summary
protected  java.lang.StringBuffer getDescription(Invocation invocation)
           
 java.lang.String getName()
           
 java.lang.Object invoke(Invocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

singleton

public static LogInterceptor (src)  singleton
Constructor Detail

LogInterceptor

public LogInterceptor()
Method Detail

getName

public java.lang.String getName()

invoke

public java.lang.Object invoke(Invocation invocation)
                        throws java.lang.Throwable
Throws:
java.lang.Throwable

getDescription

protected java.lang.StringBuffer getDescription(Invocation invocation)