com.nesscomputing.httpserver.standalone
Class AnnouncingStandaloneServer

java.lang.Object
  extended by com.nesscomputing.httpserver.standalone.StandaloneServer
      extended by com.nesscomputing.httpserver.standalone.AnnouncingStandaloneServer

Deprecated. Use com.nesscomputing.server.AnnouncingStandaloneServer.

@Deprecated
public abstract class AnnouncingStandaloneServer
extends StandaloneServer

Standalone server that uses the ServiceDiscovery Lifecycle. No additional announcements etc. are done.


Constructor Summary
AnnouncingStandaloneServer()
          Deprecated.  
 
Method Summary
protected  com.google.inject.Module getLifecycleModule()
          Deprecated.  
protected  com.nesscomputing.lifecycle.LifecycleStage getStartStage()
          Deprecated.  
 
Methods inherited from class com.nesscomputing.httpserver.standalone.StandaloneServer
getConfig, getInjector, getLoggingConfigurationName, getMainModule, getPlumbingModules, getStopStage, isStarted, isStopped, startServer, stopServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnouncingStandaloneServer

public AnnouncingStandaloneServer()
Deprecated. 
Method Detail

getStartStage

protected com.nesscomputing.lifecycle.LifecycleStage getStartStage()
Deprecated. 
Overrides:
getStartStage in class StandaloneServer

getLifecycleModule

protected com.google.inject.Module getLifecycleModule()
Deprecated. 
Overrides:
getLifecycleModule in class StandaloneServer


Copyright © 2012 Ness Computing, Inc.. All Rights Reserved.