org.jboss.messaging.core.remoting
Interface FailureListener

All Known Implementing Classes:
BridgeImpl, ClientSessionImpl, MessagingXAResourceWrapper, ServerSessionImpl

public interface FailureListener

A FailureListener

Author:
Tim Fox, Jeff Mesnil

Method Summary
 boolean connectionFailed(MessagingException me)
           
 

Method Detail

connectionFailed

boolean connectionFailed(MessagingException me)
Returns:
false to stop calling subsequent failure listeners


Copyright © 2006 JBoss Inc. All Rights Reserved.