org.jboss.jms.client.container
Class JMSExceptionInterceptor

java.lang.Object
  extended byorg.jboss.jms.client.container.JMSExceptionInterceptor

public class JMSExceptionInterceptor
extends java.lang.Object

An interceptor for testing the thrown exceptions are JMSExceptions.


Field Summary
static JMSExceptionInterceptor (src) singleton
           
 
Constructor Summary
JMSExceptionInterceptor()
           
 
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
 

Field Detail

singleton

public static JMSExceptionInterceptor (src)  singleton
Constructor Detail

JMSExceptionInterceptor

public JMSExceptionInterceptor()
Method Detail

getName

public java.lang.String getName()

invoke

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