Package org.appng.api

Class ScheduledJobResult

    • Constructor Detail

      • ScheduledJobResult

        public ScheduledJobResult()
    • Method Detail

      • getCustomData

        public String getCustomData()
        a ScheduledJob can provide some application specific custom information such as statistics or log messages to be stored in the appNG Database. Serialization and de-serialization has to be done by the ScheduledJob and any application that consumes the custom information. The size is limited to the size of a TEXT field in the database type used by the running appNG instance. (~64kB on MySQL)
        Returns:
        customData as String
      • setCustomData

        public void setCustomData​(String customData)
        sets the custom data of a ScheduledJob execution
        Parameters:
        customData - customData