|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bea.rfid.edge.toolkit.workflow.ModuleDescriptorImpl
public class ModuleDescriptorImpl
A simple implementation of ModuleDescriptor.
| Constructor Summary | |
|---|---|
ModuleDescriptorImpl(List inputPorts,
List outputPorts)
Constructor. |
|
| Method Summary | |
|---|---|
List |
getInputPorts()
Returns list containing all the input ports of this module. |
List |
getOutputPorts()
Returns list containing all the output ports of this module. |
Port |
getPort(String name)
Returns the Port with the given name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModuleDescriptorImpl(List inputPorts,
List outputPorts)
inputPorts - The input ports of the module.outputPorts - The output ports of the module.
IllegalArgumentException - If there is more than one port with the same name.| Method Detail |
|---|
public List getInputPorts()
getInputPorts in interface ModuleDescriptorpublic List getOutputPorts()
getOutputPorts in interface ModuleDescriptorpublic Port getPort(String name)
Port with the given name.
getPort in interface ModuleDescriptorPort with the given name.
Returns null if there is no port with that name.
|
Documentation is available at ${DOCSWEBROOT} Copyright 2007 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||