org.apache.openejb.test
Class TestManager

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

public class TestManager
extends java.lang.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 java.util.Properties getContextEnvironment()
           
static TestDatabase getDatabase()
           
static TestJms getJms()
           
static TestServer getServer()
           
static void init(java.lang.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(java.lang.String propertiesFileName)
                 throws java.lang.Exception
Throws:
java.lang.Exception

start

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

stop

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

getServer

public static TestServer getServer()

getDatabase

public static TestDatabase getDatabase()

getJms

public static TestJms getJms()

getContextEnvironment

public static java.util.Properties getContextEnvironment()


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