org.openejb.test
Class IvmTestServer

java.lang.Object
  extended by org.openejb.test.IvmTestServer
All Implemented Interfaces:
TestServer

public class IvmTestServer
extends java.lang.Object
implements TestServer

Author:
David Blevins, Richard Monson-Haefel

Constructor Summary
IvmTestServer()
           
 
Method Summary
 void destroy()
           
 java.util.Properties getContextEnvironment()
           
 void init(java.util.Properties props)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IvmTestServer

public IvmTestServer()
Method Detail

init

public void init(java.util.Properties props)
Specified by:
init in interface TestServer

destroy

public void destroy()

start

public void start()
Specified by:
start in interface TestServer

stop

public void stop()
Specified by:
stop in interface TestServer

getContextEnvironment

public java.util.Properties getContextEnvironment()
Specified by:
getContextEnvironment in interface TestServer


Copyright © 1999-2011 OpenEJB. All Rights Reserved.