org.tinygroup.channel.impl
public abstract class AbstractQueueChannel extends AbstractChannel
TYPE_LOCAL, TYPE_REMOTE| Constructor and 描述 |
|---|
AbstractQueueChannel() |
| Modifier and Type | Method and 描述 |
|---|---|
protected void |
receive(org.tinygroup.event.Event event) |
protected abstract void |
receiveReal(org.tinygroup.event.Event event)
真正的接收处理
|
protected void |
send(org.tinygroup.event.Event event) |
protected abstract void |
sendReal(org.tinygroup.event.Event event)
真正的发送处理
|
void |
setQueueInfo(int sendQueueSize,
int receiveQueueSize) |
void |
start()
开始通道
|
void |
stop()
通道停止
|
addReceiveEventFilter, addReceiveEventListener, addSendEventFilter, addSendEventListener, getCepCore, getId, getReceiveEventFilters, getReceiveEventListeners, getSendEventFilters, getSendEventListeners, process, sendEvent, setCepCore, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRegex, getServiceInfos, getType, getWeight, isRead, setReadpublic void setQueueInfo(int sendQueueSize,
int receiveQueueSize)
protected abstract void sendReal(org.tinygroup.event.Event event)
event - protected abstract void receiveReal(org.tinygroup.event.Event event)
event - protected void send(org.tinygroup.event.Event event)
protected void receive(org.tinygroup.event.Event event)
receive 类 {1} 中的 {0} AbstractChannelpublic void start()
ChannelInterfacestart 接口 {1} 中的 {0} ChannelInterfacestart 类 {1} 中的 {0} AbstractChannelpublic void stop()
ChannelInterfacestop 接口 {1} 中的 {0} ChannelInterfacestop 类 {1} 中的 {0} AbstractChannelCopyright © 2006–2015 TinyGroup. All rights reserved.