org.apache.camel.management
Class ManagementStrategyFactory

java.lang.Object
  extended by org.apache.camel.management.ManagementStrategyFactory

public class ManagementStrategyFactory
extends Object

Factory for creating ManagementStrategy


Constructor Summary
ManagementStrategyFactory()
           
 
Method Summary
 ManagementStrategy create(CamelContext context, boolean disableJMX)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagementStrategyFactory

public ManagementStrategyFactory()
Method Detail

create

public ManagementStrategy create(CamelContext context,
                                 boolean disableJMX)


Apache Camel