Package org.apache.hivemind.definition

This package contains the interfaces that are needed for the definition of a registry.

See:
          Description

Interface Summary
ConfigurationParser Parses configuration data that is provided in a textual format.
ConfigurationParserConstructor Factory for the creation of a ConfigurationParser.
ConfigurationParserDefinition Defines a parser for the processing of configuration data that is provided in a textual format.
ConfigurationPointDefinition Defines a configuration extension point.
ConstructionContext Interface that provides access to information and services needed during the construction of an extension or extension point.
Contribution Contributes data to a configuration point.
ContributionContext Context for execution of a Contribution.
ContributionDefinition Defines a contribution to a ConfigurationPointDefinition.
ExtensionDefinition Defines an extension to an extension point.
ExtensionPointDefinition Defines an extension point of a module.
ImplementationConstructionContext Provides access to information and services needed during the construction of an implementation.
ImplementationConstructor Creates the core service instance of a service point
ImplementationDefinition Defines an implementation of a service point.
InterceptorConstructor Creates a service interceptor for a service point.
InterceptorDefinition Defines an interceptor for the methods of a service point.
ModuleDefinition Defines a module of a RegistryDefinition.
RegistryDefinition Defines all modules and their service and configuration points which build a registry.
RegistryDefinitionPostProcessor Interface for post processors that want to get after the definition phase of a registry before the registry is started up.
ServicePointDefinition Defines a service extension point.
 

Class Summary
DefinitionMessages Used to format messages used in errors and log output for classes within the definition package.
Occurances Identifies the number of contributions allowed to a configuration extension point.
UnresolvedExtension Represents an unresolved extension of an extension point in a registry definition.
Visibility The visibility of a configuration point, extension point, or schema.
 

Package org.apache.hivemind.definition Description

This package contains the interfaces that are needed for the definition of a registry. The definition is the blueprint from which a registry instance is constructed.



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