org.eclipse.swordfish.internal.core.configuration
Class ConfigurationConsumerRegistry

java.lang.Object
  extended by org.eclipse.swordfish.internal.core.util.RegistryImpl<ConfigurationConsumer>
      extended by org.eclipse.swordfish.internal.core.configuration.ConfigurationConsumerRegistry
All Implemented Interfaces:
ReadOnlyRegistry<ConfigurationConsumer>, Registry<ConfigurationConsumer>, org.springframework.beans.factory.DisposableBean, org.springframework.osgi.context.BundleContextAware

public class ConfigurationConsumerRegistry
extends RegistryImpl<ConfigurationConsumer>
implements org.springframework.osgi.context.BundleContextAware


Constructor Summary
ConfigurationConsumerRegistry()
           
 
Method Summary
 
Methods inherited from class org.eclipse.swordfish.internal.core.util.RegistryImpl
destroy, getKeySet, getProperties, register, setBundleContext, unregister
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.springframework.osgi.context.BundleContextAware
setBundleContext
 

Constructor Detail

ConfigurationConsumerRegistry

public ConfigurationConsumerRegistry()