org.apache.qpid.client.failover
Class FailoverSupport

java.lang.Object
  extended by org.apache.qpid.client.failover.FailoverSupport

public abstract class FailoverSupport
extends java.lang.Object


Constructor Summary
FailoverSupport()
           
 
Method Summary
 java.lang.Object execute(AMQConnection con)
           
protected abstract  java.lang.Object operation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FailoverSupport

public FailoverSupport()
Method Detail

execute

public java.lang.Object execute(AMQConnection con)
                         throws javax.jms.JMSException
Throws:
javax.jms.JMSException

operation

protected abstract java.lang.Object operation()
                                       throws javax.jms.JMSException
Throws:
javax.jms.JMSException