org.datamanager.tools.kernelproxy
Class RemoveEntityWorker

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

public class RemoveEntityWorker
extends InterfaceWorker

Removes an entity from the kernel's pool. 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
RemoveEntityWorker(Entity entity)
          Create a new Worker that removes the entity from the pool
 
Method Summary
protected  Object construct()
          Removes 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

RemoveEntityWorker

public RemoveEntityWorker(Entity entity)
Create a new Worker that removes the entity from the pool

Parameters:
entity - the entity to remove from the pool.
Method Detail

construct

protected Object construct()
                    throws DataManagerException
Removes entity.

Specified by:
construct in class InterfaceWorker
DataManagerException


See the Helium Website