BEA Systems, Inc.

com.bea.rfid.edge.api.workflow
Interface OneWayInputPort

All Superinterfaces:
Port
All Known Implementing Classes:
AbstractWorkflowModulePlugin.OneWayInputPortImpl

public interface OneWayInputPort
extends Port

Represents input port of an edge flow modules that receives one-way messages.

This is the only input port type that is currently supported.


Method Summary
 void receiveMessage(Object msg)
          Receives a one-way message.
 
Methods inherited from interface com.bea.rfid.edge.api.workflow.Port
getDisplayName, getName, getPortType
 

Method Detail

receiveMessage

void receiveMessage(Object msg)
Receives a one-way message.

Parameters:
msg - The message to the port.

Documentation is available at
${DOCSWEBROOT}
Copyright 2007 BEA Systems Inc.