org.apache.openejb.config
Class RemoteServer

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

public class RemoteServer
extends Object

Version:
$Rev: 602704 $ $Date: 2007-12-09 18:58:22 +0100 (So, 09. Dez 2007) $

Constructor Summary
RemoteServer()
           
 
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()
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-2013 The Apache OpenEJB development community. All Rights Reserved.