Library:Apache Jakarta HiveMind
Version:1.1.1
Compatibility:JDK 1.4
Classes in library Apache Jakarta HiveMind.
NamePackageDescription
AbstractDynamicMBeanorg.apache.hivemind.management.mbeansAncestor for MBeans.
AbstractEJBProxyorg.apache.hivemind.lib.implGeneric EJB proxy for stateless session beans.
AbstractExtensionPointorg.apache.hivemind.implBase class for extension points; provides module, visibility and extensionPointId properties.
AbstractFaborg.apache.hivemind.service.implCommon code for ClassFabImpl and InterfaceFabImpl .
AbstractMessagesorg.apache.hivemind.implAbstract base class for implementations of Messages .
AbstractParserorg.apache.hivemind.parseAbstract super-class for parsers based around the SAX event model.
AbstractResourceorg.apache.hivemind.utilAbstract implementation of Resource .
AbstractServiceDescriptororg.apache.hivemind.parseBase class for ServicePointDescriptor and ImplementationDescriptor .
AbstractServiceInvocationDescriptororg.apache.hivemind.parseBase class for descriptors that represent invocating a service with parameters.
AbstractServiceModelImplorg.apache.hivemind.impl.servicemodelBase class for implementing ServiceModel .
AdderImplorg.apache.hivemind.internal.serNo description provided.
AdderWrapperorg.apache.hivemind.internal.serNo description provided.
AndEvaluatororg.apache.hivemind.conditionalAnd operation, evaluates the left node and then (perhaps) the right node (short circuiting may take place).
AttributeImplorg.apache.hivemind.implImplementation of Attribute .
AttributeMappingDescriptororg.apache.hivemind.parseDescriptor for the <map> element, nested within a <conversion> module descriptor element.
AttributeModelImplorg.apache.hivemind.schema.implImplementation of AttributeModel .
BaseAnnotationHolderorg.apache.hivemind.parseBase class for classes which implement AnnotationHolder .
BaseLocatableorg.apache.hivemind.implBase class for classes which implement LocationHolder .
BaseRuleorg.apache.hivemind.schema.rulesBase class for implementing Rule s.
Beanorg.apache.hivemind.schema.rulesNo description provided.
BeanAorg.apache.hivemindNo description provided.
BeanBorg.apache.hivemindNo description provided.
BeanFactoryBuilderorg.apache.hivemind.lib.factoryService implementation factory that builds BeanFactory instances.
BeanFactoryContributionorg.apache.hivemind.lib.factoryA contribution used with an BeanFactory to define one class of objects that may be returned from the factory.
BeanFactoryImplorg.apache.hivemind.lib.factoryImplementation of BeanFactory .
BeanFactoryObjectProviderorg.apache.hivemind.lib.factoryAn ObjectProvider that references a named (or named and initialized) bean from a BeanFactory .
BeanFactoryParameterorg.apache.hivemind.lib.factoryParameter object passed to BeanFactoryBuilder .
BodyBuilderorg.apache.hivemind.serviceUtility class for assembling the body used with Javassist as a method or catch block.
BooleanTranslatororg.apache.hivemind.schema.rulesTranslates a string value to a boolean value.
BuilderClassResolverFacetorg.apache.hivemind.service.implBuilderFacet whose value is the ClassResolver of the contributing module.
BuilderErrorHandlerFacetorg.apache.hivemind.service.implExposes the invoking module's ErrorHandler to a service as a constructor parameter or a property.
BuilderErrorLogFacetorg.apache.hivemind.service.implExposes the service's error log as a constructor parameter or a property.
BuilderFacetorg.apache.hivemind.service.implRepresents one facet of constructing a service implementation instance.
BuilderFactoryorg.apache.hivemind.service.implImplementation of ServiceImplementationFactory that can instantiate an object and then configure its properties.
BuilderFactoryLogicorg.apache.hivemind.service.implCreated by BuilderFactory for each service to be created; encapsulates all the direct and indirect parameters used to construct a service.
BuilderLogFacetorg.apache.hivemind.service.implFacet whose value is the Log instance for the service (which is based on the service id, not the class name).
BuilderMessagesFacetorg.apache.hivemind.service.implBuilderFacet whose value is the Messages for the module containing the service being constructed.
BuilderParameterorg.apache.hivemind.service.implParameter object used with BuilderFactory .
BuilderPropertyFacetorg.apache.hivemind.service.implImplementation of BuilderFacet that stores a value.
BuilderServiceIdFacetorg.apache.hivemind.service.implBuilderFacet whose value is the service id of the service being constructed.
CalculatorImplorg.apache.hivemind.managementNo description provided.
CatchAllToStringStrategyorg.apache.hivemind.lib.strategyUsed by TestStrategyRegistry 's integration test.
ChainBuilderImplorg.apache.hivemind.lib.chainGang of Four Chain of Commands Pattern.
ChainCommandorg.apache.hivemind.lib.chainNo description provided.
ChainContributionorg.apache.hivemind.lib.chainA contribution used with ChainFactory .
ChainFactoryorg.apache.hivemind.lib.chainBuilds a service implementation using ChainBuilder .
ClassFabImplorg.apache.hivemind.service.implImplementation of ClassFab .
ClassFabUtilsorg.apache.hivemind.serviceStatic class containing utility methods.
ClassFactoryImplorg.apache.hivemind.service.implImplementation of ClassFactory .
ClassNameEvaluatororg.apache.hivemind.conditionalEvaluator for a fully qualified class name.
ClassObjectProviderorg.apache.hivemind.service.implImplementation of ObjectProvider that interprets the locator as a class name and converts it to a Class object.
ClasspathResourceorg.apache.hivemind.utilImplementation of Resource for resources found within the classpath.
ClassTranslatororg.apache.hivemind.schema.rulesTranslator that converts a class name into an instance of a class.
CompositeFilterorg.apache.hivemind.methodmatchRuns a suite of MethodFilter s, returning true only if each filter does.
ConcreteMBeanorg.apache.hivemind.management.mbeansTest MBean
ConfigurationObjectProviderorg.apache.hivemind.service.implImplementation of ObjectProvider mapped to prefix "configuration:" for accessing configurations.
ConfigurationPointDescriptororg.apache.hivemind.parseDescriptor for the <configuration-point> element, which defines a configuration extension point.
ConfigurationPointImplorg.apache.hivemind.implImplementation of the ConfigurationPoint interface; a container for Contribution s.
ConfigurationTranslatororg.apache.hivemind.schema.rulesInterprets a string as an extension point id, and provides the elements for that extension point.
ConstructorUtilsorg.apache.hivemind.utilStatic methods for invoking constructors.
ConstructRegistryorg.apache.hivemind.antReads some number of hivemodule deployment descriptors (specified as a fileset) and builds a composite registry by simply concatinating them all.
ContextResourceorg.apache.hivemind.utilImplementation of Resource for resources found within the web application context.
ContributionDescriptororg.apache.hivemind.parseDescriptor for <contribution> element.
ContributionImplorg.apache.hivemind.implImplements the Contribution interface, a wrapper around objects that can provide values that plug into an extension point.
ConversionDescriptororg.apache.hivemind.parseDescriptor for the <conversion> module descriptor element.
Counterorg.apache.hivemind.impl.servicemodelNo description provided.
CreateClassServiceConstructororg.apache.hivemind.implConstructs a service by instantiating a class.
CreateInstanceDescriptororg.apache.hivemind.parseDescriptor for the <create-instance< element, used to create a core service implementation from a class name.
CreateObjectRuleorg.apache.hivemind.schema.rulesBasic Rule for creating a new object.
CtClassSourceorg.apache.hivemind.service.implWrapper around Javassist's ClassPool and our own ClassFactoryClassLoader that manages the creation of new instance of CtClass and converts finished CtClass's into instantiable Classes.
DefaultClassResolverorg.apache.hivemind.implDefault implementation of ClassResolver based around getContextClassLoader() (which is set by the servlet container).
DefaultErrorHandlerorg.apache.hivemind.implDefault implementation of ErrorHandler that simply logs error.
DefaultImplementationBuilderImplorg.apache.hivemind.lib.implImplemenation of DefaultImplementationBuilder .
DefaultsSymbolSourceorg.apache.hivemind.service.implImplementation of SymbolSource driven off of an extension point.
Defenseorg.apache.hivemind.utilSimple utilities for defensive programming.
DependencyDescriptororg.apache.hivemind.parseDescriptor for <dependency> element.
DescriptorParserorg.apache.hivemind.parseUsed to parse HiveMind module deployment descriptors.
DoubleTranslatororg.apache.hivemind.schema.rulesTranslates strings to integer values.
EagerLoaderorg.apache.hivemind.service.implImplementation of the hivemind.EagerLoad service, which is contributed into to hivemind.Startup configuration point.
EJBProxyFactoryorg.apache.hivemind.lib.implAn implementation of ServiceImplementationFactory that can create a proxy to a stateless session EJB.
EJBProxyParametersorg.apache.hivemind.lib.implParameters for the EJBProxyFactory .
ElementImplorg.apache.hivemind.implImplementation of Element .
ElementModelImplorg.apache.hivemind.schema.implImplementation of ElementModel .
ElementParseInfoorg.apache.hivemind.parseUsed by DescriptorParser to track which attributes are expected for an element, and which are required.
ElementsInnerProxyListorg.apache.hivemind.implImplements a List as a proxy to an actual list of elements, provided by an extension point.
ElementsInnerProxyMaporg.apache.hivemind.implImplements a Map as a proxy to an actual map of elements, provided by an extension point.
ElementsProxyListorg.apache.hivemind.implThe List implementation visible to the client code.
ElementsProxyMaporg.apache.hivemind.implThe Map implementation visible to the client code.
EnumerationTranslatororg.apache.hivemind.schema.rulesUsed to translate a set of strings to one of a number of constant values.
ErrorLogImplorg.apache.hivemind.implNo description provided.
EvaluationContextImplorg.apache.hivemind.conditionalNo description provided.
EventLinkerImplorg.apache.hivemind.service.implImplementation of EventLinker .
EventListenerListorg.apache.hivemind.utilConvienience class for tracking a list of event listeners.
EventRegistrationorg.apache.hivemind.service.implAn event registrtion for a service constructed by BuilderFactory .
ExactNameFilterorg.apache.hivemind.methodmatchMatches a method if the name is an exact match.
ExtendingInterfaceBeanorg.apache.hivemind.service.implNo description provided.
ExtendingSubInterfaceBeanorg.apache.hivemind.service.implNo description provided.
FactoryDefaultorg.apache.hivemind.service.implDefault symbol value defined by the hivemind.FactoryDefaults extension point.
FileResourceorg.apache.hivemind.utilAn implementation of Resource built around File .
FilterContributionorg.apache.hivemind.lib.pipelineA contribution used to add a filter to the pipeline.
FilterHolderorg.apache.hivemind.lib.pipelineA holder for a filter within a pipeline, and for the location for that filter.
FortuneCookieImplorg.apache.hivemind.lib.implNo description provided.
Grabberorg.apache.hivemind.buildAnt task for conditionally downloading a file and checking its md5 sum.
GroovyModuleDescriptorProviderorg.apache.hivemind.lib.groovyThis ModuleDescriptorProvider processes Groovy scripts defining module descriptors.
HiveMindorg.apache.hivemindStatic utility class for HiveMind.
HiveMindBuilderorg.apache.hivemind.lib.groovyThe HiveMindBuilder is a groovy markup builder which can be used to define HiveMind module descriptors using a Groovy script.
HiveMindClassPoolorg.apache.hivemind.service.implUsed to ensure that appendClassPath(ClassPath) is invoked with a synchronized lock.
HiveMindFilterorg.apache.hivemind.servletServlet filter that constructs the Registry at startup.
HiveMindMessagesorg.apache.hivemindUsed to format general-purpose messages used in code within HiveMind.
IdListTranslatororg.apache.hivemind.schema.rulesA Translator that acts as a wrapper around qualifyList(String, String) .
IdUtilsorg.apache.hivemind.utilA collection of utilities for handling qualified and unqualified ids.
IgnoreStaticAndPrivateMethodsBeanorg.apache.hivemind.service.implNo description provided.
ImplementationDescriptororg.apache.hivemind.parseDescriptor for <implementation> elements.
InfixNameFilterorg.apache.hivemind.methodmatchMatches a method when the provided string appears anywhere in the method name.
InitializerErrorRunnableorg.apache.hivemind.service.implNo description provided.
InstanceCreationUtilsorg.apache.hivemind.utilCode for creating an instance, possibly setting its Location , and possibly initializing its properties.
InstanceTranslatororg.apache.hivemind.schema.rulesUsed to translate from a class name to an instance of the class.
InterceptorDescriptororg.apache.hivemind.parseDescriptor for the <interceptor> element.
InterceptorStackImplorg.apache.hivemind.implImplementation of the InterceptorStack interface; localizes error checking in one place.
InterfaceFabImplorg.apache.hivemind.service.implNo description provided.
InterfaceSynthesizerImplorg.apache.hivemind.service.implNo description provided.
IntTranslatororg.apache.hivemind.schema.rulesTranslates strings to integer values.
InvokeFactoryDescriptororg.apache.hivemind.parseDescriptor for the <invoke-factory> element.
InvokeFactoryServiceConstructororg.apache.hivemind.implConstructs a new service by invoking methods on another service (which implements the ServiceImplementationFactory interface.
InvokeParentRuleorg.apache.hivemind.schema.rulesRule used to connect a child object to its parent by invoking a method on the parent, passing the child.
IOUtilsorg.apache.hivemind.utilTiny utilities used with InputStream and friends.
JavaTypeUtilsorg.apache.hivemind.implHolds a utility method that converts java type names (as they might appear in source code) into JVM class names.
JMXConnectorServerFactoryorg.apache.hivemind.management.implAn implementation of ServiceImplementationFactory that creates JMXConnectorServer instances using JMXConnectorServerFactory
JMXConnectorServerParameterorg.apache.hivemind.management.implParameter object passed to JMXConnectorServerFactory .
ListPropertyBeanorg.apache.hivemind.service.implNo description provided.
LocalizedContextResourceFinderorg.apache.hivemind.utilFinds localized resources within the web application context.
LocalizedFileResourceFinderorg.apache.hivemind.utilUsed by FileResource to locate localizations of a given file.
LocalizedNameGeneratororg.apache.hivemind.utilUsed in a wide variety of resource searches.
LocalizedResourceorg.apache.hivemind.utilContains the path to a localized resource and the locale for which it has been localized.
LocalizedResourceFinderorg.apache.hivemind.utilSearches for a localization of a particular resource in the classpath (using a ClassResolver .
LocationImplorg.apache.hivemind.implImplementation of the Location interface.
LoggerContributionorg.apache.hivemind.management.log4jContains contributions defined by the hivemind.management.Logger schema.
LoggerMBeanorg.apache.hivemind.management.log4jMBean for the management of a Log4j logger.
LoggingInterceptorFactoryorg.apache.hivemind.service.implAn interceptor factory that adds logging capability to a service.
LoggingUtilsorg.apache.hivemind.service.implCollection of static methods used by loggers to log method entry and exit.
LogManagementMBeanorg.apache.hivemind.management.log4jMBean that manages MBeans for Log4j Loggers.
LongTranslatororg.apache.hivemind.schema.rulesTranslates strings to long values.
ManagementMessagesorg.apache.hivemind.managementMessages for the management package.
ManifestClassPathorg.apache.hivemind.antUtility used to create a manifest class path.
MatchAllFilterorg.apache.hivemind.methodmatchMatches all methods, regardless of name.
MBeanRegistrationContributionorg.apache.hivemind.management.implHolds the information for a service that gets registered as JMX Managed Bean
MBeanRegistryImplorg.apache.hivemind.management.implImplementation of MBeanRegistry .
MBeanServerFactoryorg.apache.hivemind.management.implAn implementation of ServiceImplementationFactory that creates a MBeanServer using MBeanServerFactory .
MessageFinderImplorg.apache.hivemind.implNo description provided.
MessageFormatterorg.apache.hivemind.implA wrapper around ResourceBundle that makes it easier to access and format messages.
MethodContributionorg.apache.hivemind.serviceContains contributions defined by the hivemind.MethodFilter schema.
MethodFilterorg.apache.hivemind.methodmatchUsed by a MethodMatcher to see if a Method matches a particular (set of) requirements.
MethodInterceptorFactoryorg.apache.hivemind.lib.implA service interceptor factory supporting the AOP Alliance MethodInterceptor interface.
MethodIteratororg.apache.hivemind.serviceUtility used to iterate over the visible methods of a class.
MethodMatcherorg.apache.hivemind.methodmatchA utility class used for matching a MethodSignature against a method pattern (this is primarily used by interceptor factories ).
MethodPatternParserorg.apache.hivemind.methodmatchParses a method pattern (consisting of a name pattern, followed by an optional parameters pattern) into a MethodFilter .
MethodSignatureorg.apache.hivemind.serviceA representation of a Method , identifying the name, return type, parameter types and exception types.
MethodSubjectorg.apache.hivemind.methodmatchClass used by the method filtering tests as a subject for testing; it has some number of methods with different parameters but doesn't actually do anything.
ModuleDescriptororg.apache.hivemind.parseRepresentation of a HiveMind module descriptor, as parsed by DescriptorParser .
ModuleImplorg.apache.hivemind.implImplementation of Module .
ModuleMessagesorg.apache.hivemind.implAn implementation of Messages that obtains messages from a MessageFinder , in a locale provided by the ThreadLocale service.
NameLookupImplorg.apache.hivemind.lib.implStandard implementation of the NameLookup service interface.
NamePrefixFilterorg.apache.hivemind.methodmatchMatches when a provide name is a prefix of the method name.
NameSuffixFilterorg.apache.hivemind.methodmatchUsed to match a method name against a suffix.
NamingServiceorg.apache.hivemind.management.mbeansMBean that starts an rmiregistry.
NodeImplorg.apache.hivemind.conditionalImplementation of Node .
NotEvaluatororg.apache.hivemind.conditionalEvaluates the left child of its peer Node and inverts the result.
NullTranslatororg.apache.hivemind.schema.rulesA translator that returns the input value itself.
ObjectInstanceObjectProviderorg.apache.hivemind.service.implImplementation of ObjectProvider that instantiates a new instance of a class.
ObjectNameBuilderImplorg.apache.hivemind.management.implImplementation of ObjectNameBuilder .
ObjectNameEditororg.apache.hivemind.management.implPropertyEditor for JMX ObjectNames.
ObjectTranslatororg.apache.hivemind.service.implImplementation of the indirect translator.
Occurancesorg.apache.hivemindIdentifies the number of contributions allowed to a configuration extension point.
Ordererorg.apache.hivemind.orderUsed to order objects into an "execution" order.
OrEvaluatororg.apache.hivemind.conditionalOr operation, returns true if either left or right Node evaluates to true.
ParameterCountFilterorg.apache.hivemind.methodmatchChecks the number of parameters against an expected count.
ParameterFilterorg.apache.hivemind.methodmatchMatches a parameter at a particular index.
Parserorg.apache.hivemind.conditionalParser for conditional expressions.
PerformanceMonitorFactoryorg.apache.hivemind.management.implInterceptor factory that adds a MBean based performance monitor to a service.
PerformanceMonitorMBeanorg.apache.hivemind.management.mbeansMBean that holds and calculates the performance data for service method calls intercepted by the performanceMonitor interceptor.
PipelineAssemblerorg.apache.hivemind.lib.pipelineUsed by the PipelineFactory to assemble the pipeline.
PipelineFactoryorg.apache.hivemind.lib.pipelineService factory that builds a pipeline of objects.
PipelineParametersorg.apache.hivemind.lib.pipelineParameter object used with the PipelineFactory.
PlaceholderFactoryorg.apache.hivemind.lib.implWrapper around DefaultImplementationBuilder that is used to create default implementations of services.
PooledServiceModelorg.apache.hivemind.impl.servicemodelSimilar to the threaded service model , except that, once created, services are pooled for later use.
PooledServiceModelFactoryorg.apache.hivemind.impl.servicemodelNo description provided.
PooledWorkerorg.apache.hivemind.implA service referenced by TestServiceModelThreading .
PrimitiveServiceModelorg.apache.hivemind.impl.servicemodelImplementation of ServiceModel for the primitive services (that do not include the standard deferred instantiation proxy).
PrimitiveServiceModelFactoryorg.apache.hivemind.impl.servicemodelNo description provided.
PropertyAdaptororg.apache.hivemind.utilUsed to manage dynamic access to a property of a specific class.
PropertyEvaluatororg.apache.hivemind.conditionalEvaluates a system property and returns true if its value is true.
PropertyUtilsorg.apache.hivemind.utilA collection of static methods used to perform property-level access on arbitrary objects.
ProxyBuilderorg.apache.hivemind.implClass used to assist service extension points in creating proxies.
ProxyUtilsorg.apache.hivemind.implContains some common code used to create proxies that defer to a service model method for thier service.
PushAttributeRuleorg.apache.hivemind.schema.rulesA rule that reads an attribute, passes it through a translator, then pushes the result onto the processor stack.
PushContentRuleorg.apache.hivemind.schema.rulesA rule that reads the element's content, passes it through the content translator, then pushes the result onto the processor stack.
QualifiedIdTranslatororg.apache.hivemind.schema.rulesA Translator that acts as a wrapper around the qualify(String, String) method.
ReadAttributeRuleorg.apache.hivemind.schema.rulesReads an attribute of an element and uses it to set a property of the top object on the stack.
ReadContentRuleorg.apache.hivemind.schema.rulesUsed to set a property of the top object on the stack to the value of the element's content.
RegistryAssemblyImplorg.apache.hivemind.implImplementation of RegistryAssembly .
RegistryBuilderorg.apache.hivemind.implClass used to build a Registry from individual ModuleDescriptor .
RegistryImplorg.apache.hivemind.implImplementation of Registry that delegates to an instance of RegistryInfrastructure .
RegistryInfrastructureConstructororg.apache.hivemind.implFed a series of ModuleDescriptor s, this class will assemble them into a final RegistryInfrastructure as well as perform some validations.
RegistryInfrastructureImplorg.apache.hivemind.implImplementation of RegistryInfrastructure .
RegistrySerializerorg.apache.hivemind.antThis class serializes a set of module descriptors into a XML document .
RegistryShutdownBeanorg.apache.hivemind.impl.servicemodelNo description provided.
RemoteExceptionCoordinatorImplorg.apache.hivemind.lib.implCore implementation of RemoteExceptionCoordinator .
RemoteExceptionEventorg.apache.hivemind.libEvent object used with RemoteExceptionListener .
ResourceTranslatororg.apache.hivemind.schema.rulesTranslator that converts the value to be a resource relative to the contributing module's deployment descriptor.
Reverserorg.apache.hivemindNo description provided.
RuleUtilsorg.apache.hivemind.schema.rulesStatic methods useful to Rule s and Translator s.
SchemaHolderorg.apache.hivemind.parseNo description provided.
SchemaImplorg.apache.hivemind.schema.implImplementation of Schema .
SchemaProcessorImplorg.apache.hivemind.implUsed to assemble all the Contribution s contributed to an ConfigurationPoint while converting the XML (represented as Element s into Java objects.
ServiceImplementationFactoryParametersImplorg.apache.hivemind.implWrapper around a ServicePoint and a List of parameters, passed to a ServiceImplementationFactory .
ServiceInterceptorContributionImplorg.apache.hivemind.implImplementation of ServiceInterceptorContribution .
ServiceModelContributionorg.apache.hivemind.implDefines a name and a service model factory.
ServiceObjectProviderorg.apache.hivemind.service.implAn ObjectProvider that provides access to services.
ServicePointDescriptororg.apache.hivemind.parseDefines a service extension point.
ServicePointImplorg.apache.hivemind.implAbstract implementation of ServicePoint .
ServicePointTranslatororg.apache.hivemind.schema.rulesA custom translator (meaning: not used enough to be registered in hivemind.Translators.
ServicePropertyFactoryorg.apache.hivemind.lib.implFactory that dynamically exposes a property of another service.
ServicePropertyFactoryParameterorg.apache.hivemind.lib.implParameter object used with ServicePropertyFactory .
ServicePropertyObjectProviderorg.apache.hivemind.service.implObjectProvider implementation that obtains a named property from a service.
ServiceSerializationHelperorg.apache.hivemind.internal.serClass used to hold a global instance of ServiceSerializationSupport , so that ServiceToken s may locate them.
ServiceTokenorg.apache.hivemind.internal.serInstance used to replace actual service (proxies) during serialization.
ServiceTranslatororg.apache.hivemind.schema.rulesUsed to translate a value into a reference to a HiveMind service within the registry.
SetModuleRuleorg.apache.hivemind.schema.rulesRule used to set a property of the top stack object to the Module the element was contributed from.
SetParentRuleorg.apache.hivemind.schema.rulesUsed to set a property of the child object to its parent object.
SetPropertyRuleorg.apache.hivemind.schema.rulesUsed to set a property of an object to a literal value.
ShutdownCoordinatorImplorg.apache.hivemind.implManages a list of objects that implement the RegistryShutdownListener interface.
SimpleBeanorg.apache.hivemind.service.implNo description provided.
SimpleImplorg.apache.hivemind.impl.servicemodelNo description provided.
SingletonServiceModelorg.apache.hivemind.impl.servicemodelSubclass of AbstractServiceModelImpl which supports creation of a singleton service proxy (deferring the actual construction of the service until absolutely necessary).
SingletonServiceModelFactoryorg.apache.hivemind.impl.servicemodelNo description provided.
SmartTranslatororg.apache.hivemind.schema.rulesA "smart" translator that attempts to automatically convert from string types to object or wrapper types, using PropertyEditor s.
SpringBeanFactoryHolderImplorg.apache.hivemind.lib.implSimple holder of a BeanFactory .
SpringBeanParameterorg.apache.hivemind.lib.implParameter to SpringLookupFactory , containing a (required) bean name to obtain, and an (optional) bean factory.
SpringLookupFactoryorg.apache.hivemind.lib.implImplementation of ServiceImplementationFactory that doesn't create beans, but instead it looks them up inside a Spring BeanFactory .
SpringObjectProviderorg.apache.hivemind.lib.implImplementation of ObjectProvider mapped to the "spring:" prefix.
StandardFilterImplorg.apache.hivemind.lib.pipelineUsed with TestPipelineAssembler .
StandardServiceImplorg.apache.hivemind.lib.pipelineUsed with TestPipelineAssembler .
StandardWorkerorg.apache.hivemind.implA service referenced by TestServiceModelThreading .
StartupImplorg.apache.hivemind.implStartup service for the HiveMind Registry.
StrategyContributionorg.apache.hivemind.lib.strategyProvides a mapping of subject class to strategy instance, used by StrategyFactory when building a service.
StrategyFactoryorg.apache.hivemind.lib.strategyImplementation of the hivemind.lib.StrategyFactory service that constructs a service where the first parameter of each method is used to selecte a strategy from an StrategyRegistry .
StrategyParameterorg.apache.hivemind.lib.strategyParameter value passed to the hivemind.lib.StrategyFactory service factory.
StrategyRegistryImplorg.apache.hivemind.lib.utilThread-safe implementation of StrategyRegistry .
StrictErrorHandlerorg.apache.hivemind.implAn implementation of ErrorHandler that throws an ApplicationRuntimeException instead of logging an error.
StringUtilsorg.apache.hivemind.utilA subset of the utilities available in commons-lang StringUtils.
SubModuleDescriptororg.apache.hivemind.parseDescriptor for <sub-module> element.
SuffixMethodInterceptororg.apache.hivemind.lib.implNo description provided.
SymbolExpanderorg.apache.hivemind.implA simple parser used to identify symbols in a string and expand them via a SymbolSource .
SymbolSourceContributionorg.apache.hivemindContribution to the org.apache.hivemind.SymbolSource configuration extension point; used to provide a SymbolSource implementation (often, as a service defined in HiveMind itself), and advice on ordering the service.
SystemPropertiesSymbolSourceorg.apache.hivemind.implImplementation of SymbolSource that accesses getProperty(String) .
TerminatorContributionorg.apache.hivemind.lib.pipelineContribution used to set the terminator for a service.
ThreadedServiceModelorg.apache.hivemind.impl.servicemodelLike SingletonServiceModel , this method returns a proxy (implementing the service interface); unlike SingletonServiceModel, it always returns the proxy.
ThreadedServiceModelFactoryorg.apache.hivemind.impl.servicemodelNo description provided.
ThreadedWorkerorg.apache.hivemind.implA service referenced by TestServiceModelThreading .
ThreadEventNotifierImplorg.apache.hivemind.service.implImplementation of ThreadEventNotifier , available as service hivemind.ThreadEventNotifier.
ThreadLocaleFactoryorg.apache.hivemind.service.implSpecialized factory used to create instances of ThreadLocaleImpl (i.e., service hivemind.ThreadLocale).
ThreadLocaleImplorg.apache.hivemind.service.implNo description provided.
ThreadLocalStorageImplorg.apache.hivemind.service.implImplementation of ThreadLocalStorage .
ToStringBuilderorg.apache.hivemind.utilA simple replacement for the more involved version in commons-lang; this is used to help construct the description string returned by an object's toString() method.
TranslatorContributionorg.apache.hivemind.implA contribution to the hivemind.Translators configuration point.
TranslatorManagerorg.apache.hivemind.implManages translators for RegistryInfrastructureImpl .
URLResourceorg.apache.hivemind.utilAn implementation of Resource built around a string representation of a URL.
Visibilityorg.apache.hivemind.internalThe visibility of a configuruation point, extension point, or schema.
WonkHolderorg.apache.hivemind.lib.implTakes the place of a HiveMind service when testing the ServicePropertyFactory .
XmlModuleDescriptorProviderorg.apache.hivemind.implImplementation of the ModuleDescriptorProvider interface which uses the DescriptorParser to provide module descriptors defined in XML.
XmlResourceProcessororg.apache.hivemind.parseThe XmlResourceProcessor processes XML resources using the DescriptorParser which is used as a SAX ContentHandler.
Search