org.apache.openejb.config
Class RemoteServer

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

public class RemoteServer
extends Object

Version:
$Rev: 1162694 $ $Date: 2011-08-29 09:32:27 +0000 (Mon, 29 Aug 2011) $

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

stop

public void stop()


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