Uses of Interface
org.hornetq.api.core.client.FailoverEventListener

Packages that use FailoverEventListener
org.hornetq.api.core.client Core Client Messaging API. 
 

Uses of FailoverEventListener in org.hornetq.api.core.client
 

Methods in org.hornetq.api.core.client with parameters of type FailoverEventListener
 void ClientSession.addFailoverListener(FailoverEventListener listener)
          Adds a FailoverEventListener to the session which is notified if a failover event occurs on the session.
 void ClientSessionFactory.addFailoverListener(FailoverEventListener listener)
          Adds a FailoverEventListener to the session which is notified if a failover event occurs on the session.
 boolean ClientSession.removeFailoverListener(FailoverEventListener listener)
          Removes a FailoverEventListener to the session.
 boolean ClientSessionFactory.removeFailoverListener(FailoverEventListener listener)
          Removes a FailoverEventListener to the session.
 



Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.