flex.messaging.services.messaging.adapters
Interface JMSExceptionListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JMSAdapter

public interface JMSExceptionListener
extends EventListener

An interface to be notified when a JMS exception is encountered by the JMS consumer. Implementations of this interface may add themselves as listeners via JMSConsumer.addJMSExceptionListener.


Method Summary
 void exceptionThrown(JMSExceptionEvent evt)
          Notification that a JMS exception was encountered.
 

Method Detail

exceptionThrown

void exceptionThrown(JMSExceptionEvent evt)
Notification that a JMS exception was encountered.

Parameters:
evt - JMSExceptionEvent to dispatch.


Copyright © 2008 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/services/messaging/adapters/JMSExceptionListener.html