Uses of Interface
org.apache.hivemind.Location

Packages that use Location
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.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. 
org.apache.hivemind.test Base classes and utilities to support unit tests involving HiveMind. 
org.apache.hivemind.util Implementations of Resource and related utilities. 
 

Uses of Location in org.apache.hivemind
 

Methods in org.apache.hivemind that return Location
static Location HiveMind.findLocation(java.lang.Object[] locations)
          Selects the first Location in an array of objects.
static Location HiveMind.getClassLocation(java.lang.Class theClass, ClassResolver classResolver)
           
 Location Locatable.getLocation()
          Returns the location from which this object orginates, or null if not known.
 Location ApplicationRuntimeException.getLocation()
           
static Location HiveMind.getLocation(java.lang.Object object)
          Extracts a location from an object, checking to see if it implement Location or Locatable.
 

Methods in org.apache.hivemind with parameters of type Location
 void ErrorHandler.error(org.apache.commons.logging.Log log, java.lang.String message, Location location, java.lang.Throwable cause)
          Handle a recoverable error.
 void ErrorLog.error(java.lang.String message, Location location, java.lang.Throwable cause)
          Invokes ErrorHandler.error(org.apache.commons.logging.Log, String, Location, Throwable).
 void LocationHolder.setLocation(Location location)
           
static void HiveMind.setLocation(java.lang.Object holder, Location location)
          Updates the location of an object, if the object implements LocationHolder.
 

Constructors in org.apache.hivemind with parameters of type Location
ApplicationRuntimeException(java.lang.String message, Location location, java.lang.Throwable rootCause)
           
ApplicationRuntimeException(java.lang.String message, java.lang.Object component, Location location, java.lang.Throwable rootCause)
           
 

Uses of Location in org.apache.hivemind.definition
 

Methods in org.apache.hivemind.definition that return Location
 Location ModuleDefinition.getLocation()
           
 

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

Methods in org.apache.hivemind.definition.impl that return Location
 Location ModuleDefinitionImpl.getLocation()
           
 Location ExtensionPointDefinitionImpl.getLocation()
           
 Location ExtensionDefinitionImpl.getLocation()
           
 

Methods in org.apache.hivemind.definition.impl with parameters of type Location
 void ModuleDefinitionImpl.setLocation(Location location)
          Sets the location of the module.
 void ExtensionPointDefinitionImpl.setLocation(Location location)
          Sets the location of the extension point.
 void ExtensionDefinitionImpl.setLocation(Location location)
          Sets the location of the extension.
 

Constructors in org.apache.hivemind.definition.impl with parameters of type Location
ConfigurationParserDefinitionImpl(ModuleDefinition module, Location location, java.lang.String inputFormat, ConfigurationParserConstructor parserConstructor)
           
ConfigurationPointDefinitionImpl(ModuleDefinition module, java.lang.String id, Location location, Visibility visibility, java.lang.String containerClassName, Occurances expectedContributions)
           
ContributionDefinitionImpl(ModuleDefinition module, Location location, Contribution contribution, boolean initial)
           
ExtensionDefinitionImpl(ModuleDefinition module, Location location)
           
ExtensionPointDefinitionImpl(ModuleDefinition module, java.lang.String id, Location location, Visibility visibility)
           
ImplementationDefinitionImpl(ModuleDefinition module, Location location, ImplementationConstructor implementationConstructor, java.lang.String serviceModel, boolean isDefault)
           
InterceptorDefinitionImpl(ModuleDefinition module, java.lang.String name, Location location, InterceptorConstructor interceptorConstructor)
           
ModuleDefinitionImpl(java.lang.String id, Location location, ClassResolver resolver, java.lang.String packageName)
           
OrderedInterceptorDefinitionImpl(ModuleDefinition module, java.lang.String name, Location location, InterceptorConstructor interceptorConstructor, java.lang.String precedingInterceptorIds, java.lang.String followingInterceptorIds)
           
ServicePointDefinitionImpl(ModuleDefinition module, java.lang.String id, Location location, Visibility visibility, java.lang.String interfaceClassName)
           
 

Uses of Location in org.apache.hivemind.impl
 

Classes in org.apache.hivemind.impl that implement Location
 class LocationImpl
          Implementation of the Location interface.
 

Methods in org.apache.hivemind.impl that return Location
 Location BaseLocatable.getLocation()
           
 Location AbstractExtensionPoint.getLocation()
           
 

Methods in org.apache.hivemind.impl with parameters of type Location
 void StrictErrorHandler.error(org.apache.commons.logging.Log log, java.lang.String message, Location location, java.lang.Throwable cause)
           
 void DefaultErrorHandler.error(org.apache.commons.logging.Log log, java.lang.String message, Location location, java.lang.Throwable cause)
           
 void ErrorLogImpl.error(java.lang.String message, Location location, java.lang.Throwable cause)
           
 void BaseLocatable.setLocation(Location location)
           
 

Constructors in org.apache.hivemind.impl with parameters of type Location
BaseLocatable(Location location)
           
CreateClassServiceConstructor(Location location, java.lang.String instanceClassName)
           
 

Uses of Location in org.apache.hivemind.internal
 

Constructors in org.apache.hivemind.internal with parameters of type Location
AbstractServiceImplementationConstructor(Location location)
           
AbstractServiceInterceptorConstructor(Location location)
           
 

Uses of Location in org.apache.hivemind.service
 

Methods in org.apache.hivemind.service with parameters of type Location
 void EventLinker.addEventListener(java.lang.Object producer, java.lang.String eventSetName, java.lang.Object consumer, Location location)
          Adds the consumer as a listener of events published by the producer.
 

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

Methods in org.apache.hivemind.service.impl with parameters of type Location
 void EventLinkerImpl.addEventListener(java.lang.Object producer, java.lang.String eventSetName, java.lang.Object consumer, Location location)
           
 

Uses of Location in org.apache.hivemind.test
 

Methods in org.apache.hivemind.test that return Location
protected  Location HiveMindTestCase.fabricateLocation(int line)
          Deprecated. To be removed in 1.2. Use HiveMindTestCase.newLocation() instead.
protected  Location HiveMindTestCase.newLocation()
          Returns a new Location instance.
 

Uses of Location in org.apache.hivemind.util
 

Methods in org.apache.hivemind.util with parameters of type Location
static java.lang.Object InstanceCreationUtils.createInstance(Module module, java.lang.String initializer, Location location)
          Creates an instance.
 



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