Class SchedulerJobInstanceImpl

    • Constructor Detail

      • SchedulerJobInstanceImpl

        public SchedulerJobInstanceImpl()
    • Method Detail

      • getContextInstanceId

        public java.lang.String getContextInstanceId()
        Specified by:
        getContextInstanceId in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstance
      • setContextInstanceId

        public void setContextInstanceId​(java.lang.String contextInstanceId)
        Specified by:
        setContextInstanceId in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstance
      • getChildContextName

        public java.lang.String getChildContextName()
        Specified by:
        getChildContextName in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstance
      • setChildContextName

        public void setChildContextName​(java.lang.String childContextName)
        Specified by:
        setChildContextName in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstance
      • isHeld

        public boolean isHeld()
        Specified by:
        isHeld in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstance
      • setHeld

        public void setHeld​(boolean held)
        Specified by:
        setHeld in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstance
      • isInitiationEventRaised

        public boolean isInitiationEventRaised()
        Specified by:
        isInitiationEventRaised in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstance
      • setInitiationEventRaised

        public void setInitiationEventRaised​(boolean initiationEventRaised)
        Specified by:
        setInitiationEventRaised in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstance
      • getStatus

        public org.ikasan.spec.scheduled.instance.model.InstanceStatus getStatus()
        Specified by:
        getStatus in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstance
        Specified by:
        getStatus in interface org.ikasan.spec.scheduled.instance.model.StatefulEntity
      • setStatus

        public void setStatus​(org.ikasan.spec.scheduled.instance.model.InstanceStatus status)
        Specified by:
        setStatus in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstance
        Specified by:
        setStatus in interface org.ikasan.spec.scheduled.instance.model.StatefulEntity
      • getScheduledProcessEvent

        public org.ikasan.spec.scheduled.event.model.ScheduledProcessEvent getScheduledProcessEvent()
        Specified by:
        getScheduledProcessEvent in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstance
      • setScheduledProcessEvent

        public void setScheduledProcessEvent​(org.ikasan.spec.scheduled.event.model.ScheduledProcessEvent scheduledProcessEvent)
        Specified by:
        setScheduledProcessEvent in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstance
      • isSkip

        public boolean isSkip()
        Specified by:
        isSkip in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstance
      • setSkip

        public void setSkip​(boolean skip)
        Specified by:
        setSkip in interface org.ikasan.spec.scheduled.instance.model.SchedulerJobInstance