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

I

ID_PATTERN - Static variable in class org.apache.hivemind.parse.DescriptorParser
Format for configuration point ids, service point ids and schema ids.
IdListTranslator - class org.apache.hivemind.schema.rules.IdListTranslator.
A Translator that acts as a wrapper around IdUtils.qualifyList(String, String).
IdListTranslator() - Constructor for class org.apache.hivemind.schema.rules.IdListTranslator
 
IdUtils - class org.apache.hivemind.util.IdUtils.
A collection of utilities for handling qualified and unqualified ids.
IdUtils() - Constructor for class org.apache.hivemind.util.IdUtils
 
image - Variable in class org.apache.hivemind.sdl.parser.Token
The string image of the token.
ImplementationDescriptor - class org.apache.hivemind.parse.ImplementationDescriptor.
Descriptor for <implementation> elements.
ImplementationDescriptor() - Constructor for class org.apache.hivemind.parse.ImplementationDescriptor
 
INCLUDE_HASHCODE - Static variable in class org.apache.hivemind.util.ToStringBuilder
 
INCLUDE_PACKAGE_PREFIX - Static variable in class org.apache.hivemind.util.ToStringBuilder
 
InfixNameFilter - class org.apache.hivemind.methodmatch.InfixNameFilter.
Matches a method when the provided string appears anywhere in the method name.
InfixNameFilter(String) - Constructor for class org.apache.hivemind.methodmatch.InfixNameFilter
 
init(FilterConfig) - Method in class org.apache.hivemind.servlet.HiveMindFilter
Constructs a Registry and stores it into the ServletContext.
initializeParser(Resource, int) - Method in class org.apache.hivemind.parse.AbstractParser
Initializes the parser; this should be called before any SAX parse events are received.
initializeService() - Method in class org.apache.hivemind.service.impl.DefaultsSymbolSource
 
InstanceBuilder - interface org.apache.hivemind.parse.InstanceBuilder.
Interface for an object that can construct the core implementation for a service.
instantiateInterceptor(InterceptorStack, Class, List) - Method in class org.apache.hivemind.service.impl.LoggingInterceptorFactory
 
instantiateInterceptor(InterceptorStack, Class, List) - Method in class org.apache.hivemind.service.impl.AbstractServiceInterceptorFactory
Used to instantiate the interceptor.
instantiateService() - Method in class org.apache.hivemind.impl.servicemodel.ThreadedServiceModel
Invokes ThreadedServiceModel.getServiceImplementationForCurrentThread() to force the creation of the service implementation.
instantiateService() - Method in class org.apache.hivemind.impl.servicemodel.SingletonServiceModel
 
instantiateService() - Method in class org.apache.hivemind.impl.servicemodel.PrimitiveServiceModel
Invokes PrimitiveServiceModel.getService() to ensure that the core service implementation has been instantiated.
instantiateService() - Method in class org.apache.hivemind.impl.servicemodel.PooledServiceModel
Invokes PooledServiceModel.getServiceImplementationForCurrentThread() to instantiate an instance of the service.
instantiateService() - Method in interface org.apache.hivemind.internal.ServiceModel
Forces the core service implementation (and any interceptors) to be fully instantiated immediately, rather than waiting for the first service method invocation.
interceptLogging(String) - Method in class org.apache.hivemind.test.HiveMindTestCase
Sets up a StoreAppender to intercept logging for the specified logger.
InterceptorDescriptor - class org.apache.hivemind.parse.InterceptorDescriptor.
Descriptor for the <interceptor> element.
InterceptorDescriptor() - Constructor for class org.apache.hivemind.parse.InterceptorDescriptor
 
InterceptorStack - interface org.apache.hivemind.InterceptorStack.
Used when constructing an interceptor stack around a service implementation instance.
InterceptorStackImpl - class org.apache.hivemind.impl.InterceptorStackImpl.
Implementation of the InterceptorStack interface; localizes error checking in one place.
InterceptorStackImpl(Log, ServicePoint, Object) - Constructor for class org.apache.hivemind.impl.InterceptorStackImpl
 
IntTranslator - class org.apache.hivemind.schema.rules.IntTranslator.
Translates strings to integer values.
IntTranslator() - Constructor for class org.apache.hivemind.schema.rules.IntTranslator
 
IntTranslator(String) - Constructor for class org.apache.hivemind.schema.rules.IntTranslator
Initializers: default: default value for empty or invalid input min: minimum acceptible value max: maximum acceptible value
invokeConstructor(Class, Object[], Object) - Static method in class org.apache.hivemind.util.ConstructorUtils
Searches for a constructor matching against the provided arguments.
InvokeFactoryDescriptor - class org.apache.hivemind.parse.InvokeFactoryDescriptor.
Descriptor for the <invoke-factory> element.
InvokeFactoryDescriptor() - Constructor for class org.apache.hivemind.parse.InvokeFactoryDescriptor
 
InvokeFactoryServiceConstructor - class org.apache.hivemind.impl.InvokeFactoryServiceConstructor.
Constructs a new service by invoking methods on another service (which implements the ServiceImplementationFactory interface.
InvokeFactoryServiceConstructor() - Constructor for class org.apache.hivemind.impl.InvokeFactoryServiceConstructor
 
InvokeParentRule - class org.apache.hivemind.schema.rules.InvokeParentRule.
Rule used to connect a child object to its parent by invoking a method on the parent, passing the child.
InvokeParentRule() - Constructor for class org.apache.hivemind.schema.rules.InvokeParentRule
 
InvokeParentRule(String) - Constructor for class org.apache.hivemind.schema.rules.InvokeParentRule
 
isBlank(String) - Static method in class org.apache.hivemind.HiveMind
Returns true if the string is null, empty, or contains only whitespace.
isEmpty() - Method in interface org.apache.hivemind.Element
Returns true if this element contains no other elements.
isEmpty() - Method in class org.apache.hivemind.impl.ElementImpl
 
isEmpty(Collection) - Static method in class org.apache.hivemind.HiveMind
Returns true if the Collection is null or empty.
isKnown(String) - Method in class org.apache.hivemind.parse.ElementParseInfo
 
isNonBlank(String) - Static method in class org.apache.hivemind.HiveMind
As with HiveMind.isBlank(String), but inverts the response.
isReadable(Object, String) - Static method in class org.apache.hivemind.util.PropertyUtils
 
isRequired() - Method in interface org.apache.hivemind.schema.AttributeModel
Returns true if the attribute is required (must be specified).
isRequired() - Method in class org.apache.hivemind.schema.impl.AttributeModelImpl
 
isToString(Method) - Static method in class org.apache.hivemind.service.ClassFabUtils
Returns true if the method is the standard toString() method.
isWritable(Object, String) - Static method in class org.apache.hivemind.util.PropertyUtils
Returns true of the instance contains a writable property of the given type.

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