Package com.generationjava.patterns.registry

Interface Summary
Registry A Container of registered objects.
RegistryFactory A factory that creates registry instances.
 

Class Summary
AbstractRegistry Provides abstract functionality for a Registry class.
AbstractRegistryFactory Provides abstract functionality for registry-factory.
ClassRegistry A registry which stores objects by a key Class.
MultiRegistry Can register multiple objects under the same registry-key.
NullRegistry A registry which does nothing.
NullRegistryFactory A RegistryFactory with null functionality.
RegistryRegistry A Registry of Registries.
SimpleRegistry A SimpleRegistry.
SimpleRegistryFactory A Simple factory.
SingletonRegistryFactory A factory which always returns the same instance.
ThreadRegistry A ThreadRegistry.
 

Exception Summary
UnavailableInstanceException No registry instance is available.
 



Copyright © 2000-2003 GenerationJava. All Rights Reserved.