net.sourceforge.hiveutils.service.impl
Class InjectObjectInformation
java.lang.Object
net.sourceforge.hiveutils.service.impl.InjectObjectInformation
- All Implemented Interfaces:
- org.apache.hivemind.Locatable
public class InjectObjectInformation
- extends java.lang.Object
- implements org.apache.hivemind.Locatable
Bean used to store location and module information about a translated
"deferred-object".
- Author:
- Jean-Francois Poilpret
Constructor Summary |
InjectObjectInformation(org.apache.hivemind.internal.Module module,
java.lang.Class type,
java.lang.String object,
org.apache.hivemind.Location location)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InjectObjectInformation
public InjectObjectInformation(org.apache.hivemind.internal.Module module,
java.lang.Class type,
java.lang.String object,
org.apache.hivemind.Location location)
getModule
public org.apache.hivemind.internal.Module getModule()
getType
public java.lang.Class getType()
getObject
public java.lang.String getObject()
getLocation
public org.apache.hivemind.Location getLocation()
- Specified by:
getLocation
in interface org.apache.hivemind.Locatable