IThreadStrategy
Table of Contents
Constants
Methods
- checkThreads() : int|null
- fillThreads() : void
- getRecipients() : Result
- getThreadId() : int|null
- hasUnprocessedThreads() : bool
- isProcessLimited() : bool
- lastThreadId() : int
- lockThread() : void
- setPostingId() : IThreadStrategy
- updateStatus() : bool
Constants
SINGLE
public
mixed
SINGLE
= 'Single'
TEN
public
mixed
TEN
= 'Ten'
Methods
checkThreads()
public
checkThreads() : int|null
Return values
int|nullfillThreads()
public
fillThreads() : void
getRecipients()
public
getRecipients(int $limit) : Result
Parameters
- $limit : int
Return values
ResultgetThreadId()
public
getThreadId() : int|null
Return values
int|nullhasUnprocessedThreads()
public
hasUnprocessedThreads() : bool
Return values
boolisProcessLimited()
public
isProcessLimited() : bool
Return values
boollastThreadId()
public
lastThreadId() : int
Return values
intlockThread()
public
lockThread() : void
setPostingId()
public
setPostingId(int $postingId) : IThreadStrategy
Parameters
- $postingId : int
Return values
IThreadStrategyupdateStatus()
public
updateStatus(string $status) : bool
Parameters
- $status : string