com.ibm.wsspi.sibx.mediation
Interface Terminal
All known subinterfaces:
- public interface Terminal
Terminals may have a particular Type, which is identified by the TerminalType. If a terminal does not have a type, then getTerminalType() will return null so primitive implementations should expect to handle this.
Field Summary
Modifier and Type | Field and Description |
---|---|
|
$sccsid
|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getDisplayName()
Returns the display name of this terminal.
|
|
getName()
Returns the name of this terminal.
|
getType()
Returns the type of this terminal.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
$sccsid
- static final java.lang.String $sccsid
See Also:
Method Detail
getName
- java.lang.String getName()
Returns the name of this terminal.
Returns:
the terminal name
getType
- TerminalType getType()
Returns the type of this terminal.
Returns:
the terminal type
getDisplayName
- java.lang.String getDisplayName( )
Returns the display name of this terminal.
Returns:
the terminal display name