|
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.PortImpl
public class PortImpl
Simple implementation of Port interface.
| Constructor Summary | |
|---|---|
PortImpl(String name,
String displayName,
PortType portType)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getDisplayName()
Returns the display name of the port. |
String |
getName()
Returns the name of the port. |
PortType |
getPortType()
Returns the PortType of this port. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PortImpl(String name,
String displayName,
PortType portType)
name - Name of the port.displayName - Display name of the port.portType - The PortType of the port.| Method Detail |
|---|
public String getName()
Port
getName in interface Portpublic String getDisplayName()
Port
getDisplayName in interface Portpublic PortType getPortType()
PortPortType of this port. The PortType has information
about the message types this port accepts.
getPortType in interface PortPortType of this port.
|
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 | |||||||||