Class EventregRequest

java.lang.Object
org.bedework.util.jms.events.SysEvent
org.bedework.eventreg.requests.EventregRequest
All Implemented Interfaces:
Serializable, Comparable<org.bedework.util.jms.events.SysEvent>
Direct Known Subclasses:
EventChangeRequest, RegistrationAction

public class EventregRequest extends org.bedework.util.jms.events.SysEvent
Requests coming in to the Bedework event registration service or generated internally as a result of changes. These are handled asynchronously by the service module.
Author:
douglm
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.bedework.util.jms.events.SysEvent

    org.bedework.util.jms.events.SysEvent.Attribute
  • Field Summary

    Fields inherited from class org.bedework.util.jms.events.SysEvent

    syscodeStats, syscodeTimedEvent
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
     
    int
     
    long
     
    void
     
    void
    setWaitUntil(long val)
     
     
    void
    toStringSegment(org.bedework.util.misc.ToString ts)
     

    Methods inherited from class org.bedework.util.jms.events.SysEvent

    addMessageAttributes, compareTo, getDtstamp, getMessageAttributes, getRelated, getSequence, getSysCode, hashCode, makeStatsEvent, makeTimedEvent, setDtstamp, setRelated, setSequence

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • EventregRequest

      public EventregRequest(String code)
      Parameters:
      code - the system event code
  • Method Details

    • getRetries

      public int getRetries()
    • incRetries

      public void incRetries()
    • setWaitUntil

      public void setWaitUntil(long val)
    • getWaitUntil

      public long getWaitUntil()
    • getDiscard

      public boolean getDiscard()
    • discard

      public void discard()
    • toStringSegment

      public void toStringSegment(org.bedework.util.misc.ToString ts)
      Overrides:
      toStringSegment in class org.bedework.util.jms.events.SysEvent
    • toString

      public String toString()
      Overrides:
      toString in class org.bedework.util.jms.events.SysEvent