Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.usecases
Class ExceptionListenerTest  view ExceptionListenerTest download ExceptionListenerTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.activemq.usecases.ExceptionListenerTest
All Implemented Interfaces:
javax.jms.ExceptionListener, junit.framework.Test

public class ExceptionListenerTest
extends junit.framework.TestCase
implements javax.jms.ExceptionListener

Version:
$Revision: 1.1.1.1 $

Field Summary
(package private)  boolean isException
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
ExceptionListenerTest(java.lang.String arg)
           
 
Method Summary
 void onException(javax.jms.JMSException e)
           
 void testOnException()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

isException

boolean isException
Constructor Detail

ExceptionListenerTest

public ExceptionListenerTest(java.lang.String arg)
Method Detail

testOnException

public void testOnException()
                     throws java.lang.Exception

onException

public void onException(javax.jms.JMSException e)
Specified by:
onException in interface javax.jms.ExceptionListener