|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.ecf.server.generic.app.AbstractGenericServerApplication org.eclipse.ecf.server.generic.app.GenericServerApplication
public class GenericServerApplication
Field Summary | |
---|---|
protected java.lang.Object |
appLock
|
protected boolean |
done
|
Fields inherited from class org.eclipse.ecf.server.generic.app.AbstractGenericServerApplication |
---|
configURL, serverGroups, serverName |
Fields inherited from interface org.eclipse.equinox.app.IApplication |
---|
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART |
Constructor Summary | |
---|---|
GenericServerApplication()
|
Method Summary | |
---|---|
protected java.lang.String[] |
getArguments(org.eclipse.equinox.app.IApplicationContext context)
|
java.lang.Object |
start(org.eclipse.equinox.app.IApplicationContext context)
|
void |
stop()
|
protected void |
waitForDone()
|
Methods inherited from class org.eclipse.ecf.server.generic.app.AbstractGenericServerApplication |
---|
createServerContainer, initialize, initializeFromConnectors, initializeSingleServer, processArguments, setupServerContainer, shutdown |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final java.lang.Object appLock
protected boolean done
Constructor Detail |
---|
public GenericServerApplication()
Method Detail |
---|
public java.lang.Object start(org.eclipse.equinox.app.IApplicationContext context) throws java.lang.Exception
start
in interface org.eclipse.equinox.app.IApplication
java.lang.Exception
public void stop()
stop
in interface org.eclipse.equinox.app.IApplication
protected void waitForDone()
protected java.lang.String[] getArguments(org.eclipse.equinox.app.IApplicationContext context)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |