org.ow2.jonas.camel.registry.xml
Class LazySimpleRegistry

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,java.lang.Object>
          extended by org.apache.camel.impl.SimpleRegistry
              extended by org.ow2.jonas.camel.registry.xml.LazySimpleRegistry
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>, org.apache.camel.spi.Registry

public class LazySimpleRegistry
extends org.apache.camel.impl.SimpleRegistry

SimpleRegistry with lazy lookup.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
LazySimpleRegistry(org.apache.camel.CamelContext context)
           
 
Method Summary
 java.lang.Object lookup(java.lang.String name)
           
 
Methods inherited from class org.apache.camel.impl.SimpleRegistry
lookup, lookupByType
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

LazySimpleRegistry

public LazySimpleRegistry(org.apache.camel.CamelContext context)
Method Detail

lookup

public java.lang.Object lookup(java.lang.String name)
Specified by:
lookup in interface org.apache.camel.spi.Registry
Overrides:
lookup in class org.apache.camel.impl.SimpleRegistry



Copyright © 2011 OW2 Consortium. All Rights Reserved.
Apache Camel version 2.5.0, OW2 JOnAS version 5.2.0-M3