com.ibm.wsspi.sibx.mediation

Interface Terminal

All known subinterfaces:
InputTerminal, OutputTerminal

  1. public interface Terminal
Defines a set of common methods for all terminal types. This interface provides access to the terminal name and type. All terminals on a mediation primitive must have a name, which is unique for that type of terminal. Equally, all terminals have display names, which may be user-defined, depending upon the type of mediation primitive with which they are associated.

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
  1. static
  2. java.lang.String
$sccsid
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getDisplayName()
Returns the display name of this terminal.
  1. java.lang.String
getName()
Returns the name of this terminal.
  1. TerminalType
getType()
Returns the type of this terminal.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

$sccsid

  1. static final java.lang.String $sccsid
See Also:

Method Detail

getName

  1. java.lang.String getName()
Returns the name of this terminal.
Returns:
the terminal name

getType

  1. TerminalType getType()
Returns the type of this terminal.
Returns:
the terminal type

getDisplayName

  1. java.lang.String getDisplayName( )
Returns the display name of this terminal.
Returns:
the terminal display name