|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface PortType
Holds information about what type of messages a port may send or accept. This interface has methods that will help determine if it is valid to connect two port types or if a port type will process a certain message.
| 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. |
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. |
| Method Detail |
|---|
boolean isWirableFrom(PortType fromType)
PortType to this.
Returns true if it is a valid connection; False otherwise.
fromType - The PortType from which this is to be connected.
PortType to this;
False otherwise.boolean canAcceptMessage(Object msg)
msg - The message that is to be sent.
String getDisplayName()
String getStringRepresentation()
dynamic set
parameters in dynamic configuration.
|
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 | |||||||||