net.sourceforge.hiveutils.service.impl
Class InjectObjectInformation

java.lang.Object
  extended by 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)
           
 
Method Summary
 org.apache.hivemind.Location getLocation()
           
 org.apache.hivemind.internal.Module getModule()
           
 java.lang.String getObject()
           
 java.lang.Class getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectObjectInformation

public InjectObjectInformation(org.apache.hivemind.internal.Module module,
                               java.lang.Class type,
                               java.lang.String object,
                               org.apache.hivemind.Location location)
Method Detail

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