| Interface | Description |
|---|---|
| LookupFactory |
A lookup factory supporting type and ID lookup.
|
| LookupIdFactory |
The
LookupIdFactory defines the functionality which must be provided
in order to represent a factory for object creation of objects identified by
an ID String and of the expected type (in contrast to the
TypedFactory and the TypedLookupIdFactory which create
instances of a predefined type specified with a generic argument). |
| LookupTypeFactory |
The
LookupTypeFactory defines the functionality which must be
provided in order to represent a factory for object creation of *ALL* objects
being of a requested type (in contrast to the TypedFactory and the
TypedLookupIdFactory which create instances of a predefined type
specified with a generic argument). |
| TypedFactory<T> |
The
TypedFactory defines the functionality which must be provided in
order to represent a factory for object creation of a predefined type
specified with a generic argument (in contrast to the LookupIdFactory
, which creates instances of an expected type). |
| TypedLookupIdFactory<T> |
The
TypedLookupIdFactory defines the functionality which must be
provided in order to represent a factory for object creation of objects
identified by an ID String and of a predefined type specified with a
generic argument (in contrast to the LookupIdFactory, which creates
instances of an expected type). |
| TypedRecyclingFactory<T> |
The
TypedRecyclingFactory is a TypedFactory providing
recycling support for instances as being created by the
TypedRecyclingFactoryTypedFactory.createInstance() (or
TypedFactory.createInstance(Properties). |
| TypedTypeFactory<T> |
The
TypedTypeFactory defines the functionality which must be provided
in order to represent a factory for object creation of *ALL* objects being of
a requested type (in contrast to the TypedFactory and the
TypedLookupIdFactory which create instances of a predefined type
specified with a generic argument). |
Copyright © 2015. All rights reserved.