public class PolledInputPort extends InputPort
Message will be polled, HandleMessageIndication is ignored
INPUT_PORT_NAME, prev| Constructor and Description |
|---|
PolledInputPort(Entity owner) |
PolledInputPort(Entity owner,
java.lang.String portName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleMessageIndication(Message msg) |
getConnectedOutputPort, getConnectedPort, handleGetMessage, handleIsMessageAvailable, setConnectedOutputPortaddPortMonitor, getDelimiter, getLocalName, getMessage, getName, getOwner, isConnected, isMessageAvailable, messageIndication, removePortMonitorpublic PolledInputPort(Entity owner, java.lang.String portName)
public PolledInputPort(Entity owner)
protected void handleMessageIndication(Message msg)
handleMessageIndication in class Port