Class FormModel.Execute

  • Enclosing class:
    FormModel

    public abstract static class FormModel.Execute
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Execute()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.Object clone()  
      abstract void execute​(java.lang.String sConnection, int meRunAt, int meExecuteType)  
      • Methods inherited from class java.lang.Object

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

      • Execute

        public Execute()
    • Method Detail

      • clone

        public abstract java.lang.Object clone()
      • execute

        public abstract void execute​(java.lang.String sConnection,
                                     int meRunAt,
                                     int meExecuteType)