| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorHandler | |
|---|---|
| org.apache.hivemind.definition | This package contains the interfaces that are needed for the definition of a registry. | 
| org.apache.hivemind.impl | Implementations of interfaces defined in the org.apache.commons.hivemind package. | 
| org.apache.hivemind.internal | |
| org.apache.hivemind.order | Classes and interfaces for ordering objects based on dependencies. | 
| org.apache.hivemind.service.impl | Implementations of services provided by the hivemindmodule. | 
| Uses of ErrorHandler in org.apache.hivemind.definition | 
|---|
| Methods in org.apache.hivemind.definition with parameters of type ErrorHandler | |
|---|---|
|  void | RegistryDefinitionPostProcessor.postprocess(RegistryDefinition registryDefinition,
                       ErrorHandler errorHandler)Is called after all registry providers have run through their process method. | 
| Uses of ErrorHandler in org.apache.hivemind.impl | 
|---|
| Classes in org.apache.hivemind.impl that implement ErrorHandler | |
|---|---|
|  class | DefaultErrorHandlerDefault implementation of ErrorHandlerthat
 simply logs error. | 
|  class | StrictErrorHandlerAn implementation of ErrorHandlerthat
 throws anApplicationRuntimeExceptioninstead of logging an error. | 
| Methods in org.apache.hivemind.impl that return ErrorHandler | |
|---|---|
|  ErrorHandler | RegistryInfrastructureImpl.getErrorHander() | 
|  ErrorHandler | RegistryBuilder.getErrorHandler() | 
|  ErrorHandler | ModuleImpl.getErrorHandler() | 
| Methods in org.apache.hivemind.impl with parameters of type ErrorHandler | |
|---|---|
| static Registry | RegistryBuilder.constructRegistry(RegistryDefinition definition,
                                   ErrorHandler errorHandler,
                                   java.util.Locale locale)Constructs the registry from a specified RegistryDefinition. | 
|  void | RegistryProvider.process(RegistryDefinition registryDefinition,
               ErrorHandler errorHandler)Called during the registry definition phase, before the registry is constructed. | 
|  void | CoreServicesProvider.process(RegistryDefinition registryDefinition,
               ErrorHandler errorHandler) | 
| Constructors in org.apache.hivemind.impl with parameters of type ErrorHandler | |
|---|---|
| ErrorLogImpl(ErrorHandler errorHandler,
                         org.apache.commons.logging.Log log) | |
| ExtensionResolver(RegistryDefinition definition,
                                   ErrorHandler errorHandler) | |
| RegistryBuilder(ErrorHandler errorHandler) | |
| RegistryBuilder(RegistryDefinition registryDefinition,
                               ErrorHandler errorHandler) | |
| RegistryInfrastructureConstructor(ErrorHandler errorHandler,
                                                                   org.apache.commons.logging.Log log,
                                                                   java.util.Locale locale) | |
| RegistryInfrastructureImpl(ErrorHandler errorHandler,
                                                     java.util.Locale locale) | |
| Uses of ErrorHandler in org.apache.hivemind.internal | 
|---|
| Methods in org.apache.hivemind.internal that return ErrorHandler | |
|---|---|
|  ErrorHandler | RegistryInfrastructure.getErrorHander()Returns the ErrorHandlerfor this Registry. | 
|  ErrorHandler | Module.getErrorHandler()Returns the ErrorHandlerfor this Registry. | 
| Uses of ErrorHandler in org.apache.hivemind.order | 
|---|
| Constructors in org.apache.hivemind.order with parameters of type ErrorHandler | |
|---|---|
| Orderer(ErrorHandler errorHandler,
               java.lang.String objectType)Creates an instance using org.apache.hivemind.order.Ordereras the Log. | |
| Orderer(org.apache.commons.logging.Log log,
               ErrorHandler errorHandler,
               java.lang.String objectType)Creates a new instance, but directs all debug and error logging output to the provided log. | |
| Uses of ErrorHandler in org.apache.hivemind.service.impl | 
|---|
| Constructors in org.apache.hivemind.service.impl with parameters of type ErrorHandler | |
|---|---|
| AutowiringImpl(RegistryInfrastructure registry,
                             java.util.List strategyContributions,
                             ErrorHandler errorHandler) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||