|
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.AnyPortType
public class AnyPortType
Represents the type of a Port that sends or receives messages of any type. These
PortTypes may be wired to or from any PortType.
| Constructor Summary | |
|---|---|
AnyPortType()
|
|
| Method Summary | |
|---|---|
boolean |
canAcceptMessage(Object msg)
Interface method implementation. |
String |
getDisplayName()
Returns the display name for this port type. |
String |
getStringRepresentation()
Returns a string representation that uniquely identifies equivalent port types. |
boolean |
isWirableFrom(PortType fromType)
Interface method implementation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnyPortType()
| Method Detail |
|---|
public boolean isWirableFrom(PortType fromType)
isWirableFrom in interface PortTypefromType - The PortType from which this is to be connected.
PortType to this;
False otherwise.public String getDisplayName()
PortType
getDisplayName in interface PortTypepublic String getStringRepresentation()
PortTypedynamic set
parameters in dynamic configuration.
getStringRepresentation in interface PortTypepublic boolean canAcceptMessage(Object msg)
canAcceptMessage in interface PortTypemsg - The message that is to be sent.
|
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 | |||||||||