org.kuali.rice.kew.lifecycle
Class XmlPipelineLifeCycle

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

public class XmlPipelineLifeCycle
extends BaseLifecycle


Field Summary
protected  org.apache.log4j.Logger LOG
           
 
Constructor Summary
XmlPipelineLifeCycle()
           
 
Method Summary
 void start()
           
 void stop()
           
 
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 Detail

LOG

protected final org.apache.log4j.Logger LOG
Constructor Detail

XmlPipelineLifeCycle

public XmlPipelineLifeCycle()
Method Detail

start

public void start()
           throws Exception
Specified by:
start in interface Lifecycle
Overrides:
start in class BaseLifecycle
Throws:
Exception

stop

public void stop()
          throws Exception
Specified by:
stop in interface Lifecycle
Overrides:
stop in class BaseLifecycle
Throws:
Exception


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.