public class RemoteServer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoteServer.CleanUpThread |
| Modifier and Type | Field and Description |
|---|---|
static String |
OPENEJB_SERVER_DEBUG |
static String |
SERVER_DEBUG_PORT |
static String |
SERVER_SHUTDOWN_COMMAND |
static String |
SERVER_SHUTDOWN_HOST |
static String |
SERVER_SHUTDOWN_PORT |
static String |
START |
static String |
STOP |
| Constructor and Description |
|---|
RemoteServer() |
RemoteServer(int tries,
boolean verbose) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
forceStop() |
int |
getPortStartup() |
Properties |
getProperties() |
Process |
getServer() |
void |
init(Properties props) |
void |
kill3UNIX() |
void |
killOnExit() |
static void |
main(String[] args) |
void |
setAdditionalClasspath(String additionalClasspath) |
void |
setPortStartup(int portStartup) |
void |
start() |
void |
start(List<String> additionalArgs,
String cmd,
boolean checkPortAvailable) |
boolean |
stop() |
public static final String SERVER_DEBUG_PORT
public static final String SERVER_SHUTDOWN_PORT
public static final String SERVER_SHUTDOWN_HOST
public static final String SERVER_SHUTDOWN_COMMAND
public static final String OPENEJB_SERVER_DEBUG
public static final String START
public static final String STOP
public RemoteServer()
public RemoteServer(int tries,
boolean verbose)
public void init(Properties props)
public static void main(String[] args)
public int getPortStartup()
public void setPortStartup(int portStartup)
public Properties getProperties()
public void destroy()
public void start()
public void kill3UNIX()
public Process getServer()
public boolean stop()
public void setAdditionalClasspath(String additionalClasspath)
public void killOnExit()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.