Uses of Class
org.apache.hivemind.service.impl.BuilderFacet

Packages that use BuilderFacet
org.apache.hivemind.service.impl Implementations of services provided by the hivemind module. 
 

Uses of BuilderFacet in org.apache.hivemind.service.impl
 

Subclasses of BuilderFacet in org.apache.hivemind.service.impl
 class BuilderClassResolverFacet
          BuilderFacetwhose value is the ClassResolverof the contributing module.
 class BuilderErrorHandlerFacet
          Exposes the invoking module's ErrorHandlerto 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
          BuilderFacetwhose value is the Messagesfor the module containing the service being constructed.
 class BuilderPropertyFacet
          Implementation of BuilderFacetthat stores a value.
 class BuilderServiceIdFacet
          BuilderFacetwhose value is the service id of the service being constructed.
 

Methods in org.apache.hivemind.service.impl that return BuilderFacet
 BuilderFacet BuilderParameter.getFacetForType(ServiceImplementationFactoryParameters factoryParameters, java.lang.Class targetType)
           
 

Methods in org.apache.hivemind.service.impl with parameters of type BuilderFacet
 void BuilderParameter.addParameter(BuilderFacet facet)
           
 void BuilderParameter.addProperty(BuilderFacet facet)