org.apache.hivemind.service.impl

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Inversion of Control » hivemind » org.apache.hivemind.service.impl 
org.apache.hivemind.service.impl
Implementations of services provided by the hivemind module.
Java Source File NameTypeComment
AbstractFab.javaClass Common code for org.apache.hivemind.service.impl.ClassFabImpl and org.apache.hivemind.service.impl.InterfaceFabImpl .
author:
   Howard M.
BeanInterface.javaInterface
author:
   Howard M.
BeanSubInterface.javaInterface
author:
   Howard M.
BuilderClassResolverFacet.javaClassorg.apache.hivemind.service.impl.BuilderFacet whose value is the org.apache.hivemind.ClassResolver of the contributing module.
BuilderErrorHandlerFacet.javaClass Exposes the invoking module's org.apache.hivemind.ErrorHandler to a service as a constructor parameter or a property.
BuilderErrorLogFacet.javaClass Exposes the service's org.apache.hivemind.internal.ExtensionPoint.getErrorLog error log as a constructor parameter or a property.
author:
   Howard M.
BuilderFacet.javaClass Represents one facet of constructing a service implementation instance.
BuilderFactory.javaClass Implementation of org.apache.hivemind.ServiceImplementationFactory that can instantiate an object and then configure its properties.

Some thought has been given to using bytecode generation to create properties for messages, extension point id, and so forth.

BuilderFactoryLogic.javaClass Created by org.apache.hivemind.service.impl.BuilderFactory for each service to be created; encapsulates all the direct and indirect parameters used to construct a service.
BuilderLogFacet.javaClass Facet whose value is the Log instance for the service (which is based on the service id, not the class name).
BuilderMessagesFacet.javaClassorg.apache.hivemind.service.impl.BuilderFacet whose value is the org.apache.hivemind.Messages for the module containing the service being constructed.
BuilderParameter.javaClass Parameter object used with org.apache.hivemind.service.impl.BuilderFactory .
BuilderPropertyFacet.javaClass Implementation of org.apache.hivemind.service.impl.BuilderFacet that stores a value.
BuilderServiceIdFacet.javaClassorg.apache.hivemind.service.impl.BuilderFacet whose value is the service id of the service being constructed.
ClassFabImpl.javaClass Implementation of org.apache.hivemind.service.ClassFab .
ClassFactoryClassLoader.javaClass ClassLoader used to properly instantiate newly created classes.
ClassFactoryImpl.javaClass Implementation of org.apache.hivemind.service.ClassFactory .
ClassObjectProvider.javaClass Implementation of org.apache.hivemind.service.ObjectProvider that interprets the locator as a class name and converts it to a Class object.
ConfigurationObjectProvider.javaClass Implementation of org.apache.hivemind.service.ObjectProvider mapped to prefix "configuration:" for accessing configurations.
CtClassSource.javaClass Wrapper around Javassist's javassist.ClassPool and our own org.apache.hivemind.service.impl.ClassFactoryClassLoader that manages the creation of new instance of javassist.CtClass and converts finished CtClass's into instantiable Classes.
DefaultsSymbolSource.javaClass Implementation of org.apache.hivemind.SymbolSource driven off of an extension point.
EagerLoader.javaClass Implementation of the hivemind.EagerLoad service, which is contributed into to hivemind.Startup configuration point.
EventLinkerImpl.javaClass Implementation of org.apache.hivemind.service.EventLinker .
EventRegistration.javaClass An event registrtion for a service constructed by org.apache.hivemind.service.impl.BuilderFactory .
ExtendingInterfaceBean.javaClass
author:
   Howard M.
ExtendingSubInterfaceBean.javaClass
author:
   Howard M.
FactoryDefault.javaClass Default symbol value defined by the hivemind.FactoryDefaults extension point.
HiveMindClassPool.javaClass Used to ensure that javassist.ClassPool.appendClassPath(javassist.ClassPath) is invoked with a synchronized lock.
IgnoreStaticAndPrivateMethodsBean.javaClass
author:
   Howard M.
InitializerErrorRunnable.javaClass
author:
   Howard M.
InterfaceFabImpl.javaClass
author:
   Howard M.
InterfaceSynthesizerImpl.javaClass
author:
   Howard M.
ListPropertyBean.javaClass
LoggingInterceptorFactory.javaClass An interceptor factory that adds logging capability to a service. The logging is based upon the Jakarta commons-logging toolkit, which makes it very transportable.

The interceptor will log entry to each method and exit from the method (with return value), plus log any exceptions thrown by the method. The logger used is the id of the service, which is not necessarily the name of the implementing class.

LoggingUtils.javaClass Collection of static methods used by loggers to log method entry and exit.
MethodFabImpl.javaClass Implementation of org.apache.hivemind.service.MethodFab , which is returned from org.apache.hivemind.service.ClassFab.addMethod(intStringClassClass[]Class[]String) , so that additional exception handlers may be attached to the added method.
Nasty.javaInterface Used just for testing org.apache.hivemind.service.impl.ClassFabImpl.toString .
author:
   Howard M.
ObjectInstanceObjectProvider.javaClass Implementation of org.apache.hivemind.service.ObjectProvider that instantiates a new instance of a class.
ObjectTranslator.javaClass Implementation of the indirect translator.
ServiceMessages.javaClass Messages for the service.impl package.
ServiceObjectProvider.javaClass An org.apache.hivemind.service.ObjectProvider that provides access to services.
ServicePropertyObjectProvider.javaClassorg.apache.hivemind.service.ObjectProvider implementation that obtains a named property from a service.
SimpleBean.javaClass
author:
   Howard M.
TestBuilderFactory.javaClass Additional tests for org.apache.hivemind.service.impl.BuilderFactoryLogic .
author:
   Howard M.
TestBuilderPropertyFacet.javaClass
TestClassFab.javaClass Tests related to org.apache.hivemind.service.impl.ClassFabImpl , org.apache.hivemind.service.impl.CtClassSource , etc.
TestClassFabUtils.javaClass
TestInterfaceFab.javaClass Tests for org.apache.hivemind.service.impl.InterfaceFabImpl .
author:
   Howard M.
TestInterfaceSynthesizer.javaClass
author:
   Howard M.
TestLoggingInterceptorFactory.javaClass Tests for org.apache.hivemind.service.impl.LoggingInterceptorFactory .
TestObjectProviders.javaClass Tests for several implementations of org.apache.hivemind.service.ObjectProvider .
TestObjectTranslator.javaClass Tests for org.apache.hivemind.service.impl.ObjectTranslator .
ThreadEventNotifierImpl.javaClass Implementation of org.apache.hivemind.service.ThreadEventNotifier , available as service hivemind.ThreadEventNotifier.
ThreadLocaleFactory.javaClass Specialized factory used to create instances of org.apache.hivemind.service.impl.ThreadLocaleImpl (i.e., service hivemind.ThreadLocale). This is necessary because there isn't a way to inject the Registry's locale into a property.
ThreadLocaleImpl.javaClass
author:
   Howard M.
ThreadLocalStorageImpl.javaClass Implementation of org.apache.hivemind.service.ThreadLocalStorage .
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.