org.datamanager.tools.kernelproxy
Class SetEntityValueWorker

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

public class SetEntityValueWorker
extends InterfaceWorker

Sets the value of an entity to an EntityValue. 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
SetEntityValueWorker(Entity entity, EntityValue value)
          Creates a worker to set the value of an entity
 
Method Summary
protected  Object construct()
          Sets the EntityValue of 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

SetEntityValueWorker

public SetEntityValueWorker(Entity entity,
                            EntityValue value)
Creates a worker to set the value of an entity

Parameters:
entity - the entity to have its value changed
value - the value the entity will be set to
Method Detail

construct

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

Specified by:
construct in class InterfaceWorker
DataManagerException


See the Helium Website