|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServicePoint | |
---|---|
org.apache.hivemind.definition | This package contains the interfaces that are needed for the definition of a registry. |
org.apache.hivemind.impl | Implementations of interfaces defined in the org.apache.commons.hivemind package. |
org.apache.hivemind.internal |
Uses of ServicePoint in org.apache.hivemind.definition |
---|
Methods in org.apache.hivemind.definition that return ServicePoint | |
---|---|
ServicePoint |
ImplementationConstructionContext.getServicePoint()
|
Uses of ServicePoint in org.apache.hivemind.impl |
---|
Subinterfaces of ServicePoint in org.apache.hivemind.impl | |
---|---|
interface |
ConstructableServicePoint
"Private" interface used by a ServiceModel s to access non-
information about a ServicePoint , such as its instance
builder and interceptors. |
Classes in org.apache.hivemind.impl that implement ServicePoint | |
---|---|
class |
ServicePointImpl
Abstract implementation of ServicePoint . |
Methods in org.apache.hivemind.impl that return ServicePoint | |
---|---|
ServicePoint |
ModuleImpl.getServicePoint(java.lang.String serviceId)
|
ServicePoint |
RegistryInfrastructureImpl.getServicePoint(java.lang.String serviceId,
Module module)
|
Methods in org.apache.hivemind.impl with parameters of type ServicePoint | |
---|---|
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). |
Constructors in org.apache.hivemind.impl with parameters of type ServicePoint | |
---|---|
InterceptorStackImpl(org.apache.commons.logging.Log log,
ServicePoint sep,
java.lang.Object root)
|
Uses of ServicePoint in org.apache.hivemind.internal |
---|
Methods in org.apache.hivemind.internal that return ServicePoint | |
---|---|
ServicePoint |
ImplementationConstructionContextImpl.getServicePoint()
|
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. |
Constructors in org.apache.hivemind.internal with parameters of type ServicePoint | |
---|---|
ImplementationConstructionContextImpl(Module definingModule,
ServicePoint servicePoint)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |