com.nesscomputing.server.StandaloneServer.@Deprecated public abstract class StandaloneServer extends Object
| Constructor and Description |
|---|
StandaloneServer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
Copyright © 2013 Ness Computing, Inc.. All Rights Reserved.