Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.plugin.MbTerminal

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 Index
Method Description
String getName() Returns the name of the terminal.
String toString() Returns a String representation of the terminal.

Methods

getName

public String getName() 

Returns the name of the terminal.

toString

public String toString() 

Returns a String representation of the terminal.

Class Hierarchy All Classes All Fields and Methods