OutgoingPayloadsCollector

public class OutgoingPayloadsCollector extends LimitedActiveTaskList

The outgoing message payloads collector collects all packaged message from the DB with the associated payload which then create DB segments for send. The looking query for packaged message.

select * from sfrm_message where message_box = ? and status = ?

Creation Date: 5/10/2006.

Author:Twinsen Tsang

Methods

getTaskList

public List getTaskList()

It get the set of payload directory from the packaged payloads repository and pass to outgoing message payload tasks for process.

Returns:A list of Outgoing message payload task.