NextApp Echo2
v2.1.0

nextapp.echo2.app
Interface TaskQueueHandle

All Superinterfaces:
java.io.Serializable

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.



NextApp Echo2
v2.1.0