net.i2p.router
Interface Service

All Known Subinterfaces:
PeerManagerFacade, TunnelManagerFacade
All Known Implementing Classes:
AdminManager, ClientManagerFacade, CommSystemFacade, DummyPeerManagerFacade, InNetMessagePool, NetworkDatabaseFacade, PeerManagerFacadeImpl, SessionKeyPersistenceHelper, StatisticsManager, TunnelDispatcher, TunnelPoolManager

public interface Service

Define the manageable service interface for the subsystems in the I2P router


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.
 

Method Detail

startup

public void startup()
Instruct the service that it should start normal operation. This call DOES block until the service is ready.


shutdown

public void shutdown()
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.


restart

public void restart()
Perform a soft restart.


renderStatusHTML

public void renderStatusHTML(java.io.Writer out)
                      throws java.io.IOException
Throws:
java.io.IOException