org.openejb.server
Class Main

java.lang.Object
  extended byorg.openejb.server.Main

public class Main
extends 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.


Constructor Summary
Main()
           
 
Method Summary
static void main(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(String[] args)


Copyright © 1999-2006 OpenEJB. All Rights Reserved.