org.openejb.test
Class RemoteTestServer

java.lang.Object
  extended by org.openejb.test.RemoteTestServer
All Implemented Interfaces:
TestServer
Direct Known Subclasses:
RemoteHttpTestServer

public class RemoteTestServer
extends java.lang.Object
implements TestServer

Author:
David Blevins

Constructor Summary
RemoteTestServer()
           
 
Method Summary
 void destroy()
           
 java.util.Properties getContextEnvironment()
           
 java.util.Properties getProperties()
           
 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

RemoteTestServer

public RemoteTestServer()
Method Detail

init

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

getProperties

public java.util.Properties getProperties()

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.