org.kuali.rice.kew.test
Class TestSpringLifecycle

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

public class TestSpringLifecycle
extends BaseLifecycle


Constructor Summary
TestSpringLifecycle(String altAppContextFile, String altOjbFile)
           
 
Method Summary
 String getAltAppContextFile()
           
 String getAltOjbFile()
           
 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
 

Constructor Detail

TestSpringLifecycle

public TestSpringLifecycle(String altAppContextFile,
                           String altOjbFile)
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

getAltAppContextFile

public String getAltAppContextFile()

getAltOjbFile

public String getAltOjbFile()


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