Package | Description |
---|---|
org.apache.hivemind.impl |
Implementations of interfaces defined in the org.apache.commons.hivemind package.
|
org.apache.hivemind.internal | |
org.apache.hivemind.parse |
Classes used to parse HiveMind module deployment descriptors, and descriptor objects
that represent the parsed information.
|
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 |
ServicePointImpl
Abstract implementation of
ServicePoint . |
Modifier and Type | Method and Description |
---|---|
ServicePoint |
InvokeFactoryServiceConstructor.getServiceExtensionPoint() |
ServicePoint |
ModuleImpl.getServicePoint(java.lang.String serviceId) |
ServicePoint |
RegistryInfrastructureImpl.getServicePoint(java.lang.String serviceId,
Module module) |
Modifier and Type | Method and Description |
---|---|
void |
RegistryInfrastructureImpl.addServicePoint(ServicePoint point) |
static java.lang.Object |
ProxyUtils.createDelegatingProxy(java.lang.String type,
ServiceModel serviceModel,
java.lang.String delegationMethodName,
ServicePoint servicePoint)
Creates a class that implements the service interface.
|
static RegistryShutdownListener |
ProxyUtils.createOuterProxy(java.lang.Object delegate,
ServicePoint servicePoint)
Constructs an outer proxy (for the threaded or pooled service).
|
void |
InvokeFactoryServiceConstructor.setServiceExtensionPoint(ServicePoint point) |
Constructor and Description |
---|
InterceptorStackImpl(org.apache.commons.logging.Log log,
ServicePoint sep,
java.lang.Object root) |
ProxyBuilder(java.lang.String type,
ServicePoint point) |
ProxyBuilder(java.lang.String type,
ServicePoint point,
boolean outerProxy)
Constructs a new builder.
|
ServiceImplementationFactoryParametersImpl(ServicePoint servicePoint,
Module invokingModule,
java.util.List parameters) |
Modifier and Type | Method and Description |
---|---|
ServicePoint |
Module.getServicePoint(java.lang.String serviceId)
Returns the identified service extension point.
|
ServicePoint |
RegistryInfrastructure.getServicePoint(java.lang.String serviceId,
Module module)
Returns the identified service extension point.
|
Modifier and Type | Method and Description |
---|---|
ServiceImplementationConstructor |
CreateInstanceDescriptor.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 |
InvokeFactoryDescriptor.createConstructor(ServicePoint point,
Module contributingModule) |