public class NonBlockingInputPort extends InputPort
INPUT_PORT_NAME, prev| Constructor and Description |
|---|
NonBlockingInputPort(E owner) |
NonBlockingInputPort(E 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 NonBlockingInputPort(E owner,
java.lang.String portName)
public NonBlockingInputPort(E owner)
protected void handleMessageIndication(Message msg)
handleMessageIndication in class Port