Class EventChangeRequest

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

public class EventChangeRequest extends EventregRequest
Requests coming in to the Bedework event registration service. These are the ones that need to be handled asynchronously, for example, notifications of event changes.
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
    Modifier and Type
    Field
    Description
    static final String
     

    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
    toStringSegment(org.bedework.util.misc.ToString ts)
     

    Methods inherited from class org.bedework.eventreg.requests.EventregRequest

    discard, getDiscard, getRetries, getWaitUntil, incRetries, setWaitUntil, toString

    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
  • Field Details

  • Constructor Details

    • EventChangeRequest

      public EventChangeRequest(String href)
  • Method Details