Package org.apache.hivemind.service.impl

Implementations of services provided by the hivemind module.

See:
          Description

Class Summary
AbstractFab Common code for ClassFabImpl and InterfaceFabImpl.
AutowiringByTypeStrategy Implementation of AutowiringStrategy that searches for a matching service by the type of a property.
AutowiringImpl Implementation of Autowiring.
AutowiringStrategyContribution Contribution to the org.apache.hivemind.service.Autowiring configuration extension point; used to provide a AutowiringStrategy implementation and advice on ordering the service.
ClassFabImpl Implementation of ClassFab.
ClassFactoryImpl Implementation of ClassFactory.
CtClassSource Wrapper around Javassist's ClassPool and our own ClassFactoryClassLoader that manages the creation of new instance of CtClass and converts finished CtClass's into instantiable Classes.
EagerLoader Implementation of the hivemind.EagerLoad service, which is contributed into to hivemind.Startup configuration point.
EventLinkerImpl Implementation of EventLinker.
EventRegistration An event registrtion for a service constructed by org.apache.hivemind.service.impl.BuilderFactory.
HiveMindClassPool Used to ensure that ClassPool.appendClassPath(javassist.ClassPath) is invoked with a synchronized lock.
InterfaceFabImpl  
InterfaceSynthesizerImpl  
LoggingInterceptorClassFactory Factory for creation of interceptor classes that add logging capability to a service.
LoggingUtils Collection of static methods used by loggers to log method entry and exit.
ThreadEventNotifierImpl Implementation of ThreadEventNotifier, available as service hivemind.ThreadEventNotifier.
ThreadLocaleImpl  
ThreadLocalStorageImpl Implementation of ThreadLocalStorage.
 

Package org.apache.hivemind.service.impl Description

Implementations of services provided by the hivemind module.



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.