|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.generationjava.patterns.registry.AbstractRegistryFactory
|
+--com.generationjava.patterns.registry.NullRegistryFactory
A RegistryFactory with null functionality.
| Field Summary | |
static RegistryFactory |
NULL_REGISTRY_FACTORY
Singleton instance of a NullRegistryFactory. |
| Method Summary | |
Registry |
getRegistryInstance()
Returns null. |
| Methods inherited from class com.generationjava.patterns.registry.AbstractRegistryFactory |
getRegistryInstance |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static RegistryFactory NULL_REGISTRY_FACTORY
| Method Detail |
public Registry getRegistryInstance()
getRegistryInstance in interface RegistryFactorygetRegistryInstance in class AbstractRegistryFactory
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||