org.openejb.test
Class CorbaTestServer

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

public class CorbaTestServer
extends java.lang.Object
implements TestServer

Author:
David Blevins, Richard Monson-Haefel

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

Constructor Detail

CorbaTestServer

public CorbaTestServer()
Method Detail

init

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

log

public void log(java.lang.String s)

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.