org.apache.openejb.config
Class RemoteServer

java.lang.Object
  extended by org.apache.openejb.config.RemoteServer

public class RemoteServer
extends Object

Version:
$Rev: 1417506 $ $Date: 2012-12-05 17:19:59 +0100 (Mer, 05 déc 2012) $

Field Summary
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
           
 
Constructor Summary
RemoteServer()
           
RemoteServer(int tries, boolean verbose)
           
 
Method Summary
 void destroy()
           
 void forceStop()
           
 Properties getProperties()
           
 Process getServer()
           
 void init(Properties props)
           
 void kill3UNIX()
           
 void killOnExit()
           
static void main(String[] args)
           
 void setAdditionalClasspath(String additionalClasspath)
           
 void start()
           
 void start(List<String> additionalArgs, String cmd, boolean checkPortAvailable)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

RemoteServer

public RemoteServer()

RemoteServer

public RemoteServer(int tries,
                    boolean verbose)
Method Detail

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-2012 The Apache Software Foundation. All Rights Reserved.