org.ofbiz.base.start
Class Start
java.lang.Object
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
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 |
Start
public Start()
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