org.kuali.rice.test
Class JettyServerTestCase.RuntimePortJettyServerLifecycle

java.lang.Object
  extended by org.kuali.rice.test.lifecycles.JettyServerLifecycle
      extended by org.kuali.rice.test.JettyServerTestCase.RuntimePortJettyServerLifecycle
All Implemented Interfaces:
Lifecycle
Enclosing class:
JettyServerTestCase

private static final class JettyServerTestCase.RuntimePortJettyServerLifecycle
extends JettyServerLifecycle


Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.rice.test.lifecycles.JettyServerLifecycle
JettyServerLifecycle.ConfigMode
 
Field Summary
private  String portConfigParam
           
 
Fields inherited from class org.kuali.rice.test.lifecycles.JettyServerLifecycle
jettyServer
 
Constructor Summary
JettyServerTestCase.RuntimePortJettyServerLifecycle(int port, String contextName, String relativeWebappRoot)
           
JettyServerTestCase.RuntimePortJettyServerLifecycle(String portConfigParam, String contextName, String relativeWebappRoot)
           
 
Method Summary
 void start()
           
 void stop()
           
 
Methods inherited from class org.kuali.rice.test.lifecycles.JettyServerLifecycle
getConfigMode, getWebappConfig, isAddWebappResourceLoaders, isStarted, isTestMode, setAddWebappResourceLoaders, setConfigMode, setTestMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

portConfigParam

private String portConfigParam
Constructor Detail

JettyServerTestCase.RuntimePortJettyServerLifecycle

public JettyServerTestCase.RuntimePortJettyServerLifecycle(int port,
                                                           String contextName,
                                                           String relativeWebappRoot)

JettyServerTestCase.RuntimePortJettyServerLifecycle

public JettyServerTestCase.RuntimePortJettyServerLifecycle(String portConfigParam,
                                                           String contextName,
                                                           String relativeWebappRoot)
Method Detail

start

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

stop

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


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.