A B C D E F G H I J L M N O P Q R S T U V W X _

D

DefaultClassResolver - Class in org.apache.hivemind.impl
Default implementation of ClassResolver based around Thread.getContextClassLoader() (which is set by the servlet container).
DefaultClassResolver() - Constructor for class org.apache.hivemind.impl.DefaultClassResolver
Constructs a new instance using Thread.getContextClassLoader().
DefaultClassResolver(ClassLoader) - Constructor for class org.apache.hivemind.impl.DefaultClassResolver
 
DefaultErrorHandler - Class in org.apache.hivemind.impl
Default implementation of ErrorHandler that simply logs error.
DefaultErrorHandler() - Constructor for class org.apache.hivemind.impl.DefaultErrorHandler
 
DefaultsSymbolSource - Class in org.apache.hivemind.service.impl
Implementation of SymbolSource driven off of an extension point.
DefaultsSymbolSource() - Constructor for class org.apache.hivemind.service.impl.DefaultsSymbolSource
 
Defense - Class in org.apache.hivemind.util
Simple utilities for defensive programming.
DELEGATE_ACCESSOR_METHOD_NAME - Static variable in class org.apache.hivemind.impl.ProxyUtils
 
DependencyDescriptor - Class in org.apache.hivemind.parse
Descriptor for <dependency> element.
DependencyDescriptor() - Constructor for class org.apache.hivemind.parse.DependencyDescriptor
 
DescriptorParser - Class in org.apache.hivemind.parse
Used to parse HiveMind module deployment descriptors.
DescriptorParser(ErrorHandler) - Constructor for class org.apache.hivemind.parse.DescriptorParser
 
destroy() - Method in class org.apache.hivemind.servlet.HiveMindFilter
Invokes Registry.shutdown().
Discardable - Interface in org.apache.hivemind
Implemented by a core service implementationsthat require notification when they are discarded.
doesClassExist(String) - Method in interface org.apache.hivemind.conditional.EvaluationContext
Returns true if the class, specified by FQCN, exists.
doesClassExist(String) - Method in class org.apache.hivemind.conditional.EvaluationContextImpl
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.hivemind.servlet.HiveMindFilter
Passes the request to the filter chain, but then invokes Registry.cleanupThread()   (from a finally block).
DoubleTranslator - Class in org.apache.hivemind.schema.rules
Translates strings to integer values.
DoubleTranslator() - Constructor for class org.apache.hivemind.schema.rules.DoubleTranslator
 
DoubleTranslator(String) - Constructor for class org.apache.hivemind.schema.rules.DoubleTranslator
Initializers: default: default value for empty or invalid input min: minimum acceptible value max: maximum acceptible value

A B C D E F G H I J L M N O P Q R S T U V W X _