org.apache.camel.processor.loadbalancer
Class LoadBalancerSupport
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.processor.loadbalancer.LoadBalancerSupport
- All Implemented Interfaces:
- AsyncProcessor, Processor, LoadBalancer, Service
- Direct Known Subclasses:
- QueueLoadBalancer, TopicLoadBalancer
public abstract class LoadBalancerSupport
- extends ServiceSupport
- implements LoadBalancer
A default base class for a LoadBalancer
implementation
- Version:
- $Revision: 303 $
Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getThreadName, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoadBalancerSupport
public LoadBalancerSupport()
addProcessor
public void addProcessor(Processor processor)
- Description copied from interface:
LoadBalancer
- Adds a new processor to the load balancer
- Specified by:
addProcessor
in interface LoadBalancer
- Parameters:
processor
- the processor to be added to the load balancer
removeProcessor
public void removeProcessor(Processor processor)
- Description copied from interface:
LoadBalancer
- Removes the given processor from the load balancer
- Specified by:
removeProcessor
in interface LoadBalancer
- Parameters:
processor
- the processor to be removed from the load balancer
getProcessors
public List<Processor> getProcessors()
- Description copied from interface:
LoadBalancer
- Returns the current processors available to this load balancer
- Specified by:
getProcessors
in interface LoadBalancer
- Returns:
- the processors available
doStart
protected void doStart()
throws Exception
- Specified by:
doStart
in class ServiceSupport
- Throws:
Exception
doStop
protected void doStop()
throws Exception
- Specified by:
doStop
in class ServiceSupport
- Throws:
Exception
Copyright © 2009 IONA Open Source Community. All Rights Reserved.