com.ibm.tivoli.maximo.integrity.repair

Class ZTriggerCleanup

  • java.lang.Object
    • com.ibm.tivoli.maximo.integrity.repair.ZTriggerCleanup
  • All Implemented Interfaces:
    Repair


    public class ZTriggerCleanup
    extends java.lang.Object
    implements Repair
    • Constructor Summary

      Constructors 
      Constructor and Description
      ZTriggerCleanup(java.util.List zTriggerList, java.sql.Connection con)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void doRepair()
      Perform the repair.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ZTriggerCleanup

        public ZTriggerCleanup(java.util.List zTriggerList,
                               java.sql.Connection con)
        Constructor
        Parameters:
        zTriggerList -
        connection -
    • Method Detail

      • doRepair

        public void doRepair()
                      throws java.lang.Exception
        Description copied from interface: Repair
        Perform the repair.
        Specified by:
        doRepair in interface Repair
        Throws:
        java.lang.Exception