Class ConfirmationJob

All Implemented Interfaces:
Serializable, Runnable, ArooaContextAware, ArooaSessionAware, Forceable, PropertyChangeNotifier, Iconic, LogEnabled, Resettable, Stateful

public class ConfirmationJob extends SerializableJob
See Also:
  • Constructor Details

    • ConfirmationJob

      public ConfirmationJob()
  • Method Details

    • execute

      protected int execute() throws Throwable
      Description copied from class: SimpleJob
      Execute this job.
      Specified by:
      execute in class SimpleJob
      Returns:
      0 if the job is complete, anything else otherwise.
      Throws:
      Throwable
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getMessage

      public String getMessage()
    • setMessage

      public void setMessage(String message)