com.ibm.broker.config.appdev.nodes

Class CollectorNode.EventHandlerPropertyTableRow

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    CollectorNode


    public class CollectorNode.EventHandlerPropertyTableRow
    extends NodePropertyRow
    EventHandlerPropertyTableRow is used by EventHandlerPropertyTable instance
     Table name = Collection definition
     Row names = EventHandlerPropertyTableRow
     
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getCorrelationPath()
      Get the EventHandlerPropertyTableRow "Correlation path" property
      java.lang.String getCorrelationPattern()
      Get the EventHandlerPropertyTableRow "Correlation pattern" property
      int getQuantity()
      Get the EventHandlerPropertyTableRow "Quantity" property
      java.lang.String getTerminal()
      Get the EventHandlerPropertyTableRow "Terminal" property
      int getTimeout()
      Get the EventHandlerPropertyTableRow "Timeout" property
      void setCorrelationPath(java.lang.String value)
      Set the EventHandlerPropertyTableRow "Correlation path" property
      void setCorrelationPattern(java.lang.String value)
      Set the EventHandlerPropertyTableRow "Correlation pattern" property
      void setQuantity(int value)
      Set the EventHandlerPropertyTableRow "Quantity" property
      void setTerminal(java.lang.String value)
      Set the EventHandlerPropertyTableRow "Terminal" property
      void setTimeout(int value)
      Set the EventHandlerPropertyTableRow "Timeout" property
      • Methods inherited from class java.lang.Object

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

      • setTerminal

        public void setTerminal(java.lang.String value)
        Set the EventHandlerPropertyTableRow "Terminal" property
        Parameters:
        value - String ; the value to set the property "Terminal"
      • getTerminal

        public java.lang.String getTerminal()
        Get the EventHandlerPropertyTableRow "Terminal" property
        Returns:
        String; the value of the property "Terminal"
      • setQuantity

        public void setQuantity(int value)
        Set the EventHandlerPropertyTableRow "Quantity" property
        Parameters:
        value - int ; the value to set the property "Quantity"
      • getQuantity

        public int getQuantity()
        Get the EventHandlerPropertyTableRow "Quantity" property
        Returns:
        int; the value of the property "Quantity"
      • setTimeout

        public void setTimeout(int value)
        Set the EventHandlerPropertyTableRow "Timeout" property
        Parameters:
        value - int ; the value to set the property "Timeout"
      • getTimeout

        public int getTimeout()
        Get the EventHandlerPropertyTableRow "Timeout" property
        Returns:
        int; the value of the property "Timeout"
      • setCorrelationPath

        public void setCorrelationPath(java.lang.String value)
        Set the EventHandlerPropertyTableRow "Correlation path" property
        Parameters:
        value - String ; the value to set the property "Correlation path"
      • getCorrelationPath

        public java.lang.String getCorrelationPath()
        Get the EventHandlerPropertyTableRow "Correlation path" property
        Returns:
        String; the value of the property "Correlation path"
      • setCorrelationPattern

        public void setCorrelationPattern(java.lang.String value)
        Set the EventHandlerPropertyTableRow "Correlation pattern" property
        Parameters:
        value - String ; the value to set the property "Correlation pattern"
      • getCorrelationPattern

        public java.lang.String getCorrelationPattern()
        Get the EventHandlerPropertyTableRow "Correlation pattern" property
        Returns:
        String; the value of the property "Correlation pattern"