Package org.datamanager.tools.kernelproxy

Provides classes used to circumvent the security restrictions of the kernel.

See:
          Description

Class Summary
AddEntityWorker Adds an entity the kernel's pool.
AddEventWorker Adds an event to the Kernel's pool.
AttachEntityWorker Attaches an entity as an attribute to another entity.
CreateAttributeWorker Creates a new entity with another entity attached to it marking it as ignored to the interface.
CreateEntityWorker Creates a new entity and adds it to the pool.
DetachEntityWorker Detaches an entity as an attribute to another entity.
GetAttributesWorker Retrieves all the attributes of an entity matching a given constraint.
GetBasesWorker Retrieves all the bases of an entity matching a given constraint.
GetEntityValueWorker Retrieves the value of an entity.
GetNameWorker Retrieves the name (not the interface name) of an entity.
InterfaceWorker An abstract class that can be used to interact with the kernel.
KernelProxy KernelProxy serves as a wrapper around the functionality of the kernel.
RemoveEntityWorker Removes an entity from the kernel's pool.
SearchWorker Searches for entities matching the given constraint A call to get() will retrieve the EntityList as an Object.
SetEntityValueWorker Sets the value of an entity to an EntityValue.
SubscriptionWorker Subscribes a handler to all events matching the given constraint.
 

Package org.datamanager.tools.kernelproxy Description

Provides classes used to circumvent the security restrictions of the kernel. These are general used to allow datamanger event handling started by an AWT thread in the JVM to propogate.

See Also:
org.datamanager.kernel


See the Helium Website