org.apache.camel.core.osgi
Class OsgiCamelContextNameStrategy

java.lang.Object
  extended by org.apache.camel.impl.DefaultCamelContextNameStrategy
      extended by org.apache.camel.core.osgi.OsgiCamelContextNameStrategy
All Implemented Interfaces:
org.apache.camel.spi.CamelContextNameStrategy

public class OsgiCamelContextNameStrategy
extends org.apache.camel.impl.DefaultCamelContextNameStrategy


Constructor Summary
OsgiCamelContextNameStrategy(org.osgi.framework.BundleContext context)
           
 
Method Summary
 
Methods inherited from class org.apache.camel.impl.DefaultCamelContextNameStrategy
getName, getNextCounter, getNextName, isFixedName, setCounter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OsgiCamelContextNameStrategy

public OsgiCamelContextNameStrategy(org.osgi.framework.BundleContext context)


Apache CAMEL