Package | Description |
---|---|
org.apache.hivemind.parse |
Classes used to parse HiveMind module deployment descriptors, and descriptor objects
that represent the parsed information.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateInstanceDescriptor
Descriptor for the <create-instance< element, used to create
a core service implementation from a class name.
|
class |
InvokeFactoryDescriptor
Descriptor for the <invoke-factory> element.
|
Modifier and Type | Method and Description |
---|---|
InstanceBuilder |
AbstractServiceDescriptor.getInstanceBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractServiceDescriptor.setInstanceBuilder(InstanceBuilder descriptor)
A service extension may contribute one instance builder.
|