Class WFExpressAlarmListener

  • All Implemented Interfaces:
    AlarmListener

    public class WFExpressAlarmListener
    extends TransactionalAlarmListener
    This class is the AlarmListener used in the Workflow Express (status change at expiration time if no change in between)
    Since:
    jcms-2.2
    Version:
    $Revision: 136011 $
    Author:
    Olivier Dedieu
    • Field Detail

      • channel

        protected Channel channel
      • pubId

        protected java.lang.String pubId
      • sourcePstatus

        protected int sourcePstatus
      • targetPstatus

        protected int targetPstatus
    • Constructor Detail

      • WFExpressAlarmListener

        public WFExpressAlarmListener​(Publication pub,
                                      int sourcePstatus,
                                      int targetPstatus)
        Constructs a new WFExpressAlarmListener
        Parameters:
        pub - the publication to managed
        sourcePstatus - the pstatus the publication must have to be updated
        targetPstatus - the pstatus the publication will have after update
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object