com.ibm.broker.plugin

Class MbTerminal

  • java.lang.Object
    • com.ibm.broker.plugin.MbTerminal
  • Direct Known Subclasses:
    MbInputTerminal, MbOutputTerminal


    public abstract class MbTerminal
    extends java.lang.Object
    MbTerminal provides base class functionality for input and output terminals.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean equals(MbTerminal terminal)
      Returns true if the two MbTerminal object references refer to the same terminal.
      java.lang.String getName()
      Returns the name of the terminal.
      boolean isAttached()
      Indicates whether the terminal is attached to anything or not.
      boolean isDynamic()
      Returns true if the terminal is dynamic.
      java.lang.String toString()
      Returns a String representation of the terminal.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the name of the terminal.
        Returns:
        The name of the terminal.
      • toString

        public java.lang.String toString()
        Returns a String representation of the terminal.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The String representation of the terminal.
      • equals

        public boolean equals(MbTerminal terminal)
        Returns true if the two MbTerminal object references refer to the same terminal.
        Returns:
        true if this terminal is the same as the terminal argument, false otherwise.
      • isDynamic

        public boolean isDynamic()
        Returns true if the terminal is dynamic. A dynamic terminal is terminal that was added to a node by a messageflow designer rather than being a static attribute which was added to the node when it was written.
        Returns:
        true if terminal is dynamic, false otherwise.
      • isAttached

        public boolean isAttached()
                           throws MbException
        Indicates whether the terminal is attached to anything or not.
        Returns:
        A boolean indicating the attached status.
        Throws:
        MbException
IBM Integration BusTM
JavaTM Plugin Node API