Uses of Interface
org.apache.hivemind.internal.ServicePoint

Packages that use ServicePoint
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. 
 

Uses of ServicePoint in org.apache.hivemind.impl
 

Subinterfaces of ServicePoint in org.apache.hivemind.impl
 interface ConstructableServicePoint
          "Private" interface used by a ServiceModels 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 RegistryInfrastructureImpl.getServicePoint(java.lang.String serviceId, Module module)
           
 ServicePoint InvokeFactoryServiceConstructor.getServiceExtensionPoint()
           
 ServicePoint ModuleImpl.getServicePoint(java.lang.String serviceId)
           
 

Methods in org.apache.hivemind.impl with parameters of type ServicePoint
 void RegistryInfrastructureImpl.addServicePoint(ServicePoint point)
           
 void InvokeFactoryServiceConstructor.setServiceExtensionPoint(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
ServiceImplementationFactoryParametersImpl(ServicePoint servicePoint, Module invokingModule, java.util.List parameters)
           
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.
 

Uses of ServicePoint in org.apache.hivemind.internal
 

Methods in org.apache.hivemind.internal that return ServicePoint
 ServicePoint RegistryInfrastructure.getServicePoint(java.lang.String serviceId, Module module)
          Returns the identified service extension point.
 ServicePoint Module.getServicePoint(java.lang.String serviceId)
          Returns the identified service extension point.
 

Uses of ServicePoint in org.apache.hivemind.parse
 

Methods in org.apache.hivemind.parse with parameters of type ServicePoint
 ServiceImplementationConstructor CreateInstanceDescriptor.createConstructor(ServicePoint point, Module contributingModule)
           
 ServiceImplementationConstructor InvokeFactoryDescriptor.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.