org.apache.openejb.test
Interface TestServer

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

public interface TestServer

Version:
$Rev: 481764 $ $Date: 2006-12-03 13:25:05 +0100 (So, 03. Dez 2006) $
Author:
David Blevins, Richard Monson-Haefel

Method Summary
 java.util.Properties getContextEnvironment()
           
 void init(java.util.Properties props)
           
 void start()
           
 void stop()
           
 

Method Detail

init

void init(java.util.Properties props)

start

void start()

stop

void stop()

getContextEnvironment

java.util.Properties getContextEnvironment()


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