org.fusesource.fabric.cxf
Class FabricFailOverFeature

java.lang.Object
  extended by org.apache.cxf.feature.AbstractFeature
      extended by org.fusesource.fabric.cxf.FabricLoadBalancerFeature
          extended by org.fusesource.fabric.cxf.FabricFailOverFeature
All Implemented Interfaces:
org.apache.cxf.buslifecycle.BusLifeCycleListener, org.apache.cxf.feature.Feature

public class FabricFailOverFeature
extends FabricLoadBalancerFeature


Field Summary
protected  java.util.List<java.lang.Class> exceptionList
           
protected  java.lang.String exceptions
           
 
Constructor Summary
FabricFailOverFeature()
           
 
Method Summary
protected  LoadBalanceStrategy getDefaultLoadBalanceStrategy()
           
protected  LoadBalanceTargetSelector getDefaultLoadBalanceTargetSelector()
           
 void setExceptions(java.lang.String exceptions)
           
 
Methods inherited from class org.fusesource.fabric.cxf.FabricLoadBalancerFeature
checkZkConnected, destroy, getAccessControlList, getConnectionRetryTime, getFabricPath, getGroup, getLoadBalanceStrategy, getMaximumConnectionTimeout, getZkClient, initComplete, initialize, initialize, isShouldCloseZkClient, postShutdown, preShutdown, setAccessControlList, setConnectionRetryTime, setFabricPath, setLoadBalanceStrategy, setMaximumConnectionTimeout, setShouldCloseZkClient, setZkClient
 
Methods inherited from class org.apache.cxf.feature.AbstractFeature
getActive, initialize, initialize, initializeProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exceptions

protected java.lang.String exceptions

exceptionList

protected java.util.List<java.lang.Class> exceptionList
Constructor Detail

FabricFailOverFeature

public FabricFailOverFeature()
Method Detail

getDefaultLoadBalanceStrategy

protected LoadBalanceStrategy getDefaultLoadBalanceStrategy()
Overrides:
getDefaultLoadBalanceStrategy in class FabricLoadBalancerFeature

getDefaultLoadBalanceTargetSelector

protected LoadBalanceTargetSelector getDefaultLoadBalanceTargetSelector()
Overrides:
getDefaultLoadBalanceTargetSelector in class FabricLoadBalancerFeature

setExceptions

public void setExceptions(java.lang.String exceptions)


Copyright © 2012 FuseSource. All Rights Reserved.