Package | Description |
---|---|
org.apache.hivemind.impl |
Implementations of interfaces defined in the org.apache.commons.hivemind package.
|
org.apache.hivemind.internal |
Modifier and Type | Interface and Description |
---|---|
interface |
ConstructableServicePoint
"Private" interface used by a
ServiceModel s to access non-
information about a ServicePoint , such as its instance
builder and interceptors. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExtensionPoint
Base class for extension points; provides module, visibility and extensionPointId properties.
|
class |
ConfigurationPointImpl
Implementation of the
ConfigurationPoint interface; a
container for Contribution s. |
class |
ServicePointImpl
Abstract implementation of
ServicePoint . |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigurationPoint
An extension point that provides configuration data in the form of a list of elements.
|
interface |
ServicePoint
Sub-interface of
ExtensionPoint that defines a service
extension point. |