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

E

EagerLoader - class org.apache.hivemind.service.impl.EagerLoader.
Implementation of the hivemind.EagerLoad service, which is contributed into to hivemind.Startup configuration point.
EagerLoader() - Constructor for class org.apache.hivemind.service.impl.EagerLoader
 
Element - interface org.apache.hivemind.Element.
Simplified read-only thread safe DOM.
ElementImpl - class org.apache.hivemind.impl.ElementImpl.
Implementation of Element.
ElementImpl() - Constructor for class org.apache.hivemind.impl.ElementImpl
 
ElementModel - interface org.apache.hivemind.schema.ElementModel.
Identifies an element that may occur within some schema.
ElementModelImpl - class org.apache.hivemind.schema.impl.ElementModelImpl.
Implementation of ElementModel.
ElementModelImpl() - Constructor for class org.apache.hivemind.schema.impl.ElementModelImpl
 
ElementParseInfo - class org.apache.hivemind.parse.ElementParseInfo.
Used by DescriptorParser to track which attributes are expected for an element, and which are required.
ElementParseInfo() - Constructor for class org.apache.hivemind.parse.ElementParseInfo
 
ElementsInnerProxyList - class org.apache.hivemind.impl.ElementsInnerProxyList.
Implements a List as a proxy to an actual list of elements, provided by an extension point.
ElementsInnerProxyMap - class org.apache.hivemind.impl.ElementsInnerProxyMap.
Implements a Mapas a proxy to an actual map of elements, provided by an extension point.
ElementsProxyList - class org.apache.hivemind.impl.ElementsProxyList.
The List implementation visible to the client code.
ElementsProxyList() - Constructor for class org.apache.hivemind.impl.ElementsProxyList
 
ElementsProxyMap - class org.apache.hivemind.impl.ElementsProxyMap.
The Map implementation visible to the client code.
ElementsProxyMap() - Constructor for class org.apache.hivemind.impl.ElementsProxyMap
 
end() - Method in class org.apache.hivemind.service.BodyBuilder
Ends the current block.
end(SchemaProcessor, Element) - Method in class org.apache.hivemind.parse.ConversionDescriptor
 
end(SchemaProcessor, Element) - Method in interface org.apache.hivemind.schema.Rule
End rules are fired last, in inverse order.
end(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.PushAttributeRule
Invokes SchemaProcessor.pop().
end(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.CreateObjectRule
Pops the object off of the processor's stack.
end(SchemaProcessor, Element) - Method in class org.apache.hivemind.schema.rules.BaseRule
Does nothing; subclasses may override.
end(String) - Method in class org.apache.hivemind.parse.DescriptorParser
 
end(String) - Method in class org.apache.hivemind.parse.AbstractParser
Invoked when an element's close tag is recognized.
endElement(String, String, String) - Method in class org.apache.hivemind.parse.AbstractParser
 
entry(Log, String, Object[]) - Static method in class org.apache.hivemind.service.impl.LoggingUtils
 
entrySet() - Method in class org.apache.hivemind.impl.ElementsProxyMap
 
entrySet() - Method in class org.apache.hivemind.impl.ElementsInnerProxyMap
 
EnumerationTranslator - class org.apache.hivemind.schema.rules.EnumerationTranslator.
Used to translate a set of strings to one of a number of constant values.
EnumerationTranslator(String) - Constructor for class org.apache.hivemind.schema.rules.EnumerationTranslator
Initialized the translator; the intitializer is the name of the class, a comma, and a series of key=value mappings from the input values to the names of the public static fields of the class.
equals(Object) - Method in class org.apache.hivemind.impl.ServiceImplementationFactoryParametersImpl
This method is only used in testing.
equals(Object) - Method in class org.apache.hivemind.impl.LocationImpl
 
equals(Object) - Method in class org.apache.hivemind.impl.ElementsProxyMap
 
equals(Object) - Method in class org.apache.hivemind.impl.ElementsProxyList
 
equals(Object) - Method in class org.apache.hivemind.impl.ElementsInnerProxyMap
 
equals(Object) - Method in class org.apache.hivemind.impl.ElementsInnerProxyList
 
equals(Object) - Method in class org.apache.hivemind.service.MethodSignature
Returns true if the other object is an instance of MethodSignature with identical values for return type, name, parameter types and exception types.
equals(Object) - Method in class org.apache.hivemind.util.AbstractResource
Returns true if the other object is an instance of the same class, and the paths are equal.
EqualsMatcher - class org.apache.hivemind.test.EqualsMatcher.
 
EqualsMatcher() - Constructor for class org.apache.hivemind.test.EqualsMatcher
 
error(Log, String, Location, Throwable) - Method in interface org.apache.hivemind.ErrorHandler
Handle a recoverable error.
error(Log, String, Location, Throwable) - Method in class org.apache.hivemind.impl.StrictErrorHandler
 
error(Log, String, Location, Throwable) - Method in class org.apache.hivemind.impl.DefaultErrorHandler
 
error(SAXParseException) - Method in class org.apache.hivemind.parse.AbstractParser
Invokes AbstractParser.fatalError(SAXParseException).
error(String, Location, Throwable) - Method in interface org.apache.hivemind.ErrorLog
Invokes {@link org.apache.hivemind.ErrorHandler#error(Log, String, Location, Throwable).
error(String, Location, Throwable) - Method in class org.apache.hivemind.impl.ErrorLogImpl
 
ErrorHandler - interface org.apache.hivemind.ErrorHandler.
Interface for handling recoverable errors.
ErrorLog - interface org.apache.hivemind.ErrorLog.
A wrapper around ErrorHandlerand Logfor the most common case: reporting recoverable errors.
ErrorLogImpl - class org.apache.hivemind.impl.ErrorLogImpl.
 
ErrorLogImpl(ErrorHandler, Log) - Constructor for class org.apache.hivemind.impl.ErrorLogImpl
 
evaluate(EvaluationContext) - Method in class org.apache.hivemind.conditional.NodeImpl
 
evaluate(EvaluationContext) - Method in interface org.apache.hivemind.conditional.Node
Evaluates the nodes using the context to provide access to runtime information.
evaluate(EvaluationContext, Node) - Method in class org.apache.hivemind.conditional.PropertyEvaluator
Invokes EvaluationContext.isPropertySet(String).
evaluate(EvaluationContext, Node) - Method in class org.apache.hivemind.conditional.OrEvaluator
 
evaluate(EvaluationContext, Node) - Method in class org.apache.hivemind.conditional.NotEvaluator
 
evaluate(EvaluationContext, Node) - Method in interface org.apache.hivemind.conditional.Evaluator
Invoked by the Node to evaluate its own value.
evaluate(EvaluationContext, Node) - Method in class org.apache.hivemind.conditional.ClassNameEvaluator
 
evaluate(EvaluationContext, Node) - Method in class org.apache.hivemind.conditional.AndEvaluator
 
EvaluationContext - interface org.apache.hivemind.conditional.EvaluationContext.
Provides context when evaluating an AST of Nodes.
EvaluationContextImpl - class org.apache.hivemind.conditional.EvaluationContextImpl.
 
EvaluationContextImpl(ClassResolver) - Constructor for class org.apache.hivemind.conditional.EvaluationContextImpl
 
Evaluator - interface org.apache.hivemind.conditional.Evaluator.
An evaluator is paired with a Node.
EventLinker - interface org.apache.hivemind.service.EventLinker.
Service used to link two other services together using event notifications.
EventLinkerImpl - class org.apache.hivemind.service.impl.EventLinkerImpl.
Implementation of EventLinker.
EventLinkerImpl(ErrorLog) - Constructor for class org.apache.hivemind.service.impl.EventLinkerImpl
 
EventListenerList - class org.apache.hivemind.util.EventListenerList.
Convienience class for tracking a list of event listeners.
EventListenerList() - Constructor for class org.apache.hivemind.util.EventListenerList
 
EventRegistration - class org.apache.hivemind.service.impl.EventRegistration.
An event registrtion for a service constructed by BuilderFactory.
EventRegistration() - Constructor for class org.apache.hivemind.service.impl.EventRegistration
 
ExactNameFilter - class org.apache.hivemind.methodmatch.ExactNameFilter.
Matches a method if the name is an exact match.
ExactNameFilter(String) - Constructor for class org.apache.hivemind.methodmatch.ExactNameFilter
 
exception(Log, String, Throwable) - Static method in class org.apache.hivemind.service.impl.LoggingUtils
 
execute() - Method in class org.apache.hivemind.ant.ManifestClassPath
 
execute() - Method in class org.apache.hivemind.ant.ConstructRegistry
 
exit(Log, String, Object) - Static method in class org.apache.hivemind.service.impl.LoggingUtils
 
expandSymbols(String, Location) - Method in interface org.apache.hivemind.Registry
Expands any substitution symbols in the input string, replacing each symbol with the symbols value (if known).
expandSymbols(String, Location) - Method in class org.apache.hivemind.impl.SymbolExpander
Identifies symbols in the text and expands them, using the SymbolSource.
expandSymbols(String, Location) - Method in class org.apache.hivemind.impl.RegistryInfrastructureImpl
 
expandSymbols(String, Location) - Method in class org.apache.hivemind.impl.RegistryImpl
 
expandSymbols(String, Location) - Method in class org.apache.hivemind.impl.ModuleImpl
 
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).
expandSymbols(String, Location) - Method in interface org.apache.hivemind.internal.Module
 
extend(String, boolean) - Method in interface org.apache.hivemind.service.MethodFab
Extends the existing method with additional code.
extendDescription(ToStringBuilder) - Method in class org.apache.hivemind.impl.ServicePointImpl
 
extendDescription(ToStringBuilder) - Method in class org.apache.hivemind.impl.ConfigurationPointImpl
 
extendDescription(ToStringBuilder) - Method in class org.apache.hivemind.impl.AbstractExtensionPoint
Implemented in subclasses to provide details about subclass properties.
extendDescription(ToStringBuilder) - Method in class org.apache.hivemind.parse.ServicePointDescriptor
 
extendDescription(ToStringBuilder) - Method in class org.apache.hivemind.parse.InvokeFactoryDescriptor
 
extendDescription(ToStringBuilder) - Method in class org.apache.hivemind.parse.InterceptorDescriptor
 
extendDescription(ToStringBuilder) - Method in class org.apache.hivemind.parse.ImplementationDescriptor
 
extendDescription(ToStringBuilder) - Method in class org.apache.hivemind.parse.AbstractServiceInvocationDescriptor
Overridden in subclasses to provide more information about the instance.
extendDescription(ToStringBuilder) - Method in class org.apache.hivemind.parse.AbstractServiceDescriptor
Implemented in subclasses to provide details about the instance.
ExtensionPoint - interface org.apache.hivemind.internal.ExtensionPoint.
Base interface for service and configuration extension points.
extractClass(Module, String) - Method in class org.apache.hivemind.schema.rules.ClassTranslator
Converts the value from a class name to an instance of the class.

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