org.apache.openejb.test
Class TestManager

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

public class TestManager
extends Object

Version:
$Rev: 636618 $ $Date: 2008-03-13 04:20:58 +0100 (Do, 13. Mär 2008) $
Author:
David Blevins

Constructor Summary
TestManager()
           
 
Method Summary
static Properties getContextEnvironment()
           
static TestDatabase getDatabase()
           
static TestJms getJms()
           
static TestServer getServer()
           
static void init(String propertiesFileName)
           
static void start()
           
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

public static void init(String propertiesFileName)
                 throws Exception
Throws:
Exception

start

public static void start()
                  throws Exception
Throws:
Exception

stop

public static void stop()
                 throws Exception
Throws:
Exception

getServer

public static TestServer getServer()

getDatabase

public static TestDatabase getDatabase()

getJms

public static TestJms getJms()

getContextEnvironment

public static Properties getContextEnvironment()


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.