|
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.ListOneWayPortType
public class ListOneWayPortType
Represents a port type that sends or receives one-way list messages containing a certain class of objects.
For convenience, commonly used list port types are defined as constants in this class. Using these constants will also ensure that the same display names are used for the same types.
| Field Summary | |
|---|---|
static ListOneWayPortType |
STRING_LIST
Type that sends or receives Lists containing strings. |
static ListOneWayPortType |
TAG_LIST
Type that sends or receives Lists containing com.connecterra.ale.api.ECReportGroupListMember. |
static ListOneWayPortType |
URI_STRING_LIST
Type that sends or receives Lists containing string representations of URIs. |
| Constructor Summary | |
|---|---|
ListOneWayPortType(Class elementClass,
String displayName)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
canAcceptMessage(Object msg)
Determines if the port type will accept the given message. |
String |
getDisplayName()
Returns the display name for this port type. |
Class |
getElementClass()
Returns the class of the elements in the list messages that this port sends or receives. |
String |
getStringRepresentation()
Returns a string representation that uniquely identifies equivalent port types. |
boolean |
isWirableFrom(PortType fromType)
Determines whether it is valid to connect the given PortType to this. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ListOneWayPortType URI_STRING_LIST
public static final ListOneWayPortType STRING_LIST
public static final ListOneWayPortType TAG_LIST
com.connecterra.ale.api.ECReportGroupListMember.
| Constructor Detail |
|---|
public ListOneWayPortType(Class elementClass,
String displayName)
elementClass - The class of the elements in the list messages that
this port sends or receives.displayName - The user facing name for this port type.| Method Detail |
|---|
public Class getElementClass()
public boolean isWirableFrom(PortType fromType)
PortTypePortType to this.
Returns true if it is a valid connection; False otherwise.
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)
PortType
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 | |||||||||