|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ofbiz.base.start.Start
public final class Start
OFBiz startup class.
| Nested Class Summary | |
|---|---|
static class |
Start.ServerState
|
| Constructor Summary | |
|---|---|
Start()
DO NOT REMOVE: This method is needed by commons-daemon in reflection mode. |
|
| Method Summary | |
|---|---|
void |
destroy()
|
Start.ServerState |
getCurrentState()
Returns the server's current state. |
static Start |
getInstance()
Returns the Start instance. |
void |
init(java.lang.String[] args)
|
static void |
main(java.lang.String[] args)
|
void |
start()
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Start()
| Method Detail |
|---|
public static Start getInstance()
Start instance.
public static void main(java.lang.String[] args)
throws StartupException
StartupExceptionpublic Start.ServerState getCurrentState()
public void init(java.lang.String[] args)
throws StartupException
StartupExceptionpublic void destroy()
public void start()
throws java.lang.Exception
java.lang.Exceptionpublic void stop()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||