net.i2p.router.admin
Class AdminManager

java.lang.Object
  extended by net.i2p.router.admin.AdminManager
All Implemented Interfaces:
Service

public class AdminManager
extends java.lang.Object
implements Service


Field Summary
static int DEFAULT_ADMIN_PORT
           
static java.lang.String PARAM_ADMIN_PORT
           
 
Constructor Summary
AdminManager(RouterContext context)
           
 
Method Summary
 void renderStatusHTML(java.io.Writer out)
           
 void restart()
          Perform a soft restart.
 void shutdown()
          Instruct the service that the router is shutting down and that it should do whatever is necessary to go down gracefully.
 void startup()
          Instruct the service that it should start normal operation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_ADMIN_PORT

public static final java.lang.String PARAM_ADMIN_PORT
See Also:
Constant Field Values

DEFAULT_ADMIN_PORT

public static final int DEFAULT_ADMIN_PORT
See Also:
Constant Field Values
Constructor Detail

AdminManager

public AdminManager(RouterContext context)
Method Detail

renderStatusHTML

public void renderStatusHTML(java.io.Writer out)
Specified by:
renderStatusHTML in interface Service

shutdown

public void shutdown()
Description copied from interface: Service
Instruct the service that the router is shutting down and that it should do whatever is necessary to go down gracefully. It should not depend on other components at this point. This call DOES block.

Specified by:
shutdown in interface Service

restart

public void restart()
Description copied from interface: Service
Perform a soft restart.

Specified by:
restart in interface Service

startup

public void startup()
Description copied from interface: Service
Instruct the service that it should start normal operation. This call DOES block until the service is ready.

Specified by:
startup in interface Service