org.apache.camel.impl
Class ExplicitCamelContextNameStrategy

java.lang.Object
  extended by org.apache.camel.impl.ExplicitCamelContextNameStrategy
All Implemented Interfaces:
CamelContextNameStrategy

public class ExplicitCamelContextNameStrategy
extends Object
implements CamelContextNameStrategy

Strategy to used an explicit (fixed) name for CamelContext.

Version:
$Revision$

Constructor Summary
ExplicitCamelContextNameStrategy(String name)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExplicitCamelContextNameStrategy

public ExplicitCamelContextNameStrategy(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface CamelContextNameStrategy


Apache CAMEL