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

T

tearDown() - Method in class org.apache.hivemind.test.HiveMindTestCase
Removes the StoreAppender 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.
ThreadCleanupListener - interface org.apache.hivemind.service.ThreadCleanupListener.
Listener interface implemented by classes which need to know when a thread cleanup occurs.
threadDidCleanup() - Method in interface org.apache.hivemind.service.ThreadCleanupListener
 
threadDidCleanup() - Method in class org.apache.hivemind.service.impl.ThreadLocalStorageImpl
Invokes ThreadLocalStorageImpl.clear().
threadDidDiscardService() - Method in interface org.apache.hivemind.Discardable
Invoked when a service is being discarded.
ThreadedServiceModel - class org.apache.hivemind.impl.servicemodel.ThreadedServiceModel.
Like org.apache.hivemind.impl.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 org.apache.hivemind.impl.servicemodel.ThreadedServiceModelFactory.
 
ThreadedServiceModelFactory() - Constructor for class org.apache.hivemind.impl.servicemodel.ThreadedServiceModelFactory
 
ThreadEventNotifier - interface org.apache.hivemind.service.ThreadEventNotifier.
Service which acts as a dispatch hub for events about the lifecycle of the current thread.
ThreadEventNotifierImpl - class org.apache.hivemind.service.impl.ThreadEventNotifierImpl.
Implementation of ThreadEventNotifier, available as service hivemind.ThreadEventNotifier.
ThreadEventNotifierImpl() - Constructor for class org.apache.hivemind.service.impl.ThreadEventNotifierImpl
 
ThreadLocalStorage - interface org.apache.hivemind.service.ThreadLocalStorage.
Provides a service which can temporarily store thread-local data.
ThreadLocalStorageImpl - class org.apache.hivemind.service.impl.ThreadLocalStorageImpl.
Implementation of ThreadLocalStorage.
ThreadLocalStorageImpl() - Constructor for class org.apache.hivemind.service.impl.ThreadLocalStorageImpl
 
token - Variable in class org.apache.hivemind.sdl.parser.SimpleDataLanguageParser
 
Token - class org.apache.hivemind.sdl.parser.Token.
Describes the input token stream.
token_source - Variable in class org.apache.hivemind.sdl.parser.SimpleDataLanguageParser
 
Token() - Constructor for class org.apache.hivemind.sdl.parser.Token
 
tokenImage - Static variable in interface org.apache.hivemind.sdl.parser.SimpleDataLanguageParserConstants
 
tokenImage - Variable in class org.apache.hivemind.sdl.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - error org.apache.hivemind.sdl.parser.TokenMgrError.
 
TokenMgrError() - Constructor for class org.apache.hivemind.sdl.parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for class org.apache.hivemind.sdl.parser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for class org.apache.hivemind.sdl.parser.TokenMgrError
 
toString() - Method in class org.apache.hivemind.Occurances
 
toString() - Method in class org.apache.hivemind.impl.ServiceInterceptorContributionImpl
 
toString() - Method in class org.apache.hivemind.impl.RegistryImpl
 
toString() - Method in class org.apache.hivemind.impl.ModuleImpl
 
toString() - Method in class org.apache.hivemind.impl.LocationImpl
 
toString() - Method in class org.apache.hivemind.impl.InterceptorStackImpl
 
toString() - Method in class org.apache.hivemind.impl.ElementsProxyList
 
toString() - Method in class org.apache.hivemind.impl.ElementsInnerProxyList
 
toString() - Method in class org.apache.hivemind.impl.ElementImpl
 
toString() - Method in class org.apache.hivemind.impl.AttributeImpl
 
toString() - Method in class org.apache.hivemind.impl.AbstractExtensionPoint
 
toString() - Method in class org.apache.hivemind.parse.ModuleDescriptor
 
toString() - Method in class org.apache.hivemind.parse.CreateInstanceDescriptor
 
toString() - Method in class org.apache.hivemind.parse.ContributionDescriptor
 
toString() - Method in class org.apache.hivemind.parse.ConfigurationPointDescriptor
 
toString() - Method in class org.apache.hivemind.parse.AbstractServiceInvocationDescriptor
 
toString() - Method in class org.apache.hivemind.parse.AbstractServiceDescriptor
 
toString() - Method in class org.apache.hivemind.sdl.parser.Token
Returns the image.
toString() - Method in class org.apache.hivemind.service.MethodSignature
 
toString() - Method in class org.apache.hivemind.service.MethodContribution
 
toString() - Method in class org.apache.hivemind.service.BodyBuilder
Returns the current contents of the buffer.
toString() - Method in class org.apache.hivemind.util.URLResource
 
toString() - Method in class org.apache.hivemind.util.ToStringBuilder
Returns the final assembled string.
toString() - Method in class org.apache.hivemind.util.FileResource
 
toString() - Method in class org.apache.hivemind.util.ClasspathResource
 
ToStringBuilder - class org.apache.hivemind.util.ToStringBuilder.
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) - Method in interface org.apache.hivemind.schema.Translator
Invoked by a Rule to translate an inputValue into an appropriate object.
translate(Module, Class, String) - Method in class org.apache.hivemind.schema.rules.SmartTranslator
 
translate(Module, Class, String) - Method in class org.apache.hivemind.schema.rules.ServiceTranslator
Returns null if the input is null or empty.
translate(Module, Class, String) - Method in class org.apache.hivemind.schema.rules.ServicePointTranslator
 
translate(Module, Class, String) - Method in class org.apache.hivemind.schema.rules.ResourceTranslator
Finds the resource.
translate(Module, Class, String) - Method in class org.apache.hivemind.schema.rules.QualifiedIdTranslator
 
translate(Module, Class, String) - Method in class org.apache.hivemind.schema.rules.ObjectTranslator
 
translate(Module, Class, String) - Method in class org.apache.hivemind.schema.rules.NullTranslator
Returns the inputValue.
translate(Module, Class, String) - Method in class org.apache.hivemind.schema.rules.LongTranslator
Converts the string to an Long.
translate(Module, Class, String) - Method in class org.apache.hivemind.schema.rules.IntTranslator
Converts the string to an Integer.
translate(Module, Class, String) - Method in class org.apache.hivemind.schema.rules.IdListTranslator
 
translate(Module, Class, String) - Method in class org.apache.hivemind.schema.rules.EnumerationTranslator
 
translate(Module, Class, String) - Method in class org.apache.hivemind.schema.rules.DoubleTranslator
Converts the string to an Double.
translate(Module, Class, String) - Method in class org.apache.hivemind.schema.rules.ConfigurationTranslator
 
translate(Module, Class, String) - Method in class org.apache.hivemind.schema.rules.ClassTranslator
 
translate(Module, Class, String) - Method in class org.apache.hivemind.schema.rules.BooleanTranslator
 
Translator - interface org.apache.hivemind.schema.Translator.
Object which can translate a string into an object value.
TranslatorContribution - class org.apache.hivemind.impl.TranslatorContribution.
A contribution to the hivemind.Translators configuration point.
TranslatorContribution() - Constructor for class org.apache.hivemind.impl.TranslatorContribution
 

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