org.apache.hivemind.impl
Class BaseLocatable

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
All Implemented Interfaces:
Locatable, LocationHolder
Direct Known Subclasses:
AbstractExtensionPoint, AbstractServiceImplementationConstructor, AbstractServiceInterceptorConstructor, EventLinkerImpl, EventRegistration, MethodContribution, ModuleImpl, SingletonServiceModelFactory, StartupImpl

public class BaseLocatable
extends java.lang.Object
implements LocationHolder

Base class for classes which implement LocationHolder.

Author:
Howard Lewis Ship

Constructor Summary
BaseLocatable()
           
BaseLocatable(Location location)
           
 
Method Summary
 Location getLocation()
          Returns the location from which this object orginates, or null if not known.
 void setLocation(Location location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseLocatable

public BaseLocatable()

BaseLocatable

public BaseLocatable(Location location)
Method Detail

setLocation

public void setLocation(Location location)
Specified by:
setLocation in interface LocationHolder

getLocation

public Location getLocation()
Description copied from interface: Locatable
Returns the location from which this object orginates, or null if not known.

Specified by:
getLocation in interface Locatable


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