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