Class BaseCoreFunctionalTestCase.RollbackWork

  • All Implemented Interfaces:
    Work
    Enclosing class:
    BaseCoreFunctionalTestCase

    public static class BaseCoreFunctionalTestCase.RollbackWork
    extends java.lang.Object
    implements Work
    • Constructor Summary

      Constructors 
      Constructor Description
      RollbackWork()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(java.sql.Connection connection)
      Execute the discrete work encapsulated by this work instance using the supplied connection.
      • Methods inherited from class java.lang.Object

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

      • RollbackWork

        public RollbackWork()
    • Method Detail

      • execute

        public void execute​(java.sql.Connection connection)
                     throws java.sql.SQLException
        Description copied from interface: Work
        Execute the discrete work encapsulated by this work instance using the supplied connection.
        Specified by:
        execute in interface Work
        Parameters:
        connection - The connection on which to perform the work.
        Throws:
        java.sql.SQLException - Thrown during execution of the underlying JDBC interaction.