java.lang.Object com.ibm.broker.plugin.MbTerminal
public abstract class MbTerminal
extends Object
MbTerminal provides base class functionality for input and output terminals.
Method | Description |
---|---|
String getName() | Returns the name of the terminal. |
String toString() | Returns a String representation of the terminal. |
public String getName()Returns the name of the terminal.
- Returns
- The name of the terminal.
public String toString()Returns a String representation of the terminal.
- Returns
- The String representation of the terminal.
- Overrides
- toString in class Object