|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImplementationConstructor | |
---|---|
org.apache.hivemind.definition | This package contains the interfaces that are needed for the definition of a registry. |
org.apache.hivemind.definition.impl | Default implementations of the registry definition API. |
org.apache.hivemind.impl | Implementations of interfaces defined in the org.apache.commons.hivemind package. |
org.apache.hivemind.internal |
Uses of ImplementationConstructor in org.apache.hivemind.definition |
---|
Methods in org.apache.hivemind.definition that return ImplementationConstructor | |
---|---|
ImplementationConstructor |
ImplementationDefinition.getServiceConstructor()
|
Uses of ImplementationConstructor in org.apache.hivemind.definition.impl |
---|
Methods in org.apache.hivemind.definition.impl that return ImplementationConstructor | |
---|---|
ImplementationConstructor |
ImplementationDefinitionImpl.getServiceConstructor()
|
Methods in org.apache.hivemind.definition.impl with parameters of type ImplementationConstructor | |
---|---|
ImplementationDefinition |
ModuleDefinitionHelper.addServiceImplementation(ServicePointDefinition servicePoint,
ImplementationConstructor constructor,
java.lang.String serviceModel)
|
void |
ImplementationDefinitionImpl.setImplementationConstructor(ImplementationConstructor serviceConstructor)
Sets the constructor implementation that is used for the creation of the implementation instance. |
Constructors in org.apache.hivemind.definition.impl with parameters of type ImplementationConstructor | |
---|---|
ImplementationDefinitionImpl(ModuleDefinition module,
Location location,
ImplementationConstructor implementationConstructor,
java.lang.String serviceModel,
boolean isDefault)
|
Uses of ImplementationConstructor in org.apache.hivemind.impl |
---|
Classes in org.apache.hivemind.impl that implement ImplementationConstructor | |
---|---|
class |
CreateClassServiceConstructor
Constructs a service by instantiating a class. |
Methods in org.apache.hivemind.impl that return ImplementationConstructor | |
---|---|
ImplementationConstructor |
ServicePointImpl.getServiceConstructor()
Returns the service constructor. |
ImplementationConstructor |
ConstructableServicePoint.getServiceConstructor()
Returns the constructor that can create the core service implementation. |
Uses of ImplementationConstructor in org.apache.hivemind.internal |
---|
Classes in org.apache.hivemind.internal that implement ImplementationConstructor | |
---|---|
class |
AbstractServiceImplementationConstructor
Ancestor for implementations of ImplementationConstructor . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |