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, setConnectedOutputPort
addPortMonitor, getDelimiter, getLocalName, getMessage, getName, getOwner, isConnected, isMessageAvailable, messageIndication, removePortMonitor
public PolledInputPort(Entity owner, java.lang.String portName)
public PolledInputPort(Entity owner)
protected void handleMessageIndication(Message msg)
handleMessageIndication
in class Port