org.objectweb.easybeans.server
Class EasyBeans

java.lang.Object
  extended by org.objectweb.easybeans.server.EasyBeans

public final class EasyBeans
extends java.lang.Object

Starts an embedded server in standalone mode.

Author:
Florent Benoit

Nested Class Summary
(package private) static class EasyBeans.ShutdownHook
          Hook that is called when process is going to shutdown.
 
Field Summary
static java.lang.String DEFAULT_XML_FILE
          Default XML file.
private static JLog logger
          Logger.
static java.lang.String USER_XML_FILE
          User XML file.
 
Constructor Summary
private EasyBeans()
          Utility class.
 
Method Summary
static void main(java.lang.String[] args)
          Main method called by default.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_XML_FILE

public static final java.lang.String DEFAULT_XML_FILE
Default XML file.

See Also:
Constant Field Values

USER_XML_FILE

public static final java.lang.String USER_XML_FILE
User XML file.

See Also:
Constant Field Values

logger

private static JLog logger
Logger.

Constructor Detail

EasyBeans

private EasyBeans()
Utility class. No public constructor.

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Main method called by default.

Parameters:
args - the arguments for the main method
Throws:
java.lang.Exception - if failures