org.openejb.test
Class TestManager

java.lang.Object
  extended by org.openejb.test.TestManager

public class TestManager
extends java.lang.Object

Author:
David Blevins

Constructor Summary
TestManager()
           
 
Method Summary
static java.util.Properties getContextEnvironment()
           
static TestDatabase getDatabase()
           
static TestServer getServer()
           
protected static void init(java.lang.String propertiesFileName)
           
protected static void start()
           
protected static void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestManager

public TestManager()
Method Detail

init

protected static void init(java.lang.String propertiesFileName)
                    throws java.lang.Exception
Throws:
java.lang.Exception

start

protected static void start()
                     throws java.lang.Exception
Throws:
java.lang.Exception

stop

protected static void stop()
                    throws java.lang.Exception
Throws:
java.lang.Exception

getServer

public static TestServer getServer()

getDatabase

public static TestDatabase getDatabase()

getContextEnvironment

public static java.util.Properties getContextEnvironment()


Copyright © 1999-2011 OpenEJB. All Rights Reserved.