Class XmlPipelineLifeCycle

java.lang.Object
org.kuali.rice.core.api.lifecycle.BaseLifecycle
org.kuali.rice.kew.lifecycle.XmlPipelineLifeCycle
All Implemented Interfaces:
org.kuali.rice.core.api.lifecycle.Lifecycle

public class XmlPipelineLifeCycle extends org.kuali.rice.core.api.lifecycle.BaseLifecycle
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final org.apache.logging.log4j.Logger
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     

    Methods inherited from class org.kuali.rice.core.api.lifecycle.BaseLifecycle

    isStarted, setStarted

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LOG

      protected final org.apache.logging.log4j.Logger LOG
  • Constructor Details

    • XmlPipelineLifeCycle

      public XmlPipelineLifeCycle()
  • Method Details

    • start

      public void start() throws Exception
      Specified by:
      start in interface org.kuali.rice.core.api.lifecycle.Lifecycle
      Overrides:
      start in class org.kuali.rice.core.api.lifecycle.BaseLifecycle
      Throws:
      Exception
    • stop

      public void stop() throws Exception
      Specified by:
      stop in interface org.kuali.rice.core.api.lifecycle.Lifecycle
      Overrides:
      stop in class org.kuali.rice.core.api.lifecycle.BaseLifecycle
      Throws:
      Exception