Uses of Interface
org.jboss.jms.client.FailureDetector

Packages that use FailureDetector
org.jboss.jms.client   
org.jboss.jms.client.container   
 

Uses of FailureDetector in org.jboss.jms.client
 

Methods in org.jboss.jms.client with parameters of type FailureDetector
 boolean FailoverCommandCenter.failureDetected(java.lang.Throwable reason, FailureDetector source, JMSRemotingConnection remotingConnection)
          Method called by failure detection components (FailoverValveInterceptors and ConnectionListeners) when they have reasons to believe that a server failure occured.
 

Uses of FailureDetector in org.jboss.jms.client.container
 

Classes in org.jboss.jms.client.container that implement FailureDetector
 class ConnectionFailureListener
          The listener that detects a connection failure and initiates the failover process.
 class FailoverValveInterceptor
          An interceptor that acts as a failover valve: it allows all invocations to go through as long as there is no failover in progress (valve is open), and holds all invocations while client-side failover is taking place (valve is closed).
 



Copyright © 2006 JBoss Inc. All Rights Reserved.