com.ibm.broker.config.appdev.nodes

Class LoopbackRequestNode.EventXMLDocTable

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


    public class LoopbackRequestNode.EventXMLDocTable
    extends NodePropertyTable
    EventXMLDocTable instance contains Row rows
     Table name = eventXMLDoc
     Row names = 
     
    See Also:
    Serialized Form
    • Method Detail

      • createRow

        public LoopbackRequestNode.Row 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(LoopbackRequestNode.Row row)
        Adds a Row to the table
        Parameters:
        row - Row ; the row to add to the table
      • removeRow

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