Package | Description |
---|---|
org.apache.hivemind.service.impl |
Implementations of services provided by the
hivemind module. |
Modifier and Type | Class and Description |
---|---|
class |
BuilderClassResolverFacet
BuilderFacet whose value is the
ClassResolver of the contributing module. |
class |
BuilderErrorHandlerFacet
Exposes the invoking module's
ErrorHandler to a service as a
constructor parameter or a property. |
class |
BuilderErrorLogFacet
Exposes the service's
error log
as a constructor parameter or a property. |
class |
BuilderLogFacet
Facet whose value is the
Log instance for the service (which is based on the
service id, not the class name). |
class |
BuilderMessagesFacet
BuilderFacet whose value is the
Messages for the module containing the service being constructed. |
class |
BuilderPropertyFacet
Implementation of
BuilderFacet that stores a value. |
class |
BuilderServiceIdFacet
BuilderFacet whose value is the service id of the
service being constructed. |
Modifier and Type | Method and Description |
---|---|
BuilderFacet |
BuilderParameter.getFacetForType(ServiceImplementationFactoryParameters factoryParameters,
java.lang.Class targetType) |
Modifier and Type | Method and Description |
---|---|
void |
BuilderParameter.addParameter(BuilderFacet facet) |
void |
BuilderParameter.addProperty(BuilderFacet facet) |