Uses of Interface
org.apache.hivemind.internal.ServiceImplementationConstructor

Packages that use ServiceImplementationConstructor
org.apache.hivemind.impl Implementations of interfaces defined in the org.apache.commons.hivemind package. 
org.apache.hivemind.parse Classes used to parse HiveMind module deployment descriptors, and descriptor objects that represent the parsed information. 
 

Uses of ServiceImplementationConstructor in org.apache.hivemind.impl
 

Classes in org.apache.hivemind.impl that implement ServiceImplementationConstructor
 class CreateClassServiceConstructor
          Constructs a service by instantiating a class.
 class InvokeFactoryServiceConstructor
          Constructs a new service by invoking methods on another service (which implements the ServiceImplementationFactory interface.
 

Methods in org.apache.hivemind.impl that return ServiceImplementationConstructor
 ServiceImplementationConstructor ServicePointImpl.getServiceConstructor()
          Returns the service constructor, if defined, or the default service constructor.
 ServiceImplementationConstructor ConstructableServicePoint.getServiceConstructor()
          Returns the constructor that can create the core service implementation.
 ServiceImplementationConstructor ServicePointImpl.getServiceConstructor(boolean defaultConstructor)
           
 

Methods in org.apache.hivemind.impl with parameters of type ServiceImplementationConstructor
 void ServicePointImpl.setServiceConstructor(ServiceImplementationConstructor contribution, boolean defaultConstructor)
           
 

Uses of ServiceImplementationConstructor in org.apache.hivemind.parse
 

Methods in org.apache.hivemind.parse that return ServiceImplementationConstructor
 ServiceImplementationConstructor InvokeFactoryDescriptor.createConstructor(ServicePoint point, Module contributingModule)
           
 ServiceImplementationConstructor InstanceBuilder.createConstructor(ServicePoint point, Module contributingModule)
          Returns an instance of ServiceImplementationConstructor that will ultimately create the service implementation instance.
 ServiceImplementationConstructor CreateInstanceDescriptor.createConstructor(ServicePoint point, Module contributingModule)