public interface TaskQueueHandle
extends java.io.Serializable
Handle interface representing a queue of tasks to be run.
This is only a handle, the actual tasks are queued in the
ApplicationInstance.
This interface should not be implemented outside of the
framework itself.