Class DelayedInvocation


  • @Entity
    public class DelayedInvocation
    extends Object
    This is used to read migrate the delayed invocation out when migrating to storing the triggers in quartz.
    • Constructor Detail

      • DelayedInvocation

        public DelayedInvocation()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getTime

        public Date getTime()
      • setTime

        public void setTime​(Date time)
      • getComponent

        public String getComponent()
      • setComponent

        public void setComponent​(String component)
      • getContext

        public String getContext()
      • setContext

        public void setContext​(String context)