| Class | Description |
|---|---|
| BasicFactory |
Implementing the interface
Factory this
class instantiates the objects using the JDK standard ServiceLoader. |
| FactoryFactory |
This utility class manages instances of the
BasicFactory class. |
| FactoryServiceLoader |
Using the standard
ServiceLoader this utility class loads a
new instance of the implementation of the interface Factory. |
| ManagedObjectsStore |
Implement the storage part of the factory.
|
| SingletonFactoryFactory |
This utility class manages a single instance of an implementation of the
Factory interface. |
| ThreadLocalFactoryFactory |
Implements a factory factory that returns a new instance for each thread.
|
Copyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.