Uses of Interface
org.apache.hivemind.Locatable

Packages that use Locatable
org.apache.hivemind The main HiveMind package. 
org.apache.hivemind.definition This package contains the interfaces that are needed for the definition of a registry. 
org.apache.hivemind.definition.impl Default implementations of the registry definition API. 
org.apache.hivemind.impl Implementations of interfaces defined in the org.apache.commons.hivemind package. 
org.apache.hivemind.impl.servicemodel   
org.apache.hivemind.internal   
org.apache.hivemind.service Definitions of services provided by the hivemind module. 
org.apache.hivemind.service.impl Implementations of services provided by the hivemind module. 
 

Uses of Locatable in org.apache.hivemind
 

Subinterfaces of Locatable in org.apache.hivemind
 interface LocationHolder
          Common interface for objects that can hold a location, typically, the location within a Resource from which the object was created.
 

Classes in org.apache.hivemind that implement Locatable
 class ApplicationRuntimeException
          General wrapper for any exception (normal or runtime) that may occur during runtime processing for the application.
 

Uses of Locatable in org.apache.hivemind.definition
 

Subinterfaces of Locatable in org.apache.hivemind.definition
 interface ConfigurationParserDefinition
          Defines a parser for the processing of configuration data that is provided in a textual format.
 interface ConfigurationPointDefinition
          Defines a configuration extension point.
 interface ContributionDefinition
          Defines a contribution to a ConfigurationPointDefinition.
 interface ExtensionDefinition
          Defines an extension to an extension point.
 interface ExtensionPointDefinition
          Defines an extension point of a module.
 interface ImplementationConstructor
          Creates the core service instance of a service point
 interface ImplementationDefinition
          Defines an implementation of a service point.
 interface InterceptorConstructor
          Creates a service interceptor for a service point.
 interface InterceptorDefinition
          Defines an interceptor for the methods of a service point.
 interface ServicePointDefinition
          Defines a service extension point.
 

Uses of Locatable in org.apache.hivemind.definition.impl
 

Classes in org.apache.hivemind.definition.impl that implement Locatable
 class ConfigurationParserDefinitionImpl
          Default implementation of ConfigurationParserDefinition.
 class ConfigurationPointDefinitionImpl
          Default implementation of ConfigurationPointDefinition.
 class ContributionDefinitionImpl
          Default implementation of ContributionDefinition.
 class ExtensionDefinitionImpl
          Default implementation of ExtensionDefinition.
 class ExtensionPointDefinitionImpl
          Default implementation of ExtensionPointDefinition.
 class ImplementationDefinitionImpl
          Default implementation of ImplementationDefinition.
 class InterceptorDefinitionImpl
          Default implementation of InterceptorDefinition.
 class OrderedInterceptorDefinitionImpl
          Specialization of InterceptorDefinitionImpl that implements the Orderable interface.
 class ServicePointDefinitionImpl
          Default implementation of ServicePointDefinition.
 

Uses of Locatable in org.apache.hivemind.impl
 

Subinterfaces of Locatable in org.apache.hivemind.impl
 interface ConstructableServicePoint
          "Private" interface used by a ServiceModels to access non- information about a ServicePoint, such as its instance builder and interceptors.
 

Classes in org.apache.hivemind.impl that implement Locatable
 class AbstractExtensionPoint
           
 class BaseLocatable
          Base class for classes which implement LocationHolder.
 class ConfigurationPointImpl
          Implementation of the ConfigurationPoint interface; a container for Contributions.
 class CreateClassServiceConstructor
          Constructs a service by instantiating a class.
 class ModuleImpl
          Implementation of Module.
 class ServicePointImpl
          Abstract implementation of ServicePoint.
 class StartupImpl
          Startup service for the HiveMind Registry.
 

Uses of Locatable in org.apache.hivemind.impl.servicemodel
 

Classes in org.apache.hivemind.impl.servicemodel that implement Locatable
 class SingletonServiceModelFactory
           
 

Uses of Locatable in org.apache.hivemind.internal
 

Subinterfaces of Locatable in org.apache.hivemind.internal
 interface ConfigurationPoint
          An extension point that provides configuration data in the form of a list of elements.
 interface ExtensionPoint
          Base interface for service and configuration extension points.
 interface Module
          The definition of a HiveMind Module.
 interface ServicePoint
          Sub-interface of ExtensionPoint that defines a service extension point.
 

Classes in org.apache.hivemind.internal that implement Locatable
 class AbstractServiceImplementationConstructor
          Ancestor for implementations of ImplementationConstructor.
 class AbstractServiceInterceptorConstructor
          Ancestor for implementions of InterceptorConstructor.
 

Uses of Locatable in org.apache.hivemind.service
 

Classes in org.apache.hivemind.service that implement Locatable
 class MethodContribution
          Contains contributions defined by the hivemind.MethodFilter schema.
 

Uses of Locatable in org.apache.hivemind.service.impl
 

Classes in org.apache.hivemind.service.impl that implement Locatable
 class EventLinkerImpl
          Implementation of EventLinker.
 class EventRegistration
          An event registrtion for a service constructed by org.apache.hivemind.service.impl.BuilderFactory.
 



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