|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.protocol.AbstractQueueReceiver<Message>
com.genesyslab.platform.commons.protocol.QueueMessageReceiver
public class QueueMessageReceiver
Field Summary |
---|
Fields inherited from interface com.genesyslab.platform.commons.protocol.Receiver |
---|
DEF_INPUT_SIZE |
Constructor Summary | |
---|---|
QueueMessageReceiver(int queueSize)
Creates message queue of specified size which does not grow. |
|
QueueMessageReceiver(int queueSize,
boolean growQueue)
|
Method Summary | |
---|---|
protected Message |
getFake()
|
Methods inherited from class com.genesyslab.platform.commons.protocol.AbstractQueueReceiver |
---|
clearInput, getEnqueTimeout, getInputSize, getMaxInputSize, getQueueSupport, onChannelClosed, onChannelError, onChannelOpened, processMessage, receive, receive, releaseReceivers, setEnqueTimeout, setInputSize, setMaxInputSize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.genesyslab.platform.commons.protocol.MessageReceiverSupport |
---|
processMessage |
Methods inherited from interface com.genesyslab.platform.commons.protocol.ChannelListener |
---|
onChannelClosed, onChannelError, onChannelOpened |
Methods inherited from interface com.genesyslab.platform.commons.protocol.MessageReceiver |
---|
receive, receive |
Methods inherited from interface com.genesyslab.platform.commons.protocol.Receiver |
---|
clearInput, getInputSize, releaseReceivers, setInputSize |
Constructor Detail |
---|
public QueueMessageReceiver(int queueSize)
queueSize
- queue sizepublic QueueMessageReceiver(int queueSize, boolean growQueue)
Method Detail |
---|
protected Message getFake()
getFake
in class AbstractQueueReceiver<Message>
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |