org.apache.hivemind
Interface Locatable

All Known Subinterfaces:
ConfigurationParserDefinition, ConfigurationPoint, ConfigurationPointDefinition, ConstructableServicePoint, ContributionDefinition, ExtensionDefinition, ExtensionPoint, ExtensionPointDefinition, ImplementationConstructor, ImplementationDefinition, InterceptorConstructor, InterceptorDefinition, LocationHolder, Module, ServicePoint, ServicePointDefinition
All Known Implementing Classes:
AbstractExtensionPoint, AbstractServiceImplementationConstructor, AbstractServiceInterceptorConstructor, ApplicationRuntimeException, BaseLocatable, ConfigurationParserDefinitionImpl, ConfigurationPointDefinitionImpl, ConfigurationPointImpl, ContributionDefinitionImpl, CreateClassServiceConstructor, EventLinkerImpl, EventRegistration, ExtensionDefinitionImpl, ExtensionPointDefinitionImpl, ImplementationDefinitionImpl, InterceptorDefinitionImpl, MethodContribution, ModuleImpl, OrderedInterceptorDefinitionImpl, ServicePointDefinitionImpl, ServicePointImpl, SingletonServiceModelFactory, StartupImpl

public interface Locatable

Interface for classes that may be linked to a specific location. This is primarily used when reporting errors.

Author:
Howard Lewis Ship

Method Summary
 Location getLocation()
          Returns the location from which this object orginates, or null if not known.
 

Method Detail

getLocation

Location getLocation()
Returns the location from which this object orginates, or null if not known.



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