BEA Systems, Inc.

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

All Known Subinterfaces:
OneWayInputPort
All Known Implementing Classes:
AbstractWorkflowModulePlugin.OneWayInputPortImpl, PortImpl

public interface Port

Represents an input or output port of a module.


Method Summary
 String getDisplayName()
          Returns the display name of the port.
 String getName()
          Returns the name of the port.
 PortType getPortType()
          Returns the PortType of this port.
 

Method Detail

getName

String getName()
Returns the name of the port.

Returns:
Name of the port.

getDisplayName

String getDisplayName()
Returns the display name of the port.

Returns:
Display name of the port.

getPortType

PortType getPortType()
Returns the PortType of this port. The PortType has information about the message types this port accepts.

Returns:
The PortType of this port.

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