com.ibm.broker.plugin

Class MbExecutionGroup

  • java.lang.Object
    • com.ibm.broker.plugin.MbExecutionGroup


  • public class MbExecutionGroup
    extends java.lang.Object
    MbExecutionGroup provides access to execution group properties. An instance of this class is returned by the getExecutionGroup() method of MbNode.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      static MbExecutionGroup getExecutionGroup()
      Get the singleton instance of this class, which represents the current execution group.
      java.lang.String getName()
      Returns the name of the execution group.
      • Methods inherited from class java.lang.Object

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

      • getExecutionGroup

        public static MbExecutionGroup getExecutionGroup()
        Get the singleton instance of this class, which represents the current execution group.
      • getName

        public java.lang.String getName()
        Returns the name of the execution group.
        Returns:
        The name of the execution group.
IBM Integration BusTM
JavaTM Plugin Node API