com.ibm.broker.config.appdev.nodes

Class RouteNode.FilterTable

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


    public class RouteNode.FilterTable
    extends NodePropertyTable
    FilterTable instance contains FilterTableRow rows
     Table name = Filter table
     Row names = FilterTableRow
     
    See Also:
    Serialized Form
    • Method Detail

      • createRow

        public RouteNode.FilterTableRow createRow()
        Description copied from class: NodePropertyTable
        Use to create a new row for this table. Once created you can add and remove this row to the table
        Returns:
        NodePropertyRow
      • addRow

        public void addRow(RouteNode.FilterTableRow row)
        Adds a FilterTableRow to the table
        Parameters:
        row - FilterTableRow ; the row to add to the table
      • removeRow

        public void removeRow(RouteNode.FilterTableRow row)
        Remove a FilterTableRow from the table
        Parameters:
        row - FilterTableRow ; the row to remove from the table