org.jboss.jms.client.container
Class ExceptionInterceptor

java.lang.Object
  extended by org.jboss.jms.client.container.ExceptionInterceptor

public class ExceptionInterceptor
extends java.lang.Object

Interceptor that handles exceptions thrown from JMS calls This interceptor is PER_VM TODO: This interceptor seem a bit useless. For logging, we can use the ClientLoggingInterceptor. Remove it?

Version:
$Revision: 2868 $ $Id: ExceptionInterceptor.java 2868 2007-07-10 20:22:16Z timfox $
Author:
Ovidiu Feodorov, Tim Fox

Constructor Summary
ExceptionInterceptor()
           
 
Method Summary
 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
 

Constructor Detail

ExceptionInterceptor

public ExceptionInterceptor()
Method Detail

getName

public java.lang.String getName()

invoke

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


Copyright © 2006 JBoss Inc. All Rights Reserved.