public class LiteralDeferredObject extends java.lang.Object implements DeferredObject
Constructor and Description |
---|
LiteralDeferredObject(java.lang.String value,
org.apache.hivemind.Location location) |
Modifier and Type | Method and Description |
---|---|
org.apache.hivemind.Location |
getLocation() |
java.lang.Object |
getObject()
Returns the target object.
|
public LiteralDeferredObject(java.lang.String value, org.apache.hivemind.Location location)
public java.lang.Object getObject()
DeferredObject
getObject
in interface DeferredObject
public org.apache.hivemind.Location getLocation()
getLocation
in interface org.apache.hivemind.Locatable