Class TestUtilEJB

  • All Implemented Interfaces:
    TestUtilRemote

    public class TestUtilEJB
    extends Object
    implements TestUtilRemote
    This EJB provides helper methods used by remote test clients.
    • Field Detail

      • log

        private static final org.slf4j.Logger log
    • Constructor Detail

      • TestUtilEJB

        public TestUtilEJB()
    • Method Detail

      • reset

        public void reset()
        Description copied from interface: TestUtilRemote
        clear all records for the Hotel from the DB.
        Specified by:
        reset in interface TestUtilRemote