Class BaseCommand

    • Constructor Summary

      Constructors 
      Constructor Description
      BaseCommand()  
    • Constructor Detail

      • BaseCommand

        public BaseCommand()
    • Method Detail

      • call

        public final java.lang.Integer call()
                                     throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Integer>
        Throws:
        java.lang.Exception
      • callWithDatabaseAdapter

        protected java.lang.Integer callWithDatabaseAdapter()
                                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • warnOnInMemory

        protected void warnOnInMemory()