Class NotificationConstants


  • public abstract class NotificationConstants
    extends java.lang.Object
    This class contains constants for event notifications. Notifications for jobs can only be received on the instance where the job action is taking place. They are not send to other instances using remove events.
    Since:
    1.3
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NOTIFICATION_PROPERTY_JOB_ID
      Property containing the unique job ID.
      static java.lang.String NOTIFICATION_PROPERTY_JOB_TOPIC
      Property containing the job topic.
      static java.lang.String TOPIC_JOB_ADDED
      Asynchronous notification event when a job is added.
      static java.lang.String TOPIC_JOB_CANCELLED
      Asynchronous notification event when a job is cancelled.
      static java.lang.String TOPIC_JOB_FAILED
      Asynchronous notification event when a job failed.
      static java.lang.String TOPIC_JOB_FINISHED
      Asynchronous notification event when a job is finished.
      static java.lang.String TOPIC_JOB_REMOVED
      Asynchronous notification event when a job is permanently removed.
      static java.lang.String TOPIC_JOB_STARTED
      Asynchronous notification event when a job is started.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait