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

T

tearDown() - Method in class org.apache.hivemind.test.HiveMindTestCase
Removes the appender that may have been setup by HiveMindTestCase.interceptLogging(String).
THREAD_EVENT_NOTIFIER_SERVICE - Static variable in class org.apache.hivemind.HiveMind
The full id of the ThreadEventNotifier service.
THREAD_LOCALE_SERVICE - Static variable in class org.apache.hivemind.HiveMind
The full id of the ThreadLocale service.
ThreadCleanupListener - Interface in org.apache.hivemind.service
Listener interface implemented by classes which need to know when a thread cleanup occurs.
threadDidCleanup() - Method in interface org.apache.hivemind.service.ThreadCleanupListener
 
threadDidDiscardService() - Method in interface org.apache.hivemind.Discardable
Invoked when a service is being discarded.
ThreadedServiceModel - Class in org.apache.hivemind.impl.servicemodel
Like SingletonServiceModel, this method returns a proxy (implementing the service interface); unlike SingletonServiceModel, it always returns the proxy.
ThreadedServiceModel(ConstructableServicePoint) - Constructor for class org.apache.hivemind.impl.servicemodel.ThreadedServiceModel
 
ThreadedServiceModelFactory - Class in org.apache.hivemind.impl.servicemodel
 
ThreadedServiceModelFactory() - Constructor for class org.apache.hivemind.impl.servicemodel.ThreadedServiceModelFactory
 
ThreadEventNotifier - Interface in org.apache.hivemind.service
Service which acts as a dispatch hub for events about the lifecycle of the current thread.
ThreadEventNotifierImpl - Class in org.apache.hivemind.service.impl
Implementation of ThreadEventNotifier, available as service hivemind.ThreadEventNotifier.
ThreadEventNotifierImpl() - Constructor for class org.apache.hivemind.service.impl.ThreadEventNotifierImpl
 
ThreadEventNotifierImpl(Log) - Constructor for class org.apache.hivemind.service.impl.ThreadEventNotifierImpl
 
ThreadLocale - Interface in org.apache.hivemind.service
The hivemind.ThreadLocale service is intrinsic to HiveMind; its a threaded service for storing the locale for the current thread (it uses the threaded service).
ThreadLocaleFactory - Class in org.apache.hivemind.service.impl
Specialized factory used to create instances of ThreadLocaleImpl (i.e., service hivemind.ThreadLocale).
ThreadLocaleFactory() - Constructor for class org.apache.hivemind.service.impl.ThreadLocaleFactory
 
ThreadLocaleImpl - Class in org.apache.hivemind.service.impl
 
ThreadLocaleImpl(Locale) - Constructor for class org.apache.hivemind.service.impl.ThreadLocaleImpl
 
ThreadLocalStorage - Interface in org.apache.hivemind.service
Provides a service which can temporarily store thread-local data.
ThreadLocalStorageImpl - Class in org.apache.hivemind.service.impl
Implementation of ThreadLocalStorage.
ThreadLocalStorageImpl() - Constructor for class org.apache.hivemind.service.impl.ThreadLocalStorageImpl
 
toClass(CtClass) - Method in class org.apache.hivemind.service.impl.HiveMindClassPool
Invoked to convert an fabricated class into a real class.
toString() - Method in exception org.apache.hivemind.ApplicationRuntimeException
Overrides the default implementation of toString, suffixing the normal result with the location of the exception (if non null).
toString() - Method in class org.apache.hivemind.impl.AbstractExtensionPoint
 
toString() - Method in class org.apache.hivemind.impl.AttributeImpl
 
toString() - Method in class org.apache.hivemind.impl.ElementImpl
 
toString() - Method in class org.apache.hivemind.impl.ElementsInnerProxyList
 
toString() - Method in class org.apache.hivemind.impl.ElementsInnerProxyMap
 
toString() - Method in class org.apache.hivemind.impl.ElementsProxyList
 
toString() - Method in class org.apache.hivemind.impl.ElementsProxyMap
 
toString() - Method in class org.apache.hivemind.impl.InterceptorStackImpl
 
toString() - Method in class org.apache.hivemind.impl.LocationImpl
 
toString() - Method in class org.apache.hivemind.impl.ModuleImpl
 
toString() - Method in class org.apache.hivemind.impl.RegistryInfrastructureImpl
 
toString() - Method in class org.apache.hivemind.impl.ServiceInterceptorContributionImpl
 
toString() - Method in class org.apache.hivemind.internal.Visibility
 
toString() - Method in class org.apache.hivemind.Occurances
 
toString() - Method in class org.apache.hivemind.parse.AbstractServiceDescriptor
 
toString() - Method in class org.apache.hivemind.parse.AbstractServiceInvocationDescriptor
 
toString() - Method in class org.apache.hivemind.parse.ConfigurationPointDescriptor
 
toString() - Method in class org.apache.hivemind.parse.ContributionDescriptor
 
toString() - Method in class org.apache.hivemind.parse.CreateInstanceDescriptor
 
toString() - Method in class org.apache.hivemind.parse.DependencyDescriptor
 
toString() - Method in class org.apache.hivemind.parse.ModuleDescriptor
 
toString() - Method in class org.apache.hivemind.parse.SubModuleDescriptor
 
toString() - Method in class org.apache.hivemind.service.BodyBuilder
Returns the current contents of the buffer.
toString() - Method in class org.apache.hivemind.service.impl.ClassFabImpl
Returns a representation of the fabricated class, including inheritance, fields, constructors, methods and method bodies.
toString() - Method in class org.apache.hivemind.service.impl.InterfaceFabImpl
 
toString() - Method in class org.apache.hivemind.service.MethodContribution
 
toString() - Method in class org.apache.hivemind.service.MethodSignature
 
toString() - Method in class org.apache.hivemind.util.ClasspathResource
 
toString() - Method in class org.apache.hivemind.util.ContextResource
 
toString() - Method in class org.apache.hivemind.util.FileResource
 
toString() - Method in class org.apache.hivemind.util.ToStringBuilder
Returns the final assembled string.
toString() - Method in class org.apache.hivemind.util.URLResource
 
ToStringBuilder - Class in org.apache.hivemind.util
A simple replacement for the more involved version in commons-lang; this is used to help construct the description string returned by an object's toString() method.
ToStringBuilder(Object) - Constructor for class org.apache.hivemind.util.ToStringBuilder
 
ToStringBuilder(Object, int) - Constructor for class org.apache.hivemind.util.ToStringBuilder
 
translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.BooleanTranslator
 
translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.ClassTranslator
 
translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.ConfigurationTranslator
 
translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.DoubleTranslator
Converts the string to an Double.
translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.EnumerationTranslator
 
translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.IdListTranslator
 
translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.InstanceTranslator
 
translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.IntTranslator
Converts the string to an Integer.
translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.LongTranslator
Converts the string to an Long.
translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.NullTranslator
Returns the inputValue.
translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.QualifiedIdTranslator
 
translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.ResourceTranslator
Finds the resource.
translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.ServicePointTranslator
 
translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.ServiceTranslator
Returns null if the input is null or empty.
translate(Module, Class, String, Location) - Method in class org.apache.hivemind.schema.rules.SmartTranslator
 
translate(Module, Class, String, Location) - Method in interface org.apache.hivemind.schema.Translator
Invoked by a Rule to translate an inputValue into an appropriate object.
translate(Module, Class, String, Location) - Method in class org.apache.hivemind.service.impl.ObjectTranslator
 
Translator - Interface in org.apache.hivemind.schema
Object which can translate a string into an object value.
TranslatorContribution - Class in org.apache.hivemind.impl
A contribution to the hivemind.Translators configuration point.
TranslatorContribution() - Constructor for class org.apache.hivemind.impl.TranslatorContribution
 
TranslatorManager - Class in org.apache.hivemind.impl
Manages translators for RegistryInfrastructureImpl.
TranslatorManager(RegistryInfrastructure, ErrorHandler) - Constructor for class org.apache.hivemind.impl.TranslatorManager
 
TRANSLATORS_CONFIGURATION_ID - Static variable in class org.apache.hivemind.impl.TranslatorManager
 
TypeMatcher - Class in org.apache.hivemind.test
An ArgumentMatcher that only compares the types of the two objects, not their actual values.
TypeMatcher() - Constructor for class org.apache.hivemind.test.TypeMatcher
 

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