org.datamanager.tools.kernelproxy
Class GetEntityValueWorker

java.lang.Object
  |
  +--org.datamanager.kernel.Simpleton
        |
        +--org.datamanager.tools.kernelproxy.InterfaceWorker
              |
              +--org.datamanager.tools.kernelproxy.GetEntityValueWorker

public class GetEntityValueWorker
extends InterfaceWorker

Retrieves the value of an entity. A call to get() will retrieve the EntityValue as an Object. Note: This thread will only work when run within the kernel on an approved thread.


Nested Class Summary
 
Nested classes inherited from class org.datamanager.kernel.Simpleton
Simpleton.Information, Simpleton.Priority
 
Constructor Summary
GetEntityValueWorker(Entity entity)
          Creates a worker to get the value of an entity.
 
Method Summary
protected  Object construct()
          Gets the EntityValue of an entity.
 
Methods inherited from class org.datamanager.tools.kernelproxy.InterfaceWorker
get, getInformation, getValue, process
 
Methods inherited from class org.datamanager.kernel.Simpleton
clone, getPriority, setInformation, setPriority, start
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetEntityValueWorker

public GetEntityValueWorker(Entity entity)
Creates a worker to get the value of an entity.

Parameters:
entity - the entity to retrieve the value of
Method Detail

construct

protected Object construct()
                    throws DataManagerException
Gets the EntityValue of an entity.

Specified by:
construct in class InterfaceWorker
Returns:
entity's EntityValue.
DataManagerException


See the Helium Website