BEA Systems, Inc.

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

Packages that use Port
com.bea.rfid.edge.api.workflow This package defines interfaces used within the edge flow engine. 
com.bea.rfid.edge.toolkit.workflow This class contains abstract classes and helper classes for writing edge flow modules. 
 

Uses of Port in com.bea.rfid.edge.api.workflow
 

Subinterfaces of Port in com.bea.rfid.edge.api.workflow
 interface OneWayInputPort
          Represents input port of an edge flow modules that receives one-way messages.
 

Methods in com.bea.rfid.edge.api.workflow that return Port
 Port ModuleDescriptor.getPort(String name)
          Returns Port with the given name.
 

Uses of Port in com.bea.rfid.edge.toolkit.workflow
 

Classes in com.bea.rfid.edge.toolkit.workflow that implement Port
 class AbstractWorkflowModulePlugin.OneWayInputPortImpl
          Inner class implementation of OneWayInputPort.
 class PortImpl
          Simple implementation of Port interface.
 

Fields in com.bea.rfid.edge.toolkit.workflow declared as Port
protected static Port AbstractWorkflowModulePlugin.ERROR_OUT_PORT
          Error output port that could be used by any module with error output port.
 

Methods in com.bea.rfid.edge.toolkit.workflow that return Port
 Port ModuleDescriptorImpl.getPort(String name)
          Returns the Port with the given name.
 

Constructors in com.bea.rfid.edge.toolkit.workflow with parameters of type Port
AbstractWorkflowModulePlugin.OneWayInputPortImpl(Port port)
          Constructor that just takes in a Port and constructs OneWayInputPort using it.
 


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