org.apache.camel.test
Class TestSupportNodeIdFactory

java.lang.Object
  extended by org.apache.camel.impl.DefaultNodeIdFactory
      extended by org.apache.camel.test.TestSupportNodeIdFactory
All Implemented Interfaces:
org.apache.camel.spi.NodeIdFactory

public class TestSupportNodeIdFactory
extends org.apache.camel.impl.DefaultNodeIdFactory


Field Summary
 
Fields inherited from class org.apache.camel.impl.DefaultNodeIdFactory
nodeCounters
 
Constructor Summary
TestSupportNodeIdFactory()
           
 
Method Summary
static void resetCounters()
          Start tests with fresh counters
 
Methods inherited from class org.apache.camel.impl.DefaultNodeIdFactory
createId, getNodeCounter, resetAllCounters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSupportNodeIdFactory

public TestSupportNodeIdFactory()
Method Detail

resetCounters

public static void resetCounters()
Start tests with fresh counters



Apache Camel