|
|||||||||
| Home >> All >> org >> apache >> hivemind >> [ internal overview ] | PREV NEXT | ||||||||
A
- areElementsMappable() - Method in interface org.apache.hivemind.internal.ConfigurationPoint
- Returns true if the elements contributed to this configuration point can be retrieved as a Map 55 .
C
- ConfigurationPoint - interface org.apache.hivemind.internal.ConfigurationPoint.
- An extension point that provides configuration data in the form of a list of elements.
- Contribution - interface org.apache.hivemind.internal.Contribution.
- An Contribution is a contribution to an ConfigurationPoint.
- cleanupThread() - Method in interface org.apache.hivemind.internal.RegistryInfrastructure
- Convienience for invoking
org.apache.hivemind.service.ThreadEventNotifier#fireThreadCleanup(). - constructCoreServiceImplementation() - Method in interface org.apache.hivemind.internal.ServiceImplementationConstructor
- Creates a new core service implementation.
- containsConfiguration(String, Module) - Method in interface org.apache.hivemind.internal.RegistryInfrastructure
- Returns true if a configuration for the specified id exists (and is visible to the specified module).
- containsService(Class) - Method in interface org.apache.hivemind.internal.Module
- Returns true if a single service exists which implements the specified service interface and is visible to this module.
- containsService(Class, Module) - Method in interface org.apache.hivemind.internal.RegistryInfrastructure
- Returns true if a single service exists which implements the specified service interface and is visible to the given module.
- containsService(String, Class, Module) - Method in interface org.apache.hivemind.internal.RegistryInfrastructure
- Returns true if a single service with the given id exists which implements the specified service interface and is visible to the given module.
- createInterceptor(InterceptorStack) - Method in interface org.apache.hivemind.internal.ServiceInterceptorContribution
- Invoked to actually create the interceptor and push it onto the stack.
- createServiceModelForService(ConstructableServicePoint) - Method in interface org.apache.hivemind.internal.ServiceModelFactory
E
- ExtensionPoint - interface org.apache.hivemind.internal.ExtensionPoint.
- Base interface for service and configuration extension points.
- expandSymbols(String, Location) - Method in interface org.apache.hivemind.internal.Module
- expandSymbols(String, Location) - Method in interface org.apache.hivemind.internal.RegistryInfrastructure
- Expands any substitution symbols in the input string, replacing each symbol with the symbols value (if known).
F
- forceServiceInstantiation() - Method in interface org.apache.hivemind.internal.ServicePoint
- Forces the service to be fully instantiated immediately, rather than lazily.
G
- getClassResolver() - Method in interface org.apache.hivemind.internal.Module
- Returns the resource resolver for this module.
- getConfiguration(String) - Method in interface org.apache.hivemind.internal.Module
- Returns the java.util.List of elements for the specified configuration point.
- getConfiguration(String, Module) - Method in interface org.apache.hivemind.internal.RegistryInfrastructure
- Returns the converted items contributed to the configuration point.
- getConfigurationAsMap(String) - Method in interface org.apache.hivemind.internal.Module
- Returns the elements of the given configuration point as an unmodifiable java.util.Map.
- getConfigurationAsMap(String, Module) - Method in interface org.apache.hivemind.internal.RegistryInfrastructure
- Returns the elements of the given configuration point as an unmodifiable java.util.Map.
- getConfigurationPoint(String, Module) - Method in interface org.apache.hivemind.internal.RegistryInfrastructure
- Returns the configuration point.
- getContributingModule() - Method in interface org.apache.hivemind.internal.Contribution
- Returns the module which made this contribution.
- getContributingModule() - Method in interface org.apache.hivemind.internal.ServiceImplementationConstructor
- Returns the module which created the contribution.
- getContributionsSchema() - Method in interface org.apache.hivemind.internal.ConfigurationPoint
- Returns the Schema for contributions to the configuration point (which may be null if the point does not define a schema for contributions).
- getDeclaredInterface() - Method in interface org.apache.hivemind.internal.ServicePoint
- Returns the interface for the service as specified in the descriptor; starting with release 1.1 it is possible to define a service in terms of a class (as the interface) and a synthetic interface is generated where appropriate.
- getElements() - Method in interface org.apache.hivemind.internal.ConfigurationPoint
- Returns the constructed extensions as a list of elements assembled from the various contributions.
- getElements() - Method in interface org.apache.hivemind.internal.Contribution
- Returns a List of org.apache.hivemind.Element, the representation of the XML elements in the extension.
- getElementsAsMap() - Method in interface org.apache.hivemind.internal.ConfigurationPoint
- Returns the constructed extensions as a Map of elements assembled from the various contributions.
- getErrorHander() - Method in interface org.apache.hivemind.internal.RegistryInfrastructure
- Returns the org.apache.hivemind.ErrorHandler for this Registry.
- getErrorHandler() - Method in interface org.apache.hivemind.internal.Module
- Returns the org.apache.hivemind.ErrorHandler for this Registry.
- getErrorLog() - Method in interface org.apache.hivemind.internal.ExtensionPoint
- Returns an org.apache.hivemind.ErrorLog used to report any recoverable errors related to the extension point.
- getExtensionPointId() - Method in interface org.apache.hivemind.internal.ExtensionPoint
- Returns the fully qualified id of the extension point.
- getFactoryServiceId() - Method in interface org.apache.hivemind.internal.ServiceInterceptorContribution
- Returns the id of the factory that creates the interceptor.
- getFollowingInterceptorIds() - Method in interface org.apache.hivemind.internal.ServiceInterceptorContribution
- As
ServiceInterceptorContribution.getPrecedingInterceptorIds()55 , but the indicating interceptors's behavior should follow this interceptor's. - getLocale() - Method in interface org.apache.hivemind.internal.Module
- getLocale() - Method in interface org.apache.hivemind.internal.RegistryInfrastructure
- Returns the locale for which the registry was created.
- getLog() - Method in interface org.apache.hivemind.internal.ExtensionPoint
- Returns the Log instance for this extension point.
- getMessage(String, Locale) - Method in interface org.apache.hivemind.internal.MessageFinder
- Returns a message matching the key, in the indicated locale.
- getMessages() - Method in interface org.apache.hivemind.internal.Module
- Returns an object that can provide and format localized messages for this module.
- getModule() - Method in interface org.apache.hivemind.internal.ExtensionPoint
- Returns the Module containing the extension point.
- getModule(String) - Method in interface org.apache.hivemind.internal.RegistryInfrastructure
- Returns the module with the corresponding module id.
- getModuleId() - Method in interface org.apache.hivemind.internal.Module
- Returns the unique identifier for this module.
- getName() - Method in interface org.apache.hivemind.internal.ServiceInterceptorContribution
- Returns the name of the service interceptor.
- getParametersCount() - Method in interface org.apache.hivemind.internal.ServicePoint
- Returns the number of parameter object expected; generally this is the default of exactly one (
Occurances.REQUIRED>
Occurances.REQUIRED55 ). - getParametersSchema() - Method in interface org.apache.hivemind.internal.ServicePoint
- Returns the org.apache.hivemind.schema.Schema used to process any parameters passed to the service.
- getPrecedingInterceptorIds() - Method in interface org.apache.hivemind.internal.ServiceInterceptorContribution
- Returns a list interceptors service ids as a comma seperated list.
- getService(String, Class) - Method in interface org.apache.hivemind.internal.Module
- Looks up the ServicePoint (throwing an exception if not found) and invokes
ServicePoint.getService(Class)55 . - getService(Class) - Method in interface org.apache.hivemind.internal.Module
- Finds a service that implements the provided interface.
- getService(String, Class, Module) - Method in interface org.apache.hivemind.internal.RegistryInfrastructure
- Obtains a service from the registry.
- getService(Class, Module) - Method in interface org.apache.hivemind.internal.RegistryInfrastructure
- Finds a service that implements the provided interface.
- getService() - Method in interface org.apache.hivemind.internal.ServiceModel
- Invoked by the service extension point to obtain the service implementation.
- getService(Class) - Method in interface org.apache.hivemind.internal.ServicePoint
- Obtains the full service implementation for this service extension point, an object that implements the service interface.
- getServiceIds(Class) - Method in interface org.apache.hivemind.internal.RegistryInfrastructure
- getServiceInterface() - Method in interface org.apache.hivemind.internal.ServicePoint
- Returns the type of the service, the interface the service implements.
- getServiceInterfaceClassName() - Method in interface org.apache.hivemind.internal.ServicePoint
- Returns the fully qualified class name of the service interface.
- getServiceModelFactory(String) - Method in interface org.apache.hivemind.internal.Module
- getServiceModelFactory(String) - Method in interface org.apache.hivemind.internal.RegistryInfrastructure
- Returns a named service-model factory
- getServicePoint(String) - Method in interface org.apache.hivemind.internal.Module
- Returns the identified service extension point.
- getServicePoint(String, Module) - Method in interface org.apache.hivemind.internal.RegistryInfrastructure
- Returns the identified service extension point.
- getTranslator(String) - Method in interface org.apache.hivemind.internal.Module
- getTranslator(String) - Method in interface org.apache.hivemind.internal.RegistryInfrastructure
- Gets a org.apache.hivemind.schema.Translator instance.
I
- instantiateService() - Method in interface org.apache.hivemind.internal.ServiceModel
- Forces the core service implementation (and any interceptors) to be fully instantiated immediately, rather than waiting for the first service method invocation.
- isConfigurationMappable(String) - Method in interface org.apache.hivemind.internal.Module
- Returns true if the elements contributed to the given configuration point can be retrieved as a Map 55 .
- isConfigurationMappable(String, Module) - Method in interface org.apache.hivemind.internal.RegistryInfrastructure
- Returns true if the elements contributed to the given configuration point can be retrieved as a Map.
M
- MessageFinder - interface org.apache.hivemind.internal.MessageFinder.
- An abstraction around the ResourceBundler-style property names and localized messages.
- Module - interface org.apache.hivemind.internal.Module.
- The definition of a HiveMind Module.
O
- org.apache.hivemind.internal - package org.apache.hivemind.internal
P
- PRIVATE - Static variable in class org.apache.hivemind.internal.Visibility
- Restricts access to the artifact to just the module which defines it.
- PUBLIC - Static variable in class org.apache.hivemind.internal.Visibility
- The default visibility, allowing access to the artifact from any module.
R
- RegistryInfrastructure - interface org.apache.hivemind.internal.RegistryInfrastructure.
- Extension of org.apache.hivemind.Registry provided by some internals of HiveMind to faciliate the creation of services and configurations.
- resolveType(String) - Method in interface org.apache.hivemind.internal.Module
- Returns the class matching the type.
S
- ServiceImplementationConstructor - interface org.apache.hivemind.internal.ServiceImplementationConstructor.
- A contribution to a service extension point that is used to create the core service instance (which may then be enhanced with interceptors).
- ServiceInterceptorContribution - interface org.apache.hivemind.internal.ServiceInterceptorContribution.
- A contribution to a service extension point that creates an interceptor.
- ServiceModel - interface org.apache.hivemind.internal.ServiceModel.
- A service model is associated with a ServicePoint to supply rules for the lifecycle of the service.
- ServiceModelFactory - interface org.apache.hivemind.internal.ServiceModelFactory.
- ServicePoint - interface org.apache.hivemind.internal.ServicePoint.
- Sub-interface of ExtensionPoint that defines a service extension point.
- setupThread() - Method in interface org.apache.hivemind.internal.RegistryInfrastructure
- To be invoked at the start of each request in a multi-threaded environment.
- shutdown() - Method in interface org.apache.hivemind.internal.RegistryInfrastructure
- Shuts down the registry; this notifies all org.apache.hivemind.events.RegistryShutdownListener services and objects.
- startup() - Method in interface org.apache.hivemind.internal.RegistryInfrastructure
- Invoked once, just after the registry infrastructure is constructed.
T
- toString() - Method in class org.apache.hivemind.internal.Visibility
V
- Visibility - class org.apache.hivemind.internal.Visibility.
- The visibility of a configuruation point, extension point, or schema.
- Visibility(String) - Constructor for class org.apache.hivemind.internal.Visibility
- visibleToModule(Module) - Method in interface org.apache.hivemind.internal.ExtensionPoint
- Returns true if the extension point is visible to the specified module.
_
- _name - Variable in class org.apache.hivemind.internal.Visibility
A C E F G I M O P R S T V _
|
|||||||||
| Home >> All >> org >> apache >> hivemind >> [ internal overview ] | PREV NEXT | ||||||||