|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nesscomputing.httpserver.standalone.StandaloneServer
com.nesscomputing.server.StandaloneServer.
@Deprecated public abstract class StandaloneServer
Standalone main class. Environment properties:
| Constructor Summary | |
|---|---|
StandaloneServer()
Deprecated. |
|
| Method Summary | |
|---|---|
com.nesscomputing.config.Config |
getConfig()
Deprecated. Can be overridden in tests. |
com.google.inject.Injector |
getInjector()
Deprecated. |
protected com.google.inject.Module |
getLifecycleModule()
Deprecated. |
protected String |
getLoggingConfigurationName()
Deprecated. |
protected abstract com.google.inject.Module |
getMainModule(com.nesscomputing.config.Config config)
Deprecated. |
com.google.inject.Module |
getPlumbingModules(com.nesscomputing.config.Config config)
Deprecated. Can be overridden in tests. |
protected com.nesscomputing.lifecycle.LifecycleStage |
getStartStage()
Deprecated. |
protected com.nesscomputing.lifecycle.LifecycleStage |
getStopStage()
Deprecated. |
boolean |
isStarted()
Deprecated. |
boolean |
isStopped()
Deprecated. |
void |
startServer()
Deprecated. |
void |
stopServer()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StandaloneServer()
| Method Detail |
|---|
public void startServer()
public void stopServer()
public boolean isStarted()
public boolean isStopped()
public com.google.inject.Module getPlumbingModules(com.nesscomputing.config.Config config)
public com.nesscomputing.config.Config getConfig()
public final com.google.inject.Injector getInjector()
protected com.nesscomputing.lifecycle.LifecycleStage getStartStage()
protected com.nesscomputing.lifecycle.LifecycleStage getStopStage()
protected com.google.inject.Module getLifecycleModule()
protected abstract com.google.inject.Module getMainModule(com.nesscomputing.config.Config config)
protected String getLoggingConfigurationName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||