org.apache.hivemind.service.impl
Class BuilderServiceIdFacet
java.lang.Object
|
+--org.apache.hivemind.impl.BaseLocatable
|
+--org.apache.hivemind.service.impl.BuilderFacet
|
+--org.apache.hivemind.service.impl.BuilderServiceIdFacet
- All Implemented Interfaces:
- Locatable, LocationHolder
- public class BuilderServiceIdFacet
- extends BuilderFacet
BuilderFacet
whose value is the service id of the
service being constructed.
- Author:
- Howard Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuilderServiceIdFacet
public BuilderServiceIdFacet()
getFacetValue
public java.lang.Object getFacetValue(ServiceImplementationFactoryParameters parameters,
java.lang.Class targetType)
- Description copied from class:
BuilderFacet
- Implemented in subclasses to provide a specific value for the facet (for use as a constructor
parameter, or as a value to set a property to).
- Specified by:
getFacetValue
in class BuilderFacet
- Parameters:
parameters
- the parameters that define the service point and its environmenttargetType
- the desired property type (extracted from the property type of the property to be
updated, when a property is known)
isAssignableToType
public boolean isAssignableToType(ServiceImplementationFactoryParameters factoryParameters,
java.lang.Class targetType)
- Specified by:
isAssignableToType
in class BuilderFacet
getDefaultPropertyName
protected java.lang.String getDefaultPropertyName()
- Description copied from class:
BuilderFacet
- Returns null. Subclasses can provide the default name for a property used by
#autowire(Object)
.
- Overrides:
getDefaultPropertyName
in class BuilderFacet