Class BaseCommand

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Integer>
    Direct Known Subclasses:
    BaseRepositoryCommand, JdbcCreateSchema

    public abstract class BaseCommand
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Integer>
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseCommand()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer call()  
      protected abstract java.lang.Integer call​(Closeables closeables)  
      • Methods inherited from class java.lang.Object

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

      • BaseCommand

        public BaseCommand()
    • Method Detail

      • call

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

        protected abstract java.lang.Integer call​(Closeables closeables)
                                           throws java.lang.Exception
        Throws:
        java.lang.Exception