Class CommandCommons

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Integer>
    Direct Known Subclasses:
    AdaptTemplatesCommand, GenerateCommand, UpdateCommand

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

      Constructors 
      Constructor Description
      CommandCommons()  
    • Method Summary

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

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

      • CommandCommons

        public CommandCommons()
    • 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
      • doAction

        public abstract java.lang.Integer doAction()
                                            throws java.lang.Exception
        Throws:
        java.lang.Exception