org.apache.hivemind.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.impl 
org.apache.hivemind.impl
Implementations of interfaces defined in the org.apache.commons.hivemind package. In addition, the {@link org.apache.hivemind.impl.RegistryBuilder} is here.
Java Source File NameTypeComment
AbstractExtensionPoint.javaClass Base class for extension points; provides module, visibility and extensionPointId properties.
AbstractMessages.javaClass Abstract base class for implementations of org.apache.hivemind.Messages .
AttributeImpl.javaClass Implementation of org.apache.hivemind.Attribute .
BaseLocatable.javaClass Base class for classes which implement org.apache.hivemind.LocationHolder .
ConfigurationPointImpl.javaClass Implementation of the org.apache.hivemind.internal.ConfigurationPoint interface; a container for org.apache.hivemind.internal.Contribution s.
ConstructableServicePoint.javaInterface "Private" interface used by a org.apache.hivemind.internal.ServiceModel s to access non- information about a org.apache.hivemind.internal.ServicePoint , such as its instance builder and interceptors.
ContributionImpl.javaClass Implements the org.apache.hivemind.internal.Contribution interface, a wrapper around objects that can provide values that plug into an extension point.
CreateClassServiceConstructor.javaClass Constructs a service by instantiating a class.
DefaultClassResolver.javaClass Default implementation of org.apache.hivemind.ClassResolver based around Thread.getContextClassLoader (which is set by the servlet container).
DefaultErrorHandler.javaClass Default implementation of org.apache.hivemind.ErrorHandler that simply logs error.
ElementImpl.javaClass Implementation of org.apache.hivemind.Element .
ElementsInnerProxyList.javaClass Implements a java.util.List as a proxy to an actual list of elements, provided by an extension point.
ElementsInnerProxyMap.javaClass Implements a java.util.Map as a proxy to an actual map of elements, provided by an extension point.
ElementsProxyList.javaClass The List implementation visible to the client code.
ElementsProxyMap.javaClass The Map implementation visible to the client code.
ErrorLogImpl.javaClass
author:
   Howard M.
ImplMessages.javaClass Used to format messages used in errors and log output for classes within the impl package.
InterceptorStackImpl.javaClass Implementation of the org.apache.hivemind.InterceptorStack interface; localizes error checking in one place.
InvokeFactoryServiceConstructor.javaClass Constructs a new service by invoking methods on another service (which implements the org.apache.hivemind.ServiceImplementationFactory interface.
JavaTypeUtils.javaClass Holds a utility method that converts java type names (as they might appear in source code) into JVM class names.
author:
   Howard M.
LocationImpl.javaClass Implementation of the org.apache.hivemind.Location interface.
MessageFinderImpl.javaClass
author:
   Howard M.
MessageFormatter.javaClass A wrapper around java.util.ResourceBundle that makes it easier to access and format messages.
ModuleImpl.javaClass Implementation of org.apache.hivemind.internal.Module .
ModuleMessages.javaClass An implementation of org.apache.hivemind.Messages that obtains messages from a org.apache.hivemind.internal.MessageFinder , in a locale provided by the org.apache.hivemind.service.ThreadLocale service.
author:
   Howard M.
PooledWorker.javaClass A service referenced by org.apache.hivemind.impl.TestServiceModelThreading .
ProxyBuilder.javaClass Class used to assist service extension points in creating proxies.
ProxyUtils.javaClass Contains some common code used to create proxies that defer to a service model method for thier service.
RegistryAssembly.javaInterface Interfaced used during the construction of the org.apache.hivemind.Registry .
RegistryAssemblyImpl.javaClass Implementation of org.apache.hivemind.impl.RegistryAssembly .
RegistryBuilder.javaClass Class used to build a org.apache.hivemind.Registry from individual org.apache.hivemind.parse.ModuleDescriptor .
RegistryImpl.javaClass Implementation of org.apache.hivemind.Registry that delegates to an instance of org.apache.hivemind.internal.RegistryInfrastructure .
RegistryInfrastructureConstructor.javaClass Fed a series of org.apache.hivemind.parse.ModuleDescriptor s, this class will assemble them into a final org.apache.hivemind.internal.RegistryInfrastructure as well as perform some validations.

This class was extracted from org.apache.hivemind.impl.RegistryBuilder .
author:
   Howard M.

RegistryInfrastructureImpl.javaClass Implementation of RegistryInfrastructure .
SchemaElement.javaClass A wrapper around org.apache.hivemind.schema.ElementModel used by org.apache.hivemind.impl.SchemaProcessorImpl .
SchemaProcessorImpl.javaClass Used to assemble all the org.apache.hivemind.internal.Contribution s contributed to an org.apache.hivemind.internal.ConfigurationPoint while converting the XML (represented as org.apache.hivemind.Element s into Java objects.
ServiceImplementationFactoryParametersImpl.javaClass Wrapper around a org.apache.hivemind.internal.ServicePoint and a List of parameters, passed to a org.apache.hivemind.ServiceImplementationFactory .
author:
   Howard M.
ServiceInterceptorContributionImpl.javaClass Implementation of org.apache.hivemind.internal.ServiceInterceptorContribution .
ServiceModelContribution.javaClass Defines a name and a service model factory.
ServicePointImpl.javaClass Abstract implementation of org.apache.hivemind.internal.ServicePoint .
ShutdownCoordinatorImpl.javaClass Manages a list of objects that implement the org.apache.hivemind.events.RegistryShutdownListener interface.
StandardWorker.javaClass A service referenced by org.apache.hivemind.impl.TestServiceModelThreading .
StartupImpl.javaClass Startup service for the HiveMind Registry.
StrictErrorHandler.javaClass An implementation of org.apache.hivemind.ErrorHandler that throws an org.apache.hivemind.ApplicationRuntimeException instead of logging an error.
SymbolExpander.javaClass A simple parser used to identify symbols in a string and expand them via a org.apache.hivemind.SymbolSource .
SystemPropertiesSymbolSource.javaClass Implementation of org.apache.hivemind.SymbolSource that accesses java.lang.System.getProperty(java.lang.String) .
TestDefaultClassResolver.javaClass Tests for org.apache.hivemind.impl.DefaultClassResolver .
author:
   Howard M.
TestErrorHandler.javaClass Tests for org.apache.hivemind.impl.DefaultErrorHandler .
TestInvokeFactoryServiceConstructor.javaClass Tests some error conditions related to invoking a service factory.
TestJavaTypeUtils.javaClass Tests for org.apache.hivemind.impl.JavaTypeUtils .
author:
   Howard M.
TestMessageFinder.javaClass
author:
   Howard M.
TestMessageFormatter.javaClass
TestMethodIterator.javaClass Tests for org.apache.hivemind.service.MethodIterator .
TestModule.javaClass Some additional tests for org.apache.hivemind.impl.ModuleImpl .
TestRegistryImpl.javaClass
TestRegistryInfrastructure.javaClass Additional tests for RegistryInfrastructureImpl .
TestRegistryInfrastructureConstructor.javaClass Tests for RegistryInfrastructureConstructor .
TestSchemaProcessor.javaClass Tests for org.apache.hivemind.schema.SchemaProcessor and org.apache.hivemind.impl.SchemaElement .
TestServiceImplementationFactoryParametersImpl.javaClass
TestServiceInterceptorContributionImpl.javaClass Tests for ServiceInterceptorContributionImpl .
TestServiceModelThreading.javaClass Tests to verify that the service models work properly even under high-thread count concurrent stress.
TestServicePoint.javaClass Test for org.apache.hivemind.impl.ServicePointImpl .
TestSymbolExpander.javaClass Tests for org.apache.hivemind.impl.SymbolExpander .
TestTranslatorManager.javaClass Tests for org.apache.hivemind.impl.TranslatorManager .
TestVisibility.javaClass Tests the logic related to service point and configuration point visibility.
ThreadedWorker.javaClass A service referenced by org.apache.hivemind.impl.TestServiceModelThreading .
TranslatorContribution.javaClass A contribution to the hivemind.Translators configuration point.
TranslatorManager.javaClass Manages translators for org.apache.hivemind.impl.RegistryInfrastructureImpl .
Worker.javaInterface A service referenced by org.apache.hivemind.impl.TestServiceModelThreading .
XmlModuleDescriptorProvider.javaClass Implementation of the ModuleDescriptorProvider interface which uses the org.apache.hivemind.parse.DescriptorParser to provide module descriptors defined in XML.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.