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

R

REQUIRED - Static variable in class org.apache.hivemind.Occurances
Exactly one is required.
ReadAttributeRule - class org.apache.hivemind.schema.rules.ReadAttributeRule.
Reads an attribute of an element and uses it to set a property of the top object on the stack.
ReadAttributeRule() - Constructor for class org.apache.hivemind.schema.rules.ReadAttributeRule
 
ReadAttributeRule(String, String, String, Location) - Constructor for class org.apache.hivemind.schema.rules.ReadAttributeRule
 
ReadContentRule - class org.apache.hivemind.schema.rules.ReadContentRule.
Used to set a property of the top object on the stack to the value of the element's content.
ReadContentRule() - Constructor for class org.apache.hivemind.schema.rules.ReadContentRule
 
RegexpMatcher - class org.apache.hivemind.test.RegexpMatcher.
A ArgumentMatcherimplementation treates the expected value as a Perl5 Regular expression, which is matched against the actual value.
RegexpMatcher() - Constructor for class org.apache.hivemind.test.RegexpMatcher
 
Registry - interface org.apache.hivemind.Registry.
The HiveMind registry; primarily this is used to gain access to services.
RegistryAssembly - interface org.apache.hivemind.impl.RegistryAssembly.
Interfaced used during the construction of the Registry.
RegistryAssemblyImpl - class org.apache.hivemind.impl.RegistryAssemblyImpl.
Implementation of RegistryAssembly.
RegistryAssemblyImpl() - Constructor for class org.apache.hivemind.impl.RegistryAssemblyImpl
 
RegistryBuilder - class org.apache.hivemind.impl.RegistryBuilder.
Class used to build a Registryfrom individual ModuleDescriptor.
RegistryBuilder() - Constructor for class org.apache.hivemind.impl.RegistryBuilder
 
RegistryBuilder(ErrorHandler) - Constructor for class org.apache.hivemind.impl.RegistryBuilder
 
RegistryImpl - class org.apache.hivemind.impl.RegistryImpl.
Implementation of Registrythat delegates to an instance of RegistryInfrastructure.
RegistryImpl(RegistryInfrastructure) - Constructor for class org.apache.hivemind.impl.RegistryImpl
 
RegistryInfrastructure - interface org.apache.hivemind.internal.RegistryInfrastructure.
Extension of Registryprovided by some internals of HiveMind to faciliate the creation of services and configurations.
RegistryInfrastructureConstructor - class org.apache.hivemind.impl.RegistryInfrastructureConstructor.
Fed a series of ModuleDescriptors, this class will assemble them into a final RegistryInfrastructureas well as perform some validations.
RegistryInfrastructureConstructor(ErrorHandler, Log, RegistryAssembly) - Constructor for class org.apache.hivemind.impl.RegistryInfrastructureConstructor
 
RegistryInfrastructureImpl - class org.apache.hivemind.impl.RegistryInfrastructureImpl.
Implementation of RegistryInfrastructure.
RegistryInfrastructureImpl(ErrorHandler, Locale) - Constructor for class org.apache.hivemind.impl.RegistryInfrastructureImpl
 
RegistrySerializer - class org.apache.hivemind.ant.RegistrySerializer.
This class serializes a set of module descriptorsinto a XML document.
RegistrySerializer() - Constructor for class org.apache.hivemind.ant.RegistrySerializer
 
RegistryShutdownListener - interface org.apache.hivemind.events.RegistryShutdownListener.
Lifecycle interface that may be implemented by objects that need to know when the Registry has shutdown.
Resource - interface org.apache.hivemind.Resource.
Describes the location of a resource, such as a module deployment descriptor, or a messages file.
ResourceTranslator - class org.apache.hivemind.schema.rules.ResourceTranslator.
Translator that converts the value to be a resource relative to the contributing module's deployment descriptor.
ResourceTranslator() - Constructor for class org.apache.hivemind.schema.rules.ResourceTranslator
 
Rule - interface org.apache.hivemind.schema.Rule.
Rules associated with Schema elements.
RuleUtils - class org.apache.hivemind.schema.rules.RuleUtils.
Static methods useful to Rules and Translators.
RuleUtils() - Constructor for class org.apache.hivemind.schema.rules.RuleUtils
 
read(Object) - Method in class org.apache.hivemind.util.PropertyAdaptor
Reads the property of the target object.
read(Object, String) - Static method in class org.apache.hivemind.util.PropertyUtils
Updates the property of the target object.
readExternal(ObjectInput) - Method in class org.apache.hivemind.internal.ser.ServiceToken
 
rebuildRegistry(HttpServletRequest) - Static method in class org.apache.hivemind.servlet.HiveMindFilter
Sets a flag in the request that will cause the current Registry to be shutdown and replaced with a new Registry (at the end of the current request).
registryDidShutdown() - Method in interface org.apache.hivemind.events.RegistryShutdownListener
Invoked when a service is being shutdown, and should release any external resources.
registryDidShutdown() - Method in class org.apache.hivemind.impl.ElementsProxyList
 
registryDidShutdown() - Method in class org.apache.hivemind.impl.ElementsProxyMap
 
registryShutdown() - Static method in class org.apache.hivemind.HiveMindMessages
 
removeListener(Object) - Method in class org.apache.hivemind.util.EventListenerList
Removes a listener from the list.
removeRegistryShutdownListener(RegistryShutdownListener) - Method in interface org.apache.hivemind.ShutdownCoordinator
 
removeRegistryShutdownListener(RegistryShutdownListener) - Method in class org.apache.hivemind.impl.ShutdownCoordinatorImpl
 
removeThreadCleanupListener(ThreadCleanupListener) - Method in interface org.apache.hivemind.service.ThreadEventNotifier
Removes the listener, if it has been previously added.
removeThreadCleanupListener(ThreadCleanupListener) - Method in class org.apache.hivemind.service.impl.ThreadEventNotifierImpl
 
replayControls() - Method in class org.apache.hivemind.test.HiveMindTestCase
Invokes MockControl.replay()on all controls created by HiveMindTestCase.newControl(Class).
reset() - Method in class org.apache.hivemind.parse.DescriptorParser
 
resetControls() - Method in class org.apache.hivemind.test.HiveMindTestCase
Invokes MockControl.reset()on all controls.
resetParser() - Method in class org.apache.hivemind.parse.AbstractParser
Resets all state after a parse.
resetServiceSerializationSupport(ServiceSerializationSupport) - Static method in class org.apache.hivemind.internal.ser.ServiceSerializationHelper
Invoked to clear the SSS, if it matches the provide parameter.
resolve(String, Locale) - Method in class org.apache.hivemind.util.LocalizedContextResourceFinder
Resolves the resource, returning a path representing the closest match (with respect to the provided locale).
resolve(String, Locale) - Method in class org.apache.hivemind.util.LocalizedResourceFinder
Resolves the resource, returning a path representing the closest match (with respect to the provided locale).
resolveType(String) - Method in class org.apache.hivemind.impl.ModuleImpl
 
resolveType(String) - Method in interface org.apache.hivemind.internal.Module
Returns the class matching the type.
run() - Method in class org.apache.hivemind.impl.StartupImpl
 
run() - Method in class org.apache.hivemind.service.impl.EagerLoader
 

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