Class DummyPeerManagerFacade

  • All Implemented Interfaces:
    PeerManagerFacade, Service

    public class DummyPeerManagerFacade
    extends Object
    implements PeerManagerFacade
    Manage peer references and keep them up to date so that when asked for peers, it can provide appropriate peers according to the criteria provided. This includes periodically queueing up outbound messages to the peers to test them.
    • Constructor Detail

      • DummyPeerManagerFacade

        public DummyPeerManagerFacade()
    • Method Detail

      • 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
      • 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
      • restart

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