org.jboss.jms.client.container
Class ConnectionFailureListener

java.lang.Object
  extended byorg.jboss.jms.client.container.ConnectionFailureListener
All Implemented Interfaces:
FailureDetector

public class ConnectionFailureListener
extends java.lang.Object
implements FailureDetector

The listener that detects a connection failure and initiates the failover process. Each physical connection created under the supervision of ClusteredAspect has one of these.

Version:
$Revision: 2550 $ $Id: ConnectionFailureListener.java 2550 2007-03-15 23:18:18Z timfox $
Author:
Ovidiu Feodorov, Tim Fox

Method Summary
 boolean handleConnectionException(java.lang.Throwable throwable, Client client)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

handleConnectionException

public boolean handleConnectionException(java.lang.Throwable throwable,
                                         Client client)

toString

public java.lang.String toString()


Copyright © 2006 JBoss Inc. All Rights Reserved.