Class SessionExecutionBody

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object execute()
      you can override this method if you want to have a result
      void executeWithoutResult()
      you can override this method if you do not need a result
      • Methods inherited from class java.lang.Object

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

      • SessionExecutionBody

        public SessionExecutionBody()
    • Method Detail

      • execute

        public java.lang.Object execute()
        you can override this method if you want to have a result
        Returns:
        the return value of your desire
      • executeWithoutResult

        public void executeWithoutResult()
        you can override this method if you do not need a result