org.openejb.test
Interface TestServer

All Known Implementing Classes:
CorbaTestServer, IvmTestServer, RemoteTestServer, RiTestServer, TomcatRemoteTestServer

public interface TestServer

Author:
David Blevins, Richard Monson-Haefel

Method Summary
 Properties getContextEnvironment()
           
 void init(Properties props)
           
 void start()
           
 void stop()
           
 

Method Detail

init

public void init(Properties props)

start

public void start()

stop

public void stop()

getContextEnvironment

public Properties getContextEnvironment()


Copyright © 1999-2007 OpenEJB. All Rights Reserved.