| Name | Package | Description |
| AbstractDynamicMBean | org.apache.hivemind.management.mbeans | Ancestor for MBeans. |
| AbstractEJBProxy | org.apache.hivemind.lib.impl | Generic EJB proxy for stateless session beans. |
| AbstractExtensionPoint | org.apache.hivemind.impl | Base class for extension points; provides module, visibility and extensionPointId properties. |
| AbstractFab | org.apache.hivemind.service.impl | Common code for ClassFabImpl and
InterfaceFabImpl . |
| AbstractMessages | org.apache.hivemind.impl | Abstract base class for implementations of Messages . |
| AbstractParser | org.apache.hivemind.parse | Abstract super-class for parsers based around the SAX event model. |
| AbstractResource | org.apache.hivemind.util | Abstract implementation of Resource . |
| AbstractServiceDescriptor | org.apache.hivemind.parse | Base class for ServicePointDescriptor and
ImplementationDescriptor . |
| AbstractServiceInvocationDescriptor | org.apache.hivemind.parse | Base class for descriptors that represent invocating a service with parameters. |
| AbstractServiceModelImpl | org.apache.hivemind.impl.servicemodel | Base class for implementing ServiceModel . |
| AdderImpl | org.apache.hivemind.internal.ser | No description provided. |
| AdderWrapper | org.apache.hivemind.internal.ser | No description provided. |
| AndEvaluator | org.apache.hivemind.conditional | And operation, evaluates the left node and then (perhaps) the right node (short circuiting may
take place). |
| AttributeImpl | org.apache.hivemind.impl | Implementation of Attribute . |
| AttributeMappingDescriptor | org.apache.hivemind.parse | Descriptor for the <map> element, nested within a <conversion> module descriptor
element. |
| AttributeModelImpl | org.apache.hivemind.schema.impl | Implementation of AttributeModel . |
| BaseAnnotationHolder | org.apache.hivemind.parse | Base class for classes which implement AnnotationHolder . |
| BaseLocatable | org.apache.hivemind.impl | Base class for classes which implement
LocationHolder . |
| BaseRule | org.apache.hivemind.schema.rules | Base class for implementing Rule s. |
| Bean | org.apache.hivemind.schema.rules | No description provided. |
| BeanA | org.apache.hivemind | No description provided. |
| BeanB | org.apache.hivemind | No description provided. |
| BeanFactoryBuilder | org.apache.hivemind.lib.factory | Service implementation factory that builds BeanFactory instances. |
| BeanFactoryContribution | org.apache.hivemind.lib.factory | A contribution used with an BeanFactory
to define one class of objects that may be returned from the factory. |
| BeanFactoryImpl | org.apache.hivemind.lib.factory | Implementation of BeanFactory . |
| BeanFactoryObjectProvider | org.apache.hivemind.lib.factory | An ObjectProvider
that references a named (or named and initialized) bean from a
BeanFactory . |
| BeanFactoryParameter | org.apache.hivemind.lib.factory | Parameter object passed to BeanFactoryBuilder . |
| BodyBuilder | org.apache.hivemind.service | Utility class for assembling the body used with Javassist as a method or catch block. |
| BooleanTranslator | org.apache.hivemind.schema.rules | Translates a string value to a boolean value. |
| BuilderClassResolverFacet | org.apache.hivemind.service.impl | BuilderFacet whose value is the
ClassResolver of the contributing module. |
| BuilderErrorHandlerFacet | org.apache.hivemind.service.impl | Exposes the invoking module's ErrorHandler to a service as a
constructor parameter or a property. |
| BuilderErrorLogFacet | org.apache.hivemind.service.impl | Exposes the service's error log
as a constructor parameter or a property. |
| BuilderFacet | org.apache.hivemind.service.impl | Represents one facet of constructing a service implementation instance. |
| BuilderFactory | org.apache.hivemind.service.impl | Implementation of ServiceImplementationFactory that can instantiate
an object and then configure its properties. |
| BuilderFactoryLogic | org.apache.hivemind.service.impl | Created by BuilderFactory for each service to be
created; encapsulates all the direct and indirect parameters used to construct a service. |
| BuilderLogFacet | org.apache.hivemind.service.impl | Facet whose value is the Log instance for the service (which is based on the
service id, not the class name). |
| BuilderMessagesFacet | org.apache.hivemind.service.impl | BuilderFacet whose value is the
Messages for the module containing the service being constructed. |
| BuilderParameter | org.apache.hivemind.service.impl | Parameter object used with BuilderFactory . |
| BuilderPropertyFacet | org.apache.hivemind.service.impl | Implementation of BuilderFacet that stores a value. |
| BuilderServiceIdFacet | org.apache.hivemind.service.impl | BuilderFacet whose value is the service id of the
service being constructed. |
| CalculatorImpl | org.apache.hivemind.management | No description provided. |
| CatchAllToStringStrategy | org.apache.hivemind.lib.strategy | Used by TestStrategyRegistry 's integration test. |
| ChainBuilderImpl | org.apache.hivemind.lib.chain | Gang of Four Chain of Commands Pattern. |
| ChainCommand | org.apache.hivemind.lib.chain | No description provided. |
| ChainContribution | org.apache.hivemind.lib.chain | A contribution used with ChainFactory . |
| ChainFactory | org.apache.hivemind.lib.chain | Builds a service implementation using ChainBuilder . |
| ClassFabImpl | org.apache.hivemind.service.impl | Implementation of ClassFab . |
| ClassFabUtils | org.apache.hivemind.service | Static class containing utility methods. |
| ClassFactoryImpl | org.apache.hivemind.service.impl | Implementation of ClassFactory . |
| ClassNameEvaluator | org.apache.hivemind.conditional | Evaluator for a fully qualified class name. |
| ClassObjectProvider | org.apache.hivemind.service.impl | Implementation of ObjectProvider that interprets the locator
as a class name and converts it to a Class object. |
| ClasspathResource | org.apache.hivemind.util | Implementation of Resource
for resources found within the classpath. |
| ClassTranslator | org.apache.hivemind.schema.rules | Translator that converts a class name into an instance of a class. |
| CompositeFilter | org.apache.hivemind.methodmatch | Runs a suite of MethodFilter s, returning
true only if each filter does. |
| ConcreteMBean | org.apache.hivemind.management.mbeans | Test MBean |
| ConfigurationObjectProvider | org.apache.hivemind.service.impl | Implementation of ObjectProvider mapped to prefix
"configuration:" for accessing configurations. |
| ConfigurationPointDescriptor | org.apache.hivemind.parse | Descriptor for the <configuration-point> element, which defines a configuration extension
point. |
| ConfigurationPointImpl | org.apache.hivemind.impl | Implementation of the ConfigurationPoint interface; a
container for Contribution s. |
| ConfigurationTranslator | org.apache.hivemind.schema.rules | Interprets a string as an extension point id, and provides the elements for that extension point. |
| ConstructorUtils | org.apache.hivemind.util | Static methods for invoking constructors. |
| ConstructRegistry | org.apache.hivemind.ant | Reads some number of hivemodule deployment descriptors (specified as a fileset) and builds a
composite registry by simply concatinating them all. |
| ContextResource | org.apache.hivemind.util | Implementation of Resource for resources found within the web
application context. |
| ContributionDescriptor | org.apache.hivemind.parse | Descriptor for <contribution> element. |
| ContributionImpl | org.apache.hivemind.impl | Implements the Contribution interface, a wrapper
around objects that can provide values that plug into an extension point. |
| ConversionDescriptor | org.apache.hivemind.parse | Descriptor for the <conversion> module descriptor element. |
| Counter | org.apache.hivemind.impl.servicemodel | No description provided. |
| CreateClassServiceConstructor | org.apache.hivemind.impl | Constructs a service by instantiating a class. |
| CreateInstanceDescriptor | org.apache.hivemind.parse | Descriptor for the <create-instance< element, used to create
a core service implementation from a class name. |
| CreateObjectRule | org.apache.hivemind.schema.rules | Basic Rule for creating a new object. |
| CtClassSource | org.apache.hivemind.service.impl | Wrapper 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. |
| DefaultClassResolver | org.apache.hivemind.impl | Default implementation of ClassResolver based around
getContextClassLoader() (which is set by the servlet container). |
| DefaultErrorHandler | org.apache.hivemind.impl | Default implementation of ErrorHandler that
simply logs error. |
| DefaultImplementationBuilderImpl | org.apache.hivemind.lib.impl | Implemenation of DefaultImplementationBuilder . |
| DefaultsSymbolSource | org.apache.hivemind.service.impl | Implementation of SymbolSource driven off of an extension point. |
| Defense | org.apache.hivemind.util | Simple utilities for defensive programming. |
| DependencyDescriptor | org.apache.hivemind.parse | Descriptor for <dependency> element. |
| DescriptorParser | org.apache.hivemind.parse | Used to parse HiveMind module deployment descriptors. |
| DoubleTranslator | org.apache.hivemind.schema.rules | Translates strings to integer values. |
| EagerLoader | org.apache.hivemind.service.impl | Implementation of the hivemind.EagerLoad service, which
is contributed into to hivemind.Startup configuration point. |
| EJBProxyFactory | org.apache.hivemind.lib.impl | An implementation of ServiceImplementationFactory
that can create a proxy to a stateless session EJB. |
| EJBProxyParameters | org.apache.hivemind.lib.impl | Parameters for the EJBProxyFactory . |
| ElementImpl | org.apache.hivemind.impl | Implementation of Element . |
| ElementModelImpl | org.apache.hivemind.schema.impl | Implementation of ElementModel . |
| ElementParseInfo | org.apache.hivemind.parse | Used by DescriptorParser to
track which attributes are expected for an element, and which are required. |
| ElementsInnerProxyList | org.apache.hivemind.impl | Implements a List as a proxy to an actual list of
elements, provided by an extension point. |
| ElementsInnerProxyMap | org.apache.hivemind.impl | Implements a Map as a proxy to an actual map of elements, provided by an
extension point. |
| ElementsProxyList | org.apache.hivemind.impl | The List implementation visible to the client code. |
| ElementsProxyMap | org.apache.hivemind.impl | The Map implementation visible to the client code. |
| EnumerationTranslator | org.apache.hivemind.schema.rules | Used to translate a set of strings to one of a number of constant values. |
| ErrorLogImpl | org.apache.hivemind.impl | No description provided. |
| EvaluationContextImpl | org.apache.hivemind.conditional | No description provided. |
| EventLinkerImpl | org.apache.hivemind.service.impl | Implementation of EventLinker . |
| EventListenerList | org.apache.hivemind.util | Convienience class for tracking a list of event listeners. |
| EventRegistration | org.apache.hivemind.service.impl | An event registrtion for a service constructed by
BuilderFactory . |
| ExactNameFilter | org.apache.hivemind.methodmatch | Matches a method if the name is an exact match. |
| ExtendingInterfaceBean | org.apache.hivemind.service.impl | No description provided. |
| ExtendingSubInterfaceBean | org.apache.hivemind.service.impl | No description provided. |
| FactoryDefault | org.apache.hivemind.service.impl | Default symbol value defined by the
hivemind.FactoryDefaults extension point. |
| FileResource | org.apache.hivemind.util | An implementation of Resource built around
File . |
| FilterContribution | org.apache.hivemind.lib.pipeline | A contribution used to add a filter to the pipeline. |
| FilterHolder | org.apache.hivemind.lib.pipeline | A holder for a filter within a pipeline, and for the location for that filter. |
| FortuneCookieImpl | org.apache.hivemind.lib.impl | No description provided. |
| Grabber | org.apache.hivemind.build | Ant task for conditionally downloading a file and checking its md5 sum. |
| GroovyModuleDescriptorProvider | org.apache.hivemind.lib.groovy | This ModuleDescriptorProvider processes Groovy scripts defining
module descriptors. |
| HiveMind | org.apache.hivemind | Static utility class for HiveMind. |
| HiveMindBuilder | org.apache.hivemind.lib.groovy | The HiveMindBuilder is a groovy markup builder
which can be used to define HiveMind
module descriptors using a Groovy script. |
| HiveMindClassPool | org.apache.hivemind.service.impl | Used to ensure that appendClassPath(ClassPath) is invoked
with a synchronized lock. |
| HiveMindFilter | org.apache.hivemind.servlet | Servlet filter that constructs the Registry at startup. |
| HiveMindMessages | org.apache.hivemind | Used to format general-purpose messages used in code within HiveMind. |
| IdListTranslator | org.apache.hivemind.schema.rules | A Translator that acts as a wrapper
around qualifyList(String, String) . |
| IdUtils | org.apache.hivemind.util | A collection of utilities for handling qualified and unqualified ids. |
| IgnoreStaticAndPrivateMethodsBean | org.apache.hivemind.service.impl | No description provided. |
| ImplementationDescriptor | org.apache.hivemind.parse | Descriptor for <implementation> elements. |
| InfixNameFilter | org.apache.hivemind.methodmatch | Matches a method when the provided string appears anywhere in the method name. |
| InitializerErrorRunnable | org.apache.hivemind.service.impl | No description provided. |
| InstanceCreationUtils | org.apache.hivemind.util | Code for creating an instance, possibly setting its Location , and
possibly initializing its properties. |
| InstanceTranslator | org.apache.hivemind.schema.rules | Used to translate from a class name to an instance of the class. |
| InterceptorDescriptor | org.apache.hivemind.parse | Descriptor for the <interceptor> element. |
| InterceptorStackImpl | org.apache.hivemind.impl | Implementation of the InterceptorStack interface; localizes
error checking in one place. |
| InterfaceFabImpl | org.apache.hivemind.service.impl | No description provided. |
| InterfaceSynthesizerImpl | org.apache.hivemind.service.impl | No description provided. |
| IntTranslator | org.apache.hivemind.schema.rules | Translates strings to integer values. |
| InvokeFactoryDescriptor | org.apache.hivemind.parse | Descriptor for the <invoke-factory> element. |
| InvokeFactoryServiceConstructor | org.apache.hivemind.impl | Constructs a new service by invoking methods on another service (which implements the
ServiceImplementationFactory interface. |
| InvokeParentRule | org.apache.hivemind.schema.rules | Rule used to connect a child object to its parent by invoking a method on the parent, passing the
child. |
| IOUtils | org.apache.hivemind.util | Tiny utilities used with InputStream and friends. |
| JavaTypeUtils | org.apache.hivemind.impl | Holds a utility method that converts java type names (as they might appear in source code) into
JVM class names. |
| JMXConnectorServerFactory | org.apache.hivemind.management.impl | An implementation of ServiceImplementationFactory that creates
JMXConnectorServer instances using JMXConnectorServerFactory |
| JMXConnectorServerParameter | org.apache.hivemind.management.impl | Parameter object passed to JMXConnectorServerFactory . |
| ListPropertyBean | org.apache.hivemind.service.impl | No description provided. |
| LocalizedContextResourceFinder | org.apache.hivemind.util | Finds localized resources within the web application context. |
| LocalizedFileResourceFinder | org.apache.hivemind.util | Used by FileResource
to locate localizations of a given file. |
| LocalizedNameGenerator | org.apache.hivemind.util | Used in a wide variety of resource searches. |
| LocalizedResource | org.apache.hivemind.util | Contains the path to a localized resource and the locale for which it has been localized. |
| LocalizedResourceFinder | org.apache.hivemind.util | Searches for a localization of a
particular resource in the classpath (using
a ClassResolver . |
| LocationImpl | org.apache.hivemind.impl | Implementation of the Location interface. |
| LoggerContribution | org.apache.hivemind.management.log4j | Contains contributions defined by the hivemind.management.Logger schema. |
| LoggerMBean | org.apache.hivemind.management.log4j | MBean for the management of a Log4j logger. |
| LoggingInterceptorFactory | org.apache.hivemind.service.impl | An interceptor factory that adds logging capability to a service. |
| LoggingUtils | org.apache.hivemind.service.impl | Collection of static methods used by loggers to
log method entry and exit. |
| LogManagementMBean | org.apache.hivemind.management.log4j | MBean that manages MBeans for Log4j Loggers. |
| LongTranslator | org.apache.hivemind.schema.rules | Translates strings to long values. |
| ManagementMessages | org.apache.hivemind.management | Messages for the management package. |
| ManifestClassPath | org.apache.hivemind.ant | Utility used to create a manifest class path. |
| MatchAllFilter | org.apache.hivemind.methodmatch | Matches all methods, regardless of name. |
| MBeanRegistrationContribution | org.apache.hivemind.management.impl | Holds the information for a service that gets registered as JMX Managed Bean |
| MBeanRegistryImpl | org.apache.hivemind.management.impl | Implementation of MBeanRegistry . |
| MBeanServerFactory | org.apache.hivemind.management.impl | An implementation of ServiceImplementationFactory that creates a
MBeanServer using MBeanServerFactory . |
| MessageFinderImpl | org.apache.hivemind.impl | No description provided. |
| MessageFormatter | org.apache.hivemind.impl | A wrapper around ResourceBundle that makes it easier to access and format
messages. |
| MethodContribution | org.apache.hivemind.service | Contains contributions defined by the hivemind.MethodFilter schema. |
| MethodFilter | org.apache.hivemind.methodmatch | Used by a MethodMatcher to see if
a Method matches a particular (set of) requirements. |
| MethodInterceptorFactory | org.apache.hivemind.lib.impl | A service interceptor factory supporting the AOP Alliance MethodInterceptor interface. |
| MethodIterator | org.apache.hivemind.service | Utility used to iterate over the visible methods of a class. |
| MethodMatcher | org.apache.hivemind.methodmatch | A utility class used for matching a MethodSignature against a
method pattern (this is primarily used by interceptor factories ). |
| MethodPatternParser | org.apache.hivemind.methodmatch | Parses a method pattern (consisting of a name pattern, followed by an optional parameters
pattern) into a MethodFilter . |
| MethodSignature | org.apache.hivemind.service | A representation of a Method , identifying the name, return type,
parameter types and exception types. |
| MethodSubject | org.apache.hivemind.methodmatch | Class 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. |
| ModuleDescriptor | org.apache.hivemind.parse | Representation of a HiveMind module descriptor, as parsed by
DescriptorParser . |
| ModuleImpl | org.apache.hivemind.impl | Implementation of Module . |
| ModuleMessages | org.apache.hivemind.impl | An implementation of Messages that obtains messages from a
MessageFinder , in a locale provided by the
ThreadLocale service. |
| NameLookupImpl | org.apache.hivemind.lib.impl | Standard implementation of the NameLookup
service interface. |
| NamePrefixFilter | org.apache.hivemind.methodmatch | Matches when a provide name is a prefix of the method name. |
| NameSuffixFilter | org.apache.hivemind.methodmatch | Used to match a method name against a suffix. |
| NamingService | org.apache.hivemind.management.mbeans | MBean that starts an rmiregistry. |
| NodeImpl | org.apache.hivemind.conditional | Implementation of Node . |
| NotEvaluator | org.apache.hivemind.conditional | Evaluates the left child of its peer Node and inverts the result. |
| NullTranslator | org.apache.hivemind.schema.rules | A translator that returns the input value itself. |
| ObjectInstanceObjectProvider | org.apache.hivemind.service.impl | Implementation of ObjectProvider that instantiates a new
instance of a class. |
| ObjectNameBuilderImpl | org.apache.hivemind.management.impl | Implementation of ObjectNameBuilder . |
| ObjectNameEditor | org.apache.hivemind.management.impl | PropertyEditor for JMX ObjectNames. |
| ObjectTranslator | org.apache.hivemind.service.impl | Implementation of the indirect translator. |
| Occurances | org.apache.hivemind | Identifies the number of contributions allowed to a configuration extension point. |
| Orderer | org.apache.hivemind.order | Used to order objects into an "execution" order. |
| OrEvaluator | org.apache.hivemind.conditional | Or operation, returns true if either left or right Node evaluates to true. |
| ParameterCountFilter | org.apache.hivemind.methodmatch | Checks the number of parameters against an expected count. |
| ParameterFilter | org.apache.hivemind.methodmatch | Matches a parameter at a particular index. |
| Parser | org.apache.hivemind.conditional | Parser for conditional expressions. |
| PerformanceMonitorFactory | org.apache.hivemind.management.impl | Interceptor factory that adds a MBean based performance monitor to a service. |
| PerformanceMonitorMBean | org.apache.hivemind.management.mbeans | MBean that holds and calculates the performance data for service method calls intercepted by the
performanceMonitor
interceptor. |
| PipelineAssembler | org.apache.hivemind.lib.pipeline | Used by the PipelineFactory to assemble the pipeline. |
| PipelineFactory | org.apache.hivemind.lib.pipeline | Service factory that builds a pipeline of objects. |
| PipelineParameters | org.apache.hivemind.lib.pipeline | Parameter object used with the PipelineFactory. |
| PlaceholderFactory | org.apache.hivemind.lib.impl | Wrapper around DefaultImplementationBuilder that is used to
create default implementations of services. |
| PooledServiceModel | org.apache.hivemind.impl.servicemodel | Similar to the
threaded service model ,
except that, once created, services are pooled for later use. |
| PooledServiceModelFactory | org.apache.hivemind.impl.servicemodel | No description provided. |
| PooledWorker | org.apache.hivemind.impl | A service referenced by TestServiceModelThreading . |
| PrimitiveServiceModel | org.apache.hivemind.impl.servicemodel | Implementation of ServiceModel for the primitive services
(that do not include the standard deferred instantiation proxy). |
| PrimitiveServiceModelFactory | org.apache.hivemind.impl.servicemodel | No description provided. |
| PropertyAdaptor | org.apache.hivemind.util | Used to manage dynamic access to a property of a specific class. |
| PropertyEvaluator | org.apache.hivemind.conditional | Evaluates a system property and returns true if its value is true. |
| PropertyUtils | org.apache.hivemind.util | A collection of static methods used to perform property-level access on arbitrary objects. |
| ProxyBuilder | org.apache.hivemind.impl | Class used to assist service extension points in creating proxies. |
| ProxyUtils | org.apache.hivemind.impl | Contains some common code used to create proxies that defer to a service model method for thier
service. |
| PushAttributeRule | org.apache.hivemind.schema.rules | A rule that reads an attribute, passes it through a translator, then pushes the result onto the
processor stack. |
| PushContentRule | org.apache.hivemind.schema.rules | A rule that reads the element's content, passes it through the content translator, then pushes
the result onto the processor stack. |
| QualifiedIdTranslator | org.apache.hivemind.schema.rules | A Translator that acts as a wrapper around the
qualify(String, String) method. |
| ReadAttributeRule | org.apache.hivemind.schema.rules | Reads an attribute of an element and uses it to set a property of the top object on the stack. |
| ReadContentRule | org.apache.hivemind.schema.rules | Used to set a property of the top object on the stack to the value
of the element's content. |
| RegistryAssemblyImpl | org.apache.hivemind.impl | Implementation of RegistryAssembly . |
| RegistryBuilder | org.apache.hivemind.impl | Class used to build a Registry from individual
ModuleDescriptor . |
| RegistryImpl | org.apache.hivemind.impl | Implementation of Registry that delegates to an instance of
RegistryInfrastructure . |
| RegistryInfrastructureConstructor | org.apache.hivemind.impl | Fed a series of ModuleDescriptor s, this class will assemble
them into a final RegistryInfrastructure as well as perform
some validations. |
| RegistryInfrastructureImpl | org.apache.hivemind.impl | Implementation of RegistryInfrastructure . |
| RegistrySerializer | org.apache.hivemind.ant | This class serializes a set of module descriptors into a
XML document . |
| RegistryShutdownBean | org.apache.hivemind.impl.servicemodel | No description provided. |
| RemoteExceptionCoordinatorImpl | org.apache.hivemind.lib.impl | Core implementation of RemoteExceptionCoordinator . |
| RemoteExceptionEvent | org.apache.hivemind.lib | Event object used with RemoteExceptionListener . |
| ResourceTranslator | org.apache.hivemind.schema.rules | Translator that converts the value to be a resource relative to
the contributing module's deployment descriptor. |
| Reverser | org.apache.hivemind | No description provided. |
| RuleUtils | org.apache.hivemind.schema.rules | Static methods useful to Rule s and
Translator s. |
| SchemaHolder | org.apache.hivemind.parse | No description provided. |
| SchemaImpl | org.apache.hivemind.schema.impl | Implementation of Schema . |
| SchemaProcessorImpl | org.apache.hivemind.impl | Used to assemble all the Contribution s contributed to an
ConfigurationPoint while converting the XML (represented as
Element s into Java objects. |
| ServiceImplementationFactoryParametersImpl | org.apache.hivemind.impl | Wrapper around a ServicePoint and a List of parameters,
passed to a ServiceImplementationFactory . |
| ServiceInterceptorContributionImpl | org.apache.hivemind.impl | Implementation of ServiceInterceptorContribution . |
| ServiceModelContribution | org.apache.hivemind.impl | Defines a name and a service model factory. |
| ServiceObjectProvider | org.apache.hivemind.service.impl | An ObjectProvider that provides access to services. |
| ServicePointDescriptor | org.apache.hivemind.parse | Defines a service extension point. |
| ServicePointImpl | org.apache.hivemind.impl | Abstract implementation of ServicePoint . |
| ServicePointTranslator | org.apache.hivemind.schema.rules | A custom translator (meaning: not used enough to be registered in hivemind.Translators. |
| ServicePropertyFactory | org.apache.hivemind.lib.impl | Factory that dynamically exposes a property of another service. |
| ServicePropertyFactoryParameter | org.apache.hivemind.lib.impl | Parameter object used with ServicePropertyFactory . |
| ServicePropertyObjectProvider | org.apache.hivemind.service.impl | ObjectProvider implementation
that obtains a named property from a service. |
| ServiceSerializationHelper | org.apache.hivemind.internal.ser | Class used to hold a global instance of
ServiceSerializationSupport , so that
ServiceToken s may locate them. |
| ServiceToken | org.apache.hivemind.internal.ser | Instance used to replace actual service (proxies) during serialization. |
| ServiceTranslator | org.apache.hivemind.schema.rules | Used to translate a value into a reference to a HiveMind service within the registry. |
| SetModuleRule | org.apache.hivemind.schema.rules | Rule used to set a property of the top stack object
to the Module the
element was contributed from. |
| SetParentRule | org.apache.hivemind.schema.rules | Used to set a property of the child object to its parent object. |
| SetPropertyRule | org.apache.hivemind.schema.rules | Used to set a property of an object to a literal value. |
| ShutdownCoordinatorImpl | org.apache.hivemind.impl | Manages a list of objects that implement the
RegistryShutdownListener interface. |
| SimpleBean | org.apache.hivemind.service.impl | No description provided. |
| SimpleImpl | org.apache.hivemind.impl.servicemodel | No description provided. |
| SingletonServiceModel | org.apache.hivemind.impl.servicemodel | Subclass of AbstractServiceModelImpl which supports
creation of a singleton service proxy (deferring the actual construction of the service until
absolutely necessary). |
| SingletonServiceModelFactory | org.apache.hivemind.impl.servicemodel | No description provided. |
| SmartTranslator | org.apache.hivemind.schema.rules | A "smart" translator that attempts to automatically convert from string types to object or
wrapper types, using PropertyEditor s. |
| SpringBeanFactoryHolderImpl | org.apache.hivemind.lib.impl | Simple holder of a BeanFactory . |
| SpringBeanParameter | org.apache.hivemind.lib.impl | Parameter to SpringLookupFactory , containing a (required)
bean name to obtain, and an (optional) bean factory. |
| SpringLookupFactory | org.apache.hivemind.lib.impl | Implementation of ServiceImplementationFactory that doesn't create
beans, but instead it looks them up inside a Spring
BeanFactory . |
| SpringObjectProvider | org.apache.hivemind.lib.impl | Implementation of ObjectProvider mapped to the "spring:"
prefix. |
| StandardFilterImpl | org.apache.hivemind.lib.pipeline | Used with TestPipelineAssembler . |
| StandardServiceImpl | org.apache.hivemind.lib.pipeline | Used with TestPipelineAssembler . |
| StandardWorker | org.apache.hivemind.impl | A service referenced by TestServiceModelThreading . |
| StartupImpl | org.apache.hivemind.impl | Startup service for the HiveMind Registry. |
| StrategyContribution | org.apache.hivemind.lib.strategy | Provides a mapping of subject class to strategy instance, used by
StrategyFactory when building a service. |
| StrategyFactory | org.apache.hivemind.lib.strategy | Implementation 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 . |
| StrategyParameter | org.apache.hivemind.lib.strategy | Parameter value passed to the hivemind.lib.StrategyFactory service factory. |
| StrategyRegistryImpl | org.apache.hivemind.lib.util | Thread-safe implementation of StrategyRegistry . |
| StrictErrorHandler | org.apache.hivemind.impl | An implementation of ErrorHandler that
throws an ApplicationRuntimeException
instead of logging an error. |
| StringUtils | org.apache.hivemind.util | A subset of the utilities available in commons-lang StringUtils. |
| SubModuleDescriptor | org.apache.hivemind.parse | Descriptor for <sub-module> element. |
| SuffixMethodInterceptor | org.apache.hivemind.lib.impl | No description provided. |
| SymbolExpander | org.apache.hivemind.impl | A simple parser used to identify symbols in a string and expand them via a
SymbolSource . |
| SymbolSourceContribution | org.apache.hivemind | Contribution 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. |
| SystemPropertiesSymbolSource | org.apache.hivemind.impl | Implementation of SymbolSource that
accesses getProperty(String) . |
| TerminatorContribution | org.apache.hivemind.lib.pipeline | Contribution used to set the terminator for a service. |
| ThreadedServiceModel | org.apache.hivemind.impl.servicemodel | Like SingletonServiceModel , this method returns a
proxy (implementing the service interface); unlike SingletonServiceModel, it always
returns the proxy. |
| ThreadedServiceModelFactory | org.apache.hivemind.impl.servicemodel | No description provided. |
| ThreadedWorker | org.apache.hivemind.impl | A service referenced by TestServiceModelThreading . |
| ThreadEventNotifierImpl | org.apache.hivemind.service.impl | Implementation of ThreadEventNotifier , available as service
hivemind.ThreadEventNotifier. |
| ThreadLocaleFactory | org.apache.hivemind.service.impl | Specialized factory used to create instances of
ThreadLocaleImpl (i.e., service hivemind.ThreadLocale). |
| ThreadLocaleImpl | org.apache.hivemind.service.impl | No description provided. |
| ThreadLocalStorageImpl | org.apache.hivemind.service.impl | Implementation of ThreadLocalStorage . |
| ToStringBuilder | org.apache.hivemind.util | A 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. |
| TranslatorContribution | org.apache.hivemind.impl | A contribution to the hivemind.Translators
configuration point. |
| TranslatorManager | org.apache.hivemind.impl | Manages translators for RegistryInfrastructureImpl . |
| URLResource | org.apache.hivemind.util | An implementation of Resource
built around a string representation of a URL. |
| Visibility | org.apache.hivemind.internal | The visibility of a configuruation point, extension point, or schema. |
| WonkHolder | org.apache.hivemind.lib.impl | Takes the place of a HiveMind service when testing
the ServicePropertyFactory . |
| XmlModuleDescriptorProvider | org.apache.hivemind.impl | Implementation of the ModuleDescriptorProvider interface which uses the
DescriptorParser to provide module descriptors defined in XML. |
| XmlResourceProcessor | org.apache.hivemind.parse | The XmlResourceProcessor processes XML resources using the
DescriptorParser which is used as a SAX ContentHandler. |