Uses of Interface
org.eclipse.swordfish.core.util.Registry

Packages that use Registry
org.eclipse.swordfish.internal.core.configuration   
org.eclipse.swordfish.internal.core.event   
org.eclipse.swordfish.internal.core.exception   
org.eclipse.swordfish.internal.core.integration.nmr   
org.eclipse.swordfish.internal.core.planner   
org.eclipse.swordfish.internal.core.util   
 

Uses of Registry in org.eclipse.swordfish.internal.core.configuration
 

Classes in org.eclipse.swordfish.internal.core.configuration that implement Registry
 class ConfigurationConsumerRegistry
           
 class PollableConfigurationSourceRegistry
           
 

Uses of Registry in org.eclipse.swordfish.internal.core.event
 

Classes in org.eclipse.swordfish.internal.core.event that implement Registry
 class EventHandlerRegistry<T extends Event>
           
 

Uses of Registry in org.eclipse.swordfish.internal.core.exception
 

Classes in org.eclipse.swordfish.internal.core.exception that implement Registry
 class InterceptorExceptionListenerRegistry
           
 

Uses of Registry in org.eclipse.swordfish.internal.core.integration.nmr
 

Methods in org.eclipse.swordfish.internal.core.integration.nmr that return Registry
 Registry<Interceptor> SwordfishExchangeListener.getInterceptorRegistry()
           
 

Methods in org.eclipse.swordfish.internal.core.integration.nmr with parameters of type Registry
 void SwordfishExchangeListener.setInterceptorRegistry(Registry<Interceptor> interceptorRegistry)
           
 

Uses of Registry in org.eclipse.swordfish.internal.core.planner
 

Classes in org.eclipse.swordfish.internal.core.planner that implement Registry
 class InterceptorRegistry
           
 

Uses of Registry in org.eclipse.swordfish.internal.core.util
 

Classes in org.eclipse.swordfish.internal.core.util that implement Registry
 class RegistryImpl<T>