org.apache.openejb.config
Class RemoteServer

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

public class RemoteServer
extends Object

Version:
$Rev: 1328777 $ $Date: 2012-04-21 19:30:06 -0700 (Sat, 21 Apr 2012) $

Constructor Summary
RemoteServer()
           
RemoteServer(int tries, boolean verbose)
           
 
Method Summary
 void destroy()
           
 Properties getProperties()
           
 Process getServer()
           
 void init(Properties props)
           
static void main(String[] args)
           
 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
 

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)

getServer

public Process getServer()

stop

public void stop()


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.