Package org.apache.camel.impl.engine
Class ExplicitCamelContextNameStrategy
- java.lang.Object
-
- org.apache.camel.impl.engine.ExplicitCamelContextNameStrategy
-
- All Implemented Interfaces:
org.apache.camel.spi.CamelContextNameStrategy
public class ExplicitCamelContextNameStrategy extends Object implements org.apache.camel.spi.CamelContextNameStrategy
Strategy to used an explicit (fixed) name forCamelContext.
-
-
Constructor Summary
Constructors Constructor Description ExplicitCamelContextNameStrategy(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetNextName()booleanisFixedName()
-
-
-
Constructor Detail
-
ExplicitCamelContextNameStrategy
public ExplicitCamelContextNameStrategy(String name)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.apache.camel.spi.CamelContextNameStrategy
-
getNextName
public String getNextName()
- Specified by:
getNextNamein interfaceorg.apache.camel.spi.CamelContextNameStrategy
-
isFixedName
public boolean isFixedName()
- Specified by:
isFixedNamein interfaceorg.apache.camel.spi.CamelContextNameStrategy
-
-