org.ofbiz.base.start
Class Start

java.lang.Object
  extended by org.ofbiz.base.start.Start
All Implemented Interfaces:
java.lang.Runnable

public class Start
extends java.lang.Object
implements java.lang.Runnable

Start - OFBiz Container(s) Startup Class


Nested Class Summary
static class Start.Config
           
 
Constructor Summary
Start()
           
 
Method Summary
 void destroy()
           
 void init(java.lang.String[] args)
           
 void init(java.lang.String[] args, boolean fullInit)
           
static void main(java.lang.String[] args)
           
 void run()
           
 java.lang.String shutdown()
           
 void start()
           
 java.lang.String status()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Start

public Start()
Method Detail

init

public void init(java.lang.String[] args,
                 boolean fullInit)
          throws java.io.IOException
Throws:
java.io.IOException

init

public void init(java.lang.String[] args)
          throws java.io.IOException
Throws:
java.io.IOException

run

public void run()
Specified by:
run in interface java.lang.Runnable

start

public void start()

stop

public void stop()

destroy

public void destroy()

shutdown

public java.lang.String shutdown()
                          throws java.io.IOException
Throws:
java.io.IOException

status

public java.lang.String status()
                        throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException