org.apache.oozie.jms
Class JMSExceptionListener

java.lang.Object
  extended by org.apache.oozie.jms.JMSExceptionListener
All Implemented Interfaces:
javax.jms.ExceptionListener

public class JMSExceptionListener
extends Object
implements javax.jms.ExceptionListener


Constructor Summary
JMSExceptionListener(JMSConnectionInfo connInfo, ConnectionContext connCtxt, boolean retry)
          Create ExceptionLister for a JMS Connection
 
Method Summary
 void onException(javax.jms.JMSException exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMSExceptionListener

public JMSExceptionListener(JMSConnectionInfo connInfo,
                            ConnectionContext connCtxt,
                            boolean retry)
Create ExceptionLister for a JMS Connection

Parameters:
connInfo - Information to connect to the JMS compliant messaging service
connCtxt - The actual connection on which this listener will be registered
Method Detail

onException

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


Copyright © 2013 Apache Software Foundation. All Rights Reserved.