org.apache.openejb.config
Class RemoteServer
java.lang.Object
org.apache.openejb.config.RemoteServer
public class RemoteServer
- extends Object
- Version:
- $Rev: 1431412 $ $Date: 2013-01-10 15:18:26 +0000 (Thu, 10 Jan 2013) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVER_DEBUG_PORT
public static final String SERVER_DEBUG_PORT
- See Also:
- Constant Field Values
SERVER_SHUTDOWN_PORT
public static final String SERVER_SHUTDOWN_PORT
- See Also:
- Constant Field Values
SERVER_SHUTDOWN_HOST
public static final String SERVER_SHUTDOWN_HOST
- See Also:
- Constant Field Values
SERVER_SHUTDOWN_COMMAND
public static final String SERVER_SHUTDOWN_COMMAND
- See Also:
- Constant Field Values
OPENEJB_SERVER_DEBUG
public static final String OPENEJB_SERVER_DEBUG
- See Also:
- Constant Field Values
RemoteServer
public RemoteServer()
RemoteServer
public RemoteServer(int tries,
boolean verbose)
init
public void init(Properties props)
main
public static void main(String[] args)
getProperties
public Properties getProperties()
destroy
public void destroy()
start
public void start()
start
public void start(List<String> additionalArgs,
String cmd,
boolean checkPortAvailable)
kill3UNIX
public void kill3UNIX()
getServer
public Process getServer()
stop
public void stop()
forceStop
public void forceStop()
throws Exception
- Throws:
Exception
setAdditionalClasspath
public void setAdditionalClasspath(String additionalClasspath)
killOnExit
public void killOnExit()
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.