BEA Systems, Inc.

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

All Known Implementing Classes:
ModuleDescriptorImpl

public interface ModuleDescriptor

Contains information about about a module's input and output ports.


Method Summary
 List getInputPorts()
          Returns all the input ports of this module.
 List getOutputPorts()
          Returns all the output ports of this module.
 Port getPort(String name)
          Returns Port with the given name.
 

Method Detail

getInputPorts

List getInputPorts()
Returns all the input ports of this module.

Returns:
The input ports of this module. This will return an empty list if this module does not have any input ports.

getOutputPorts

List getOutputPorts()
Returns all the output ports of this module.

Returns:
The output ports of this module. This will return and empty list if this module does not have any output ports.

getPort

Port getPort(String name)
Returns Port with the given name.

Returns:
Port with the given name. Returns null if there is no port with that name.

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