public class SimpleChannel extends AbstractChannel
TYPE_LOCAL, TYPE_REMOTE| Constructor and Description |
|---|
SimpleChannel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
List<String> |
getRegex() |
List<ServiceInfo> |
getServiceInfos() |
int |
getType() |
int |
getWeight() |
boolean |
isEnable() |
boolean |
isRead() |
protected void |
receive(Event event) |
void |
setEnable(boolean enable) |
void |
setRead(boolean read) |
addReceiveEventFilter, addReceiveEventListener, addSendEventFilter, addSendEventListener, getCepCore, getReceiveEventFilters, getReceiveEventListeners, getSendEventFilters, getSendEventListeners, process, sendEvent, setCepCore, setId, start, stoppublic String getId()
getId in interface EventProcessorgetId in interface ChannelInterfacegetId in class AbstractChannelprotected void receive(Event event)
receive in class AbstractChannelpublic List<ServiceInfo> getServiceInfos()
public int getType()
public int getWeight()
public boolean isRead()
public void setRead(boolean read)
public boolean isEnable()
public void setEnable(boolean enable)
Copyright © 2006–2017 TinyGroup. All rights reserved.