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

A

AbstractExtensionPoint - class org.apache.hivemind.impl.AbstractExtensionPoint.
Base class for extension points; provides a module and extensionPointId property.
AbstractExtensionPoint() - Constructor for class org.apache.hivemind.impl.AbstractExtensionPoint
 
AbstractParser - class org.apache.hivemind.parse.AbstractParser.
Abstract super-class for parsers based around the SAX event model.
AbstractParser() - Constructor for class org.apache.hivemind.parse.AbstractParser
 
AbstractResource - class org.apache.hivemind.util.AbstractResource.
Abstract implementation of Resource.
AbstractResource(String) - Constructor for class org.apache.hivemind.util.AbstractResource
 
AbstractResource(String, Locale) - Constructor for class org.apache.hivemind.util.AbstractResource
 
AbstractServiceDescriptor - class org.apache.hivemind.parse.AbstractServiceDescriptor.
Base class for ServicePointDescriptor and ImplementationDescriptor.
AbstractServiceDescriptor() - Constructor for class org.apache.hivemind.parse.AbstractServiceDescriptor
 
AbstractServiceInvocationDescriptor - class org.apache.hivemind.parse.AbstractServiceInvocationDescriptor.
Base class for descriptors that represent invocating a service with parameters.
AbstractServiceInvocationDescriptor() - Constructor for class org.apache.hivemind.parse.AbstractServiceInvocationDescriptor
 
AbstractServiceModelImpl - class org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl.
Base class for implementing org.apache.hivemind.ServiceModel.
AbstractServiceModelImpl(ConstructableServicePoint) - Constructor for class org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl
 
activateService() - Method in interface org.apache.hivemind.PoolManageable
Invoked just after a service is either created, or just after it is removed from the service pool and bound to a new thread.
add(Object, String, String, String) - Method in class org.apache.hivemind.order.Orderer
Adds a new object.
add(String) - Method in class org.apache.hivemind.service.BodyBuilder
Adds text to the current line, without terminating the line.
add(String, Object) - Method in class org.apache.hivemind.service.BodyBuilder
Convience for {@link #add(String, Object[])
add(String, Object[]) - Method in class org.apache.hivemind.service.BodyBuilder
Adds text to the current line, without terminating the line.
add(String, Object, Object) - Method in class org.apache.hivemind.service.BodyBuilder
Convience for {@link #add(String, Object[])
add(String, Object, Object, Object) - Method in class org.apache.hivemind.service.BodyBuilder
Convience for {@link #add(String, Object[])
addAttribute(Attribute) - Method in class org.apache.hivemind.impl.ElementImpl
 
addAttribute(String, boolean) - Method in class org.apache.hivemind.parse.ElementParseInfo
 
addAttributeMapping(AttributeMappingDescriptor) - Method in class org.apache.hivemind.parse.ConversionDescriptor
Adds a mapping for an attribute; these come from <map> elements nested within the <conversion> element.
addAttributeModel(AttributeModel) - Method in class org.apache.hivemind.schema.impl.ElementModelImpl
 
addCatch(Class, String) - Method in interface org.apache.hivemind.service.MethodFab
Adds a catch to the method.
addConfigurationPoint(ConfigurationPoint) - Method in class org.apache.hivemind.impl.RegistryImpl
 
addConfigurationPoint(ConfigurationPointDescriptor) - Method in class org.apache.hivemind.parse.ModuleDescriptor
 
addConstructor(Class[], Class[], String) - Method in interface org.apache.hivemind.service.ClassFab
Adds a constructor to the class.
addConstructor(Class[], Class[], String) - Method in class org.apache.hivemind.service.impl.ClassFabImpl
 
addContribution(Contribution) - Method in class org.apache.hivemind.impl.ConfigurationPointImpl
 
addContribution(ContributionDescriptor) - Method in class org.apache.hivemind.parse.ModuleDescriptor
 
addControl(MockControl) - Method in class org.apache.hivemind.test.HiveMindTestCase
Adds the control to the list of managed controls used by HiveMindTestCase.replayControls() and HiveMindTestCase.verifyControls().
addElement(Element) - Method in class org.apache.hivemind.impl.ElementImpl
 
addElement(Element) - Method in class org.apache.hivemind.parse.ContributionDescriptor
 
addElement(Object) - Method in class org.apache.hivemind.impl.SchemaProcessorImpl
 
addElement(Object) - Method in interface org.apache.hivemind.schema.SchemaProcessor
The SchemaProcessor is always the bottom (deepest) object on the stack.
addElementModel(ElementModel) - Method in class org.apache.hivemind.schema.impl.SchemaImpl
 
addElements(List) - Method in class org.apache.hivemind.impl.ContributionImpl
 
addEventListener(Object, String, Object, Location) - Method in interface org.apache.hivemind.service.EventLinker
Adds the consumer as a listener of events published by the producer.
addEventListener(Object, String, Object, Location) - Method in class org.apache.hivemind.service.impl.EventLinkerImpl
 
addEventRegistration(EventRegistration) - Method in class org.apache.hivemind.service.impl.BuilderParameter
 
addField(String, Class) - Method in interface org.apache.hivemind.service.ClassFab
Adds a new field with the given name and type.
addField(String, Class) - Method in class org.apache.hivemind.service.impl.ClassFabImpl
 
addImplementation(ImplementationDescriptor) - Method in class org.apache.hivemind.parse.ModuleDescriptor
 
addInterceptor(InterceptorDescriptor) - Method in class org.apache.hivemind.parse.AbstractServiceDescriptor
 
addInterceptorContribution(ServiceInterceptorContribution) - Method in class org.apache.hivemind.impl.ServicePointImpl
 
addInterceptors(Object) - Method in class org.apache.hivemind.impl.servicemodel.AbstractServiceModelImpl
 
addInterface(Class) - Method in interface org.apache.hivemind.service.ClassFab
Adds the specified interface as an interface implemented by this class.
addInterface(Class) - Method in class org.apache.hivemind.service.impl.ClassFabImpl
 
addListener(Object) - Method in class org.apache.hivemind.util.EventListenerList
Adds a new listener to the list of listeners.
addln(String) - Method in class org.apache.hivemind.service.BodyBuilder
Adds the text to the current line, and terminates the line.
addln(String, Object) - Method in class org.apache.hivemind.service.BodyBuilder
Convience for {@link #addln(String, Object[])
addln(String, Object[]) - Method in class org.apache.hivemind.service.BodyBuilder
Adds text to the current line then terminates the line.
addln(String, Object, Object) - Method in class org.apache.hivemind.service.BodyBuilder
Convience for {@link #addln(String, Object[])
addln(String, Object, Object, Object) - Method in class org.apache.hivemind.service.BodyBuilder
Convience for {@link #addln(String, Object[])
addMethod(int, MethodSignature, String) - Method in interface org.apache.hivemind.service.ClassFab
Adds a method.
addMethod(int, MethodSignature, String) - Method in class org.apache.hivemind.service.impl.ClassFabImpl
 
addParameter(BuilderFacet) - Method in class org.apache.hivemind.service.impl.BuilderParameter
 
addParameter(Element) - Method in class org.apache.hivemind.parse.AbstractServiceInvocationDescriptor
 
addPostProcessor(Runnable) - Method in class org.apache.hivemind.impl.RegistryAssemblyImpl
 
addPostProcessor(Runnable) - Method in interface org.apache.hivemind.impl.RegistryAssembly
Adds a Runnable object that will be called after all modules have been parsed.
addProperty(BuilderFacet) - Method in class org.apache.hivemind.service.impl.BuilderParameter
 
addQuoted(String) - Method in class org.apache.hivemind.service.BodyBuilder
Adds the text to the current line, surrounded by double quotes.
addRegistryShutdownListener(RegistryShutdownListener) - Method in interface org.apache.hivemind.ShutdownCoordinator
 
addRegistryShutdownListener(RegistryShutdownListener) - Method in class org.apache.hivemind.impl.ShutdownCoordinatorImpl
 
addRule(Rule) - Method in class org.apache.hivemind.schema.impl.ElementModelImpl
 
addRulesForModel() - Method in class org.apache.hivemind.parse.ConversionDescriptor
Invoked once all <map> elements have been processed; this creates Rules that are added to the ElementModelImpl.
addSchema(String, Schema) - Method in class org.apache.hivemind.impl.RegistryAssemblyImpl
 
addSchema(String, Schema) - Method in interface org.apache.hivemind.impl.RegistryAssembly
Records a schema that may be referenced elsewhere within a module, or by some other module entirely.
addServiceMethodImplementation(ClassFab, MethodSignature) - Method in class org.apache.hivemind.service.impl.LoggingInterceptorFactory
 
addServiceMethods(InterceptorStack, ClassFab, List) - Method in class org.apache.hivemind.service.impl.LoggingInterceptorFactory
 
addServiceMethods(String) - Method in class org.apache.hivemind.impl.ProxyBuilder
Creates the service methods for the class.
addServicePoint(ServicePoint) - Method in class org.apache.hivemind.impl.RegistryImpl
 
addServicePoint(ServicePointDescriptor) - Method in class org.apache.hivemind.parse.ModuleDescriptor
 
addThreadCleanupListener(ThreadCleanupListener) - Method in interface org.apache.hivemind.service.ThreadEventNotifier
Adds the listener.
addThreadCleanupListener(ThreadCleanupListener) - Method in class org.apache.hivemind.service.impl.ThreadEventNotifierImpl
 
addToStringMethod(ClassFab, String) - Static method in class org.apache.hivemind.service.ClassFabUtils
Adds a toString() method to a class that returns a fixed, pre-computed value.
addToStringMethod(InterceptorStack, ClassFab) - Method in class org.apache.hivemind.service.impl.LoggingInterceptorFactory
Creates a toString() method that identify the interceptor service id, the intercepted service id, and the service interface class name).
append(String, boolean) - Method in class org.apache.hivemind.util.ToStringBuilder
 
append(String, byte) - Method in class org.apache.hivemind.util.ToStringBuilder
 
append(String, int) - Method in class org.apache.hivemind.util.ToStringBuilder
 
append(String, Object) - Method in class org.apache.hivemind.util.ToStringBuilder
 
append(String, short) - Method in class org.apache.hivemind.util.ToStringBuilder
 
append(String, String) - Method in class org.apache.hivemind.util.ToStringBuilder
 
appendClassLoader(ClassLoader) - Method in class org.apache.hivemind.service.impl.HiveMindClassPool
Convienience method for adding to the ClassPath for a particular class loader.
ApplicationRuntimeException - exception org.apache.hivemind.ApplicationRuntimeException.
General wrapper for any exception (normal or runtime) that may occur during runtime processing for the application.
ApplicationRuntimeException(String) - Constructor for class org.apache.hivemind.ApplicationRuntimeException
 
ApplicationRuntimeException(String, Location, Throwable) - Constructor for class org.apache.hivemind.ApplicationRuntimeException
 
ApplicationRuntimeException(String, Object, Location, Throwable) - Constructor for class org.apache.hivemind.ApplicationRuntimeException
 
ApplicationRuntimeException(String, Throwable) - Constructor for class org.apache.hivemind.ApplicationRuntimeException
 
ApplicationRuntimeException(Throwable) - Constructor for class org.apache.hivemind.ApplicationRuntimeException
 
argumentMatches(Object, Object) - Method in class org.apache.hivemind.test.RegexpArgumentsMatcher
 
argumentMatches(Object, Object) - Method in class org.apache.hivemind.test.ExceptionAwareArgumentsMatcher
 
assertExceptionRegexp(Throwable, String) - Method in class org.apache.hivemind.test.HiveMindTestCase
Checks that the message for an exception matches a regular expression.
assertExceptionSubstring(Throwable, String) - Method in class org.apache.hivemind.test.HiveMindTestCase
Checks that the provided substring exists in the exceptions message.
assertListsEqual(Object[], List) - Static method in class org.apache.hivemind.test.HiveMindTestCase
Converts the actual list to an array and invokes HiveMindTestCase.assertListsEqual(Object[], Object[]).
assertListsEqual(Object[], Object[]) - Static method in class org.apache.hivemind.test.HiveMindTestCase
Asserts that the two arrays are equal; same length and all elements equal.
assertLoggedMessage(String) - Method in class org.apache.hivemind.test.HiveMindTestCase
Asserts that some capture log event matches the given message exactly.
assertLoggedMessage(String, List) - Method in class org.apache.hivemind.test.HiveMindTestCase
Asserts that some capture log event matches the given message exactly.
assertLoggedMessagePattern(String) - Method in class org.apache.hivemind.test.HiveMindTestCase
 
assertLoggedMessagePattern(String, List) - Method in class org.apache.hivemind.test.HiveMindTestCase
 
assertLoggedMessages(String[]) - Method in class org.apache.hivemind.test.HiveMindTestCase
Checks the messages for all logged events for exact match against the supplied list.
assertRegexp(String, String) - Method in class org.apache.hivemind.test.HiveMindTestCase
 
Attribute - interface org.apache.hivemind.Attribute.
An attribute that may be attached to a Element.
AttributeImpl - class org.apache.hivemind.impl.AttributeImpl.
Implementation of Attribute.
AttributeImpl(String, String) - Constructor for class org.apache.hivemind.impl.AttributeImpl
 
AttributeMappingDescriptor - class org.apache.hivemind.parse.AttributeMappingDescriptor.
Descriptor for the <map> element, nested within a <conversion> module descriptor element.
AttributeMappingDescriptor() - Constructor for class org.apache.hivemind.parse.AttributeMappingDescriptor
 
AttributeModel - interface org.apache.hivemind.schema.AttributeModel.
Part of a Schema, used to specify an attribute allowed within an ElementModel.
AttributeModelImpl - class org.apache.hivemind.schema.impl.AttributeModelImpl.
Implementation of AttributeModel.
AttributeModelImpl() - Constructor for class org.apache.hivemind.schema.impl.AttributeModelImpl
 
autowire(Object, String, Module, Log) - Method in class org.apache.hivemind.service.impl.BuilderFacet
Attempts to autowire a property of the target.

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