Class DefaultMOMutableRow2PCFactory

    • Constructor Detail

      • DefaultMOMutableRow2PCFactory

        public DefaultMOMutableRow2PCFactory()
    • Method Detail

      • createRow

        public DefaultMOMutableRow2PC createRow​(org.snmp4j.smi.OID index,
                                                org.snmp4j.smi.Variable[] values)
                                         throws java.lang.UnsupportedOperationException
        Creates a new MOMutableRow2PC row instance and returns it.
        Specified by:
        createRow in interface MOTableRowFactory<DefaultMOMutableRow2PC>
        Parameters:
        index - the index OID for the new row.
        values - the values to be contained in the new row.
        Returns:
        the created DefaultMOMutableRow2PC by default.
        Throws:
        java.lang.UnsupportedOperationException - if the specified row cannot be created.