java.lang.Object
org.apache.hivemind.impl.BaseLocatable
- All Implemented Interfaces:
- org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
- Direct Known Subclasses:
- AbstractExtensionPoint, CreateClassServiceConstructor, ElementImpl, InvokeFactoryServiceConstructor, ModuleImpl, ServiceInterceptorContributionImpl, StartupImpl, TranslatorContribution
- public class BaseLocatable
- extends java.lang.Object
- implements org.apache.hivemind.LocationHolder
Base class for classes which implement
org.apache.hivemind.LocationHolder.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_location
private org.apache.hivemind.Location _location
BaseLocatable
public BaseLocatable()
setLocation
public void setLocation(org.apache.hivemind.Location location)
- Specified by:
setLocation in interface org.apache.hivemind.LocationHolder
getLocation
public org.apache.hivemind.Location getLocation()
- Description copied from interface:
org.apache.hivemind.Locatable
- Returns the location from which
this object orginates, or null if not known.
- Specified by:
getLocation in interface org.apache.hivemind.Locatable