|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static int |
DEF_INPUT_SIZE
|
Method Summary | |
void |
clearInput()
Clears input of the receiver. |
int |
getInputSize()
Return the amount of messages this Receiver can hold before start to "forget stale messages" |
void |
releaseReceivers()
Notify receivers (threads waiting on receive() methods) they should stop waiting and return null. |
void |
setInputSize(int inputSize)
Set the amount of messages this Receiver can hold before start to "forget stale messages" |
Field Detail |
public static final int DEF_INPUT_SIZE
Method Detail |
public void clearInput()
public int getInputSize()
public void setInputSize(int inputSize)
inputSize
- maximum count of messages stored in receiverpublic void releaseReceivers()
|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |