org.datamanager.tools.kernelproxy
Class AddEventWorker

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

public class AddEventWorker
extends InterfaceWorker

Adds an event to the Kernel's pool. Note: This thread will only work when run within the kernel on an approved thread.

Author:
Gordon Murphy
, Bryan Dawson

Nested Class Summary
 
Nested classes inherited from class org.datamanager.kernel.Simpleton
Simpleton.Information, Simpleton.Priority
 
Constructor Summary
AddEventWorker(DataManagerEvent event)
          Adds a new event to the pool.
 
Method Summary
protected  Object construct()
          Computes the value to be returned by the get method.
 
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

AddEventWorker

public AddEventWorker(DataManagerEvent event)
Adds a new event to the pool.

Method Detail

construct

protected Object construct()
                    throws DataManagerException
Description copied from class: InterfaceWorker
Computes the value to be returned by the get method.

Specified by:
construct in class InterfaceWorker
DataManagerException


See the Helium Website