org.openejb.server
Class Main

java.lang.Object
  extended by org.openejb.server.Main

public class Main
extends java.lang.Object

This class will parse all the command line arguments then create a properties object and pass that into the server. If you'd like to start a server from code, you can just call the Server class directly with your own set of properties.

Author:
David Blevins

Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)


Copyright © 1999-2011 OpenEJB. All Rights Reserved.