org.apache.cxf.testutil.common
Class ServerLauncher
java.lang.Object
org.apache.cxf.testutil.common.ServerLauncher
public class ServerLauncher
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_TIMEOUT
public static final int DEFAULT_TIMEOUT
- See Also:
- Constant Field Values
SERVER_FAILED
protected static final String SERVER_FAILED
- See Also:
- Constant Field Values
ServerLauncher
public ServerLauncher(String theClassName)
ServerLauncher
public ServerLauncher(String theClassName,
boolean inprocess)
ServerLauncher
public ServerLauncher(String theClassName,
Map<String,String> p,
String[] args)
ServerLauncher
public ServerLauncher(String theClassName,
Map<String,String> p,
String[] args,
boolean inprocess)
signalStop
public void signalStop()
throws IOException
- Throws:
IOException
stopServer
public boolean stopServer()
throws IOException
- Throws:
IOException
launchServer
public boolean launchServer()
throws IOException
- Throws:
IOException
waitForServer
public int waitForServer()
Apache CXF