|
BEA Systems, Inc. | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use PortType | |
|---|---|
| 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 PortType in com.bea.rfid.edge.api.workflow |
|---|
| Methods in com.bea.rfid.edge.api.workflow that return PortType | |
|---|---|
PortType |
Port.getPortType()
Returns the PortType of this port. |
| Methods in com.bea.rfid.edge.api.workflow with parameters of type PortType | |
|---|---|
boolean |
PortType.isWirableFrom(PortType fromType)
Determines whether it is valid to connect the given PortType to this. |
| Uses of PortType in com.bea.rfid.edge.toolkit.workflow |
|---|
| Classes in com.bea.rfid.edge.toolkit.workflow that implement PortType | |
|---|---|
class |
AnyPortType
Represents the type of a Port that sends or receives messages of any type. |
class |
ListOneWayPortType
Represents a port type that sends or receives one-way list messages containing a certain class of objects. |
class |
MultiTypeOneWayPortType
Represents the type of a one-way Port that
accepts/sends multiple types of input. |
class |
SimpleOneWayPortType
Represents a port type that sends or receives one-way scalar type messages. |
| Methods in com.bea.rfid.edge.toolkit.workflow that return PortType | |
|---|---|
PortType |
PortImpl.getPortType()
|
| Methods in com.bea.rfid.edge.toolkit.workflow with parameters of type PortType | |
|---|---|
boolean |
AnyPortType.isWirableFrom(PortType fromType)
Interface method implementation. |
boolean |
ListOneWayPortType.isWirableFrom(PortType fromType)
|
boolean |
MultiTypeOneWayPortType.isWirableFrom(PortType fromType)
|
boolean |
SimpleOneWayPortType.isWirableFrom(PortType fromType)
Interface method implementation. |
| Constructors in com.bea.rfid.edge.toolkit.workflow with parameters of type PortType | |
|---|---|
AbstractWorkflowModulePlugin.OneWayInputPortImpl(String name,
String displayName,
PortType portType)
Constructor. |
|
MultiTypeOneWayPortType(PortType[] portTypes,
String displayName)
Constructor. |
|
PortImpl(String name,
String displayName,
PortType portType)
Constructor. |
|
|
Documentation is available at ${DOCSWEBROOT} Copyright 2007 BEA Systems Inc. |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||