org.apache.openejb.cli
Class MainImpl

java.lang.Object
  extended by org.apache.openejb.cli.MainImpl
All Implemented Interfaces:
Main

public class MainImpl
extends Object
implements Main

Entry point for ALL things OpenEJB. This will use the new service architecture explained here:

Version:
$Rev: 1153797 $ $Date: 2011-08-04 09:09:44 +0000 (Thu, 04 Aug 2011) $

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

Constructor Detail

MainImpl

public MainImpl()
Method Detail

main

public void main(String[] args)
Specified by:
main in interface Main

doFindCommands

public static Enumeration<URL> doFindCommands()
                                       throws IOException
Throws:
IOException


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